Forum Discussion
Auto Refresh timestamp as label in report
- 6 years ago
Perhaps create a column in one of your tables that is simply:
Column = NOW()
This should get recalculated as part of refresh. Then just add this to a Card visual using MAX aggregation.
Perhaps create a column in one of your tables that is simply:
Column = NOW()
This should get recalculated as part of refresh. Then just add this to a Card visual using MAX aggregation.
so if refresh fails the column will not be populated as well, keeping prev date?
- v-easonf-msft6 years ago
Community Support
Hi , alpinzar
Only when your data is successfully refreshed, the new refresh time will be displayed, otherwise it will be the original old data
In addition ,you also can start in Power BI desktop with “Get data”, “Blank Query”. Here I enter
= DateTime.LocalNow()If help ,refer this post.
You can also refer to some related post and video from 3rd party Links:
Best Regards,
Community Support Team _ Eason