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
Anonymous
Not applicable

Timezone issues between Power Bi desktop and service

Hi all,


I am having an issue with the timezone differences from service to desktop. I have a matrix which shows sales, budgets etc..

On the desktop I have created a measure called 'IsFuture' where I refer to the date in the Date table and determine whether it is future (=1) or is not (=0). I then apply this measure as a filter on the matrix to ensure it only shows data for the dates that are not in the future ('isfuture = 0). This works on desktop - but when publishing to service it doesnt include yesterdays results because of the service using UTC time instead. 

Also, I have a card visual representing yesterdays results, I have used a relative date filter where date is in the last 1 days (not including today) but suprisingly it is showing me results from 2 days ago which doesn't make much sense. E.g. todays current date for me is 8th Feb 2021, but the relative date is picking up 6th Feb 2021 as yesterday in the desktop .pbix

How can I fix these issues, I have seen many articles about using Power Query but unsure how to put them into practice because my date table is a CALCULATED TABLE not a query... 

1 ACCEPTED SOLUTION
nickyvv
Most Valuable Professional
Most Valuable Professional

Hi @Anonymous,

Please have a look at Solving DAX Time Zone Issue in Power BI for example.



Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


View solution in original post

4 REPLIES 4
nickyvv
Most Valuable Professional
Most Valuable Professional

Hi @Anonymous,

Please have a look at Solving DAX Time Zone Issue in Power BI for example.



Did I answer your question? Mark my post as a solution!

Blog: nickyvv.com | @NickyvV


Anonymous
Not applicable

Thanks I was just able to use the TIME() function to add 11 hours to the IsFuture measure in DAX.

lbendlin
Super User
Super User

You can't really fix that if your users are sitting in different timezones. If for some reason they are all in the same timezone then you can follow the articles that force a time zone specific display based on text formatting.

Anonymous
Not applicable

My users are all in the same timezone UTC +11. Could you please suggest a method or articles of text formatting that will work?

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 Kudoed Authors