Forum Discussion

alpinzar's avatar
alpinzar
Microsoft Employee
6 years ago
Solved

Auto Refresh timestamp as label in report

Hi guys,   I have a report which is auto refreshed every 3 hours and I don't see any options to show this on the report itself. How would one implement a simple label like "updated on 4/16/2020 4:0...
  • Greg_Deckler's avatar
    6 years ago

    Perhaps create a column in one of your tables that is simply:

     

    Column = NOW()

     

    This should get recalculated as part of refresh. Then just add this to a Card visual using MAX aggregation.