Forum Discussion
sandeep540
10 years agoRegular Visitor
Data Sync timestamp on the Report!
I want to show timestamp as to when the last time data was synced with PowerBi cloud on the Report ! Is there any way to do it? One way is the get the time from DB itself like MS SQL - select c...
ankitpatira
Community Champion
10 years agosandeep540
In power bi service, go to your dashboard, click on three dots, settings and you will find an option to show last refreshed time on the dashboard tile. However that time is the time tile has been refreshed from your dataset (which usually happens every 15 minutes). To show time that your dataset has been refreshed on your report using NOW, TODAY functions are your best bet. You can also see previous refresh times by going to dataset, schedule refresh history but unfortunately you can't set to be shown in report.
In power bi service, go to your dashboard, click on three dots, settings and you will find an option to show last refreshed time on the dashboard tile. However that time is the time tile has been refreshed from your dataset (which usually happens every 15 minutes). To show time that your dataset has been refreshed on your report using NOW, TODAY functions are your best bet. You can also see previous refresh times by going to dataset, schedule refresh history but unfortunately you can't set to be shown in report.