Forum Discussion

marisap's avatar
marisap
Regular Visitor
10 years ago
Solved

Text that Says When Refreshed

Is it possible to include a textbox on a report that gives the refresh information of that dataset? 

  • Anonymous's avatar
    Anonymous
    10 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

  • Anonymous's avatar
    Anonymous
    Not 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!