Forum Discussion
Anonymous
7 years agoNot applicable
Auto Re-Refresh when Schedule Refresh Failed ?
I would like to know that is there any function that support to re-Refresh when Power BI Report Server refresh failed or any Error occur ? Because sometime auto refresh is failed by the server load c...
josef78
6 years agoMemorable Member
There no built-in function for Re-Refresh, but it can be easily build on data in ReportServer DB, when periodically check data in ExecutionLog3 view and Subscriptions table and re-run related agent job with sp_start_job, including some email notification, if you want.