Forum Discussion
Anonymous
7 years agoNot applicable
Showing last refreshed date that user pushed the refresh button
Hi gurus, I have a question in regards to my situation: I have a report consisting of 10 gauges. My report has several dim and fact tables. One of the tables gets refreshed by user pushing refresh ...
- Anonymous7 years ago
The Problem solved by using the
#table(type table[Last Refresh=datetime], {{DateTime.LocalNow()}})and adding a custom column in my facts table which works with
= Table. AddColumn(#Added Custom1, "Date", each DateTime.Date([LocalRefreshDate]), Type Date)
Syndicate_Admin
Administrator
5 years ago@Nolock Can I please get access to Last Refresh TimeStamp file?
Nolock
Resident Rockstar
5 years agoHello guys,
you can download the code on my GitHub: https://github.com/nolockcz/PowerQuery/tree/master/The%20Last%20Timestamp%20of%20Loading%20Data