Reputation: 21
We have a web application in which we have embedded Power BI reports.
We are using Direct Query mode for connecting to AzureSql DataBase.
Our Database has DateTime values stored in UTC format. We want users to see these data values in their local time zone(i.e. if users access reports from EST time zone they should be able to see reports according to that time zone and so on). For that we want to pass date as parameters in filters so that we can filter out the content based on current Time zone.
Is this possible?
Please help.
Thanks in advance
Upvotes: 2
Views: 318
Reputation: 96
Yes, it can be done as follows.
Upvotes: 2