Forum Discussion
Virtual_Ames
10 years agoMicrosoft Employee
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...
- 10 years ago
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.
Eric_Zhang
10 years agoMicrosoft Employee
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.
Virtual_Ames
10 years agoMicrosoft Employee
Thanks - this is very helpful.
Appreciated.
Brian