Skip to main content

Power BI

Needs Votes

Support for visualization of UTC timestamps

Vote (490) Share
Sam Vanhoutte's profile image

Sam Vanhoutte on 30 Jun 2015 19:51:50

We are keeping all of our time values in our data sources as UTC (as we consider this a best practice for our international customers).
However, when showing those dates in PowerBI reports, we’d love to get the option to visualize that date as a local timestamp, instead of the UTC timestamp.
I know this is not something that everyone needs as a default, but having the option to mark a field with datatype ‘utctimestamp’, for example would be a good solution.

Comments (33)
Sam Vanhoutte's profile image Profile Picture

54b00829 f4df-4609-b071-b409a19a861c on 05 Jul 2020 22:57:03

RE: Support for visualization of UTC timestamps

This needs to get fixed ASAP. It makes relative date filters useless as well since they're off from the database's time. I shouldn't have to implement a complicated mess of DAX or M to have Power BI know what today () or now () means.

Sam Vanhoutte's profile image Profile Picture

15edc63c 64a0-418a-8b78-92bc4937edb7 on 05 Jul 2020 22:56:43

RE: Support for visualization of UTC timestamps

Handle. Timezones. Better.

kthx

Sam Vanhoutte's profile image Profile Picture

15aab982 ccda-4115-b5b5-ab7e19a038e2 on 05 Jul 2020 22:56:29

RE: Support for visualization of UTC timestamps

We also store all date/time values in UTC for consistency as our users are global. We currently use Tableau for dashboards/reports which too cannot handle the conversion to the timezone of the user viewing the data.

Having this functionality in PowerBI would be a major reason to switch.

Looking at other competitors it seems like a missing feature in all of them, but would be a major differentiator for customers with global platforms for whoever delivers the feature first.

Sam Vanhoutte's profile image Profile Picture

33ceccbe 05d7-43a1-b7a1-f1d935d1746f on 05 Jul 2020 22:55:37

RE: Support for visualization of UTC timestamps

I too would like to see this problem solved. When I advocate Power BI for clients, I do not want to have to tell them that I cannot display a refresh date other than UTC. I'm fine with it but, a client sees this flaw as a reflection on the entire product. This is not good for those of us who push this product. This fact, in and of itself, should make this a priority item.

Sam Vanhoutte's profile image Profile Picture

307f7a11 88c4-4e46-a376-acfa04c88a15 on 05 Jul 2020 22:48:06

RE: Support for visualization of UTC timestamps

I also don't understand why this can't just translate to local viewer timezone. The PowerBI desktop even has a timezone data type... you'd just you could just specify the offset for the data (so flag it with its UTC value) and then let the viewer adjust.

Sam Vanhoutte's profile image Profile Picture

8bc29eb2 e0e7-4eef-9a3d-4fb54503997e on 05 Jul 2020 22:38:11

RE: Support for visualization of UTC timestamps

Why does Power BI DAX not have a UTCNOW () function? This is so desperately needed.

Sam Vanhoutte's profile image Profile Picture

8fed9830 e4bc-45bf-bc1d-a4dea18d432d on 05 Jul 2020 22:33:27

RE: Support for visualization of UTC timestamps

The objective here would be to have a single timezone (UTC) saved in your dataset, then present it on the dashboard as a local time based on the users PBI localtime setting - great idea!

Sam Vanhoutte's profile image Profile Picture

eedcc397 901d-415d-af2b-71496addf78c on 05 Jul 2020 22:25:07

RE: Support for visualization of UTC timestamps

There is a workaround, but if you're dealing with many clients across timezones, it can get really messy really fast. http://www.excelguru.ca/blog/2016/06/08/display-last-refreshed-date-in-power-bi/

Sam Vanhoutte's profile image Profile Picture

eedcc397 901d-415d-af2b-71496addf78c on 05 Jul 2020 22:25:07

RE: Support for visualization of UTC timestamps

My suggestion would be to add local timezone as a setting in the PowerBI service general settings. That way, you can publish a pbix using .LocalNow function and the service would look to your PBI setting to do the appropriate conversion.

Sam Vanhoutte's profile image Profile Picture

099e9771 52cf-4883-91a9-06c4b3b863ec on 05 Jul 2020 22:22:17

RE: Support for visualization of UTC timestamps

anybody knows some workaround?