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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Ankit_1987
Helper I
Helper I

TIMEZONE PowerBI service problem (Google Analytics)

Hi community,

I am writing this after going through all the possible solutions posted, could not get it done.

 

I have brought data from Google Analytics into power bi desktop, and I am using Today()-1, function in DAX formula to fetch yesterday data. The problem is, at the power BI service for auto refresh, it shows inconsistent data as compared to my desktop report beacuase of the timezone issue..my report is in PST but service I guess is in UTC. How do i resolve this ??

 

 

2 ACCEPTED SOLUTIONS

Hi @Anonymous,

Thanks for the revert. I get what you're saying. The problem with using UTCTODAY is, I have metrics coming from many different sources and everything is in PST. So it doesn't make sense to compare stuff which are different timezones. 

Up until this point I am avoiding to convert everthing else in UTC. So looking for a way to convert just this one thing to PST.

Thanks

View solution in original post

Anonymous
Not applicable

Hi @Ankit_1987,

 

As I said, power bi service not support dynamic visual graph based on user location and language.
Maybe you can consider to add TIMEZONE offset to user information table will dynamic RLS based on username.

 

Refernece link:

RLS with UserName()

 

After these steps, you can use related timezone offset as parameter of calculation to fix user timezone issue.

 

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Ankit_1987,

 

You can try to use UTC now as calculated parameter, current service still only support UTC date.

Time in PBI Service is inconsistent with the local time (non-UTC time) displayed in PBI Desktop

Power BI Desktop February Feature Summary

 

Regards,
Xiaoxin Sheng

Hi @Anonymous,

Thanks for the revert. I get what you're saying. The problem with using UTCTODAY is, I have metrics coming from many different sources and everything is in PST. So it doesn't make sense to compare stuff which are different timezones. 

Up until this point I am avoiding to convert everthing else in UTC. So looking for a way to convert just this one thing to PST.

Thanks

Anonymous
Not applicable

Hi @Ankit_1987,

 

As I said, power bi service not support dynamic visual graph based on user location and language.
Maybe you can consider to add TIMEZONE offset to user information table will dynamic RLS based on username.

 

Refernece link:

RLS with UserName()

 

After these steps, you can use related timezone offset as parameter of calculation to fix user timezone issue.

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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