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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

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..  😊

amitchandak
Super User
Super User

@nagoor , refer , if these can help

https://community.powerbi.com/t5/Power-Query/Adjusting-SharePoint-Created-Modiifed-Timestamp-columns...

https://radacad.com/solving-dax-time-zone-issue-in-power-bi

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors