Forum Discussion
nirrobi
10 years agoHelper V
last time refresh
Hi, Is it possible to add to the report/dashboard the date and time of the last refresh? Many thanks. Nir
- 10 years ago
Hi,
Maybe this will solution will help,
http://www.powerpivotpro.com/2010/11/add-a-last-refreshed-date-readout/
I will try tommorow and update :-)
- 10 years ago
Hi nir,
You can add a calculated column (Last Refresh Column) in the model with the formula =NOW()
And measure Last Refresh Date :=MAX(Table[Last Refresh Column])
Since calculated columns are calculated only on model refresh - it will make sure the calc is right
Rajkumar
9 years agoAdvocate II
Hi All,
Add a column to your dataset with the below formula.
Last Refresh Date Time =DateTimeZone.LocalNow()
This will get refresh only,when you click the refresh button. It is working 100% correct. I'm using in my current project PBI Reports.