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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Anonymous
Not applicable

Powerbi Last refresh date and time

Hi,

 

I have cretaed a report which is used by users from different parts of the world and i have put the last refresh date using this:

Ishan25_0-1594367740004.png

 

But when i publish it on the service and refresh the report on service it always shows the UTC time.

I want to display the time according to any of the user's timezone who is using the report.

 

Note: Users are from all of Asia.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous,

AFAIK, power bi service always converts your date fields to UTC formula after you publish it. Currently, it does not support to dynamic change date range based on the user region.

I'd like to suggest you create user table with offset fields based on user regions, then you can add a calculated field to your table to manually calculate out the local time based on related offset field.

Regards,

Xiaoxin Sheng

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous,

AFAIK, power bi service always converts your date fields to UTC formula after you publish it. Currently, it does not support to dynamic change date range based on the user region.

I'd like to suggest you create user table with offset fields based on user regions, then you can add a calculated field to your table to manually calculate out the local time based on related offset field.

Regards,

Xiaoxin Sheng

Anonymous
Not applicable

Thank you for the solution.

 

I have created a custom column to offset the time by the required difference according  to the country filter.

lbendlin
Super User
Super User

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

 

Note that "last refreshed time"  has very limited meaning and/or can be misleading.  It is much more important to have a "last modified"  column in your actual data and you should display that instead.

 

Refreshes will happily reload data from the data source even if that data  has not changed at all.

 

 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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

Top Solution Authors