Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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.
User | Count |
---|---|
116 | |
73 | |
62 | |
49 | |
47 |
User | Count |
---|---|
173 | |
123 | |
60 | |
59 | |
57 |