Forum Discussion

Virtual_Ames's avatar
Virtual_Ames
Microsoft Employee
10 years ago
Solved

Easy consistent Last Refresh Time (your local time zone) solution - no matter how refreshed

If you want to make sure your viewers know how fresh the data in a report is - you may want to have a "Last Refreshed" tile showing.  The challenge is - if you publish from your desktop, you get last...
  • Eric_Zhang's avatar
    10 years ago

    Virtual_Ames

     

    Thanks for your sharing. That's a awesome idea to indicate a precise refresh time. :)

     

    Just some tips, no need to import the web as a source, the Power Query,also known as "M", has a "DateTimeZone.UtcNow()", you can get UTC time with that function and tweak different timezones based on UTC.