Forum Discussion
SeanL
9 years agoNew Member
Disable Dashboard Refresh
Hi, I dont want my Dashboards to refresh whenever a new Dataset is Published. I want my dashboards to be static at the point when I pin them and to ignore any subsequent data refreshes. ...
v-caliao-msft
9 years agoMicrosoft Employee
Hi SeanL,
Which data source are your using? If you want dashboards to be static at the point, the best choice for is to create a snapshot at that point. And get data from that snapshot.
A database snapshot is a read-only, static view of a SQL Server database (the source database). The database snapshot is transactionally consistent with the source database as of the moment of the snapshot's creation.
Reference
https://msdn.microsoft.com/en-us/library/ms175158.aspx
Regards,
Charlie Liao