The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
I need to show date time with time zone in report as 12/09/2022 15:31:44 UTC
Please help me to achieve it.
Solved! Go to Solution.
Power BI does that for you automatically, based on the users' browser settings.
I have solved this problem through SQL query as we using Power BI Desktop Advanced options's SQL statement and Power BI parameter to change time zone dynamically based on customer time zone.
We maintaining default UTC time zone in our back-end APP.
executionDate field from DB is only Datetime, not included timezone but have to show zone on report So implemented this flow.
select executionDate at time zone 'UTC' at time zone '"&setTimeZone&"' from TABLE
Through parameter we replacing setTimeZone and selected parameter zone displayin on report using measure as below
Thank you all for your replies.
We have to show different timezones based on customer timezone on report.
Power BI does that for you automatically, based on the users' browser settings.
THat's not a solution. And your answer is false . power bi doest not automatically (not natively) handles timezone based on browser settings. The link that you point to has 3 different static alternatives to convert timestamps more or less dynamically, but it has to be coded in dax or power query, so "automatically" is not the right word.
Power BI service works on UTC, so you get that for free. You can also take a UTC datetimezone vaule, remove the timezone in Power Query, and then display the DateTime value with a label that states that the data is showing in UTC.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
119 | |
86 | |
75 | |
55 | |
44 |
User | Count |
---|---|
136 | |
128 | |
78 | |
64 | |
63 |