Forum Discussion

szub's avatar
szub
Icon for Helper III rankHelper III
3 years ago
Solved

Time fields in Power BI display 5 hours behind the source data

Hello,   I am having an issue with time fields displaying 5 hours behind the source data in Power BI reports.  I have checked the regional settings and they are correct.  For example, the time on a...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi szub ,

    Because Power BI service operates in the UTC time zone, and evaluates all locale based time functions in that time zone. Power BI Desktop evaluates them according to the locale of the user.

    There are two workarounds for this situation;
    In Power BI Desktop:

    On your powerBi desktop, go to File ==> Options and Settings ==> Options

    On the dialog opened, select Reginal Settings under current file

    Change the Locale for import to the English (your own country)

    In Power BI Service:

    use a fuction such as NOW()+TIME(8,0,0)

     

    Best regards,
    Community Support Team_Binbin Yu
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.