Forum Discussion
marisap
10 years agoRegular Visitor
Text that Says When Refreshed
Is it possible to include a textbox on a report that gives the refresh information of that dataset?
- Anonymous10 years ago
Because calculated columns are only updated during refresh, having one that is RefreshTime = NOW( ) (on any table, preferrablyl a small one) should allow you to then write a measure, Refresh Time = VALUES(MyTable[RefreshTime]) then you just drop that measure onto your report and dance!
1 Reply
- AnonymousNot applicable
Because calculated columns are only updated during refresh, having one that is RefreshTime = NOW( ) (on any table, preferrablyl a small one) should allow you to then write a measure, Refresh Time = VALUES(MyTable[RefreshTime]) then you just drop that measure onto your report and dance!