Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric Ideas just got better! New features, better search, and direct team engagement. Learn more

Ability to show datetime information based on the user timezone

When we use Event Hub, IoT Hub or the system datetime in Stream Analytics the timezone considered is the UTC. It would be interesting to be able to see data represented in the user timezone in PowerBI.
Status: New
Comments
fbcideas_migusr
New Member
This would be huge for many of my clients. They could save one date (UTC) in the data, then present on the dashboard based on the users PBI service locale setting.
ewiegman
New Member
You also want this for Azure SQL. Then you can save the dateTime in UTC in the database, and at the report side the user uses there timezone. Solves a lot op time issues..
james14
New Member
There does indeed need to be some way to display datetimes in the time zone of the user viewing the report. This needs to reflect their time zone and any daylight saving / summer time settings in force. I think this would need to come from the user's OS via the browser, bearing in mind that a user may move from time zone to time zone. I can think of a number of ways of making this available within the report. Perhaps some custom display format code suffix that could be applied to a measure meaning "display this UTC result in the user's time zone". That would be ideal. And/or a DAX function to return the offset between the user's current time zone and UTC, if we have to offset manually. Certainly I would like the NOW() function and the UTCNOW() function to yield different results from each other when run in the Power BI service (as they do in PBI Desktop), which I envisage was intended by whoever designed DAX.
Svein_Arne_Hyll
New Member

One thing to consider is to just return the users timezone offset from UTC.

This way this can be used in measures like User_Culture_Region = USERCULTURE() or User_E_Mail = USERPRINCIPALNAME()

fbcideas_migusr
New Member
Status changed to: New