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 cause and need to re-refresh again and i have to manually refresh it. It will be good if there are any function to detect when it is error and re-refresh it.
2 Replies
- AnonymousNot applicable
Hi! Did you ever get to resolve this? I'm having the same problem.
- josef78Memorable 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.