Forum Discussion

nagoor's avatar
nagoor
Helper III
6 years ago
Solved

Sharepoint timezone and Power Bi Timezone not matching

Hi Experts, 

 

I have datasource from Sharepoint online list where the timezone is in UTC +10, after i imported the data i shows the date field in the table is showing as UTC +0, i have to report the data in UTC +10 timezone only, is there any easy way to convert the timezone or fix the timezone in Power bi, 

 

 

 

  • Hi nagoor ,

     

    You could try the following codes in query editor:

    [DateTime] + #duration(0,10,0,0)

     There two methods worked on my side.

     

5 Replies