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
Serge021
New Member

display dataset last refreshed date on the report

When the dataset is set for scheduled refresh, how can you show on the report the last refresh data and time (highlighted below)?

 

Serge021_1-1626305986299.png

 

Thanks

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

Hi @Serge021 ,

 

You could refer this document to create a column.

https://docs.microsoft.com/en-us/azure/devops/report/powerbi/add-last-refresh-time?view=azure-devops 

 

Best Regards,

Jay

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

View solution in original post

2 REPLIES 2
sagarsankhe
Frequent Visitor

You can add a blank query on transformations. This expression is evaluated on every dataset refresh. So you can show the dataset refresh date time in your report using this table's column.

 

<Note: I added 8 hrs because I noticed Power BI service shows UTC date when it calculates the value on scheduled refreshes, so I am adding 8 hrs to get AWST timezone datetime value.>
let
Source = Table.FromValue(DateTime.LocalNow()+#duration(0,8,0,0))
in
Source

v-jayw-msft
Community Support
Community Support

Hi @Serge021 ,

 

You could refer this document to create a column.

https://docs.microsoft.com/en-us/azure/devops/report/powerbi/add-last-refresh-time?view=azure-devops 

 

Best Regards,

Jay

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

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.

Top Solution Authors
Top Kudoed Authors