Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Time Zone Issue

Hello,

 

I've got some Power BI reports that pull data from Sharepoint. Some of these fields are datetimes. In PowerBI Desktop, they display correctly (exact same time as the Sharepoint data, which is in MST). In the Power BI service however, they seem to be displaying in UTC. I can't figure out why this is happening, and I'm guessing it's a simple fix because it makes no sense to not display my times as they are in my desktop client. What can I do to get them displaying correctly?

  • GilbertQ's avatar
    GilbertQ
    6 years ago
    Hi there

    yes that is correct all the datetimes are stored in UTC.

    It is not that it is converting anything it is reading from the source, where the source is stored as UTC.

    By creating the offset it will allow you to show it with the correct datetime.

4 Replies

  • Hi there

    This is because all the datetimes are stored as UTC

    What you will need to do, is to offset it by your timezone. The result will be in Power BI Desktop it will look wrong. But once uploaded to the Power BI Service and the dataset refreshes it will then be correct.
  • venal's avatar
    venal
    Memorable Member

    Anonymous 

    Can you please refer the link and try to apply the changes.

    If you have any queries, please let us know.

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more
    If this post was helpful may I ask you to mark it as solution and click on thumb symbol?

  • Anonymous's avatar
    Anonymous
    Not applicable

    GilbertQ venal 

     

    So if I'm understanding this correctly, the Power BI Service is converting all of my times to UTC, and because there's no option to disable this conversion I have to offset my times?

     

    The underlying data is all in MST. Why would Power BI be converting all of my times without me telling it to?

    • GilbertQ's avatar
      GilbertQ
      Super User
      Hi there

      yes that is correct all the datetimes are stored in UTC.

      It is not that it is converting anything it is reading from the source, where the source is stored as UTC.

      By creating the offset it will allow you to show it with the correct datetime.