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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
nagoor
Helper III
Helper III

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, 

 

 

we.JPG

 

TImezone.JPG

1 ACCEPTED SOLUTION

Hi @nagoor ,

 

You could try the following codes in query editor:

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

 There two methods worked on my side.

3-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

5 REPLIES 5
v-eachen-msft
Community Support
Community Support

Hi @nagoor ,

 

You could edit the timezone manually.

1. DAX:

Column = 
'Table'[Your timezone data]+ 10/24

2. Power query

DateTimeZone.SwitchZone([Your timezone data],10,0)

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Hi 

 

Thanks it worked in Power Query, but its working fine when its in Desktop if i piblished the same, i'm still getting the UTC +0 time only 😞 anything would help me on this 

 

Desktop - Time zone changed

 

Desk_Time zone.JPG

 

Web - Time Zone Not changed

 

Web - Time Zone.JPG

 

Hi @nagoor ,

 

You could try the following codes in query editor:

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

 There two methods worked on my side.

3-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Hi @v-eachen-msft : I tried the second option, it worked... 

 

Thanks a lot for your support..  😊

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.