How To Add a Last Refresh Date

Hi All

I am currently using a simple date table which has. My Date table is named Date_Lookup and the columns are:

  • Date
  • Months
  • Quarter
  • Year

I want to create Add a Last Refresh Date in order for me to see what day a report was last created and the time it was created

Please assist

Many thanks

@atin Just create a query with DateTime.LocalNow and show that in a card in the report, once the report is refreshed the date will update as well.

2 Likes

Thank you @AntrikshSharma