Forum Discussion
Scheduled Refresh Failure
I have 8 dashboards pulling data from different sharepoint sites. Only 2 of them keep failing the scheduled refresh giving the message "The refresh operation failed because it took too long to complete. Consider reducing the size of your dataset or breaking it up into smaller datasets". Could this be because i have them all running at the same time or is there a workaround as i am pulling only the necessary data from sharepoint, i dont think i can reduce the size.
4 Replies
- ShahfaisalSolution Sage
Setting up the refresh schedule at different times might help mitigate the issue since there is lesser load on your SharePoint site, however, it may not resolved the issue completely.
One thing that has greatly helped me address the issue is by filtering the data in Power Query - This includes both, removing unnecessary columns as well as rows (based on date, etc.). If you have already tried this option and it didn't help, then I suggest you to use Power BI premium.
- AnonymousNot applicable
Ok thank you, i will try filtering rows and removing redundant or unnecessary columns. Is this based on a file size (the .pbix file is only 5,000 kb). Though, i believe there is over 60,000 rows of data being brought in from one data source.
- ShahfaisalSolution Sage
Anonymous wrote:Ok thank you, i will try filtering rows and removing redundant or unnecessary columns. Is this based on a file size (the .pbix file is only 5,000 kb). Though, i believe there is over 60,000 rows of data being brought in from one data source.
It is not based on file size. I have a PBIX file that is 3 MB in size but takes over 50 minutes to refresh. The error is directly related to ow long it takes to refresh the data. Note that sometimes (actually often), Power BI Service takes longer to refresh data, particularly for cloud data sources.