Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
I’ve been experiencing some issues with PowerBI dashboards that use SharePoint lists as data sources. The dashboards are taking 5 or 6 hours to refresh. This occurs even after configuring incremental refresh, which should only be refreshing around 200 rows in the SharePoint list.
These dashboards refresh in under 20 minutes on my desktop. To test whether my query was overly complicated, I built a new report off my biggest SharePoint table. I simply queried the SharePoint List and configured incremental refresh. This report refreshed in 11 minutes on my desktop. However, after uploading it to a premium workspace and refreshing it there, it took almost 3 hours.
What could cause such latency in the service, while my desktop report refreshes in a small fraction of the time?
Solved! Go to Solution.
This occurs even after configuring incremental refresh, which should only be refreshing around 200 rows in the SharePoint list.
Sharepoint is not a foldable data source, there will be no time difference between full and incremental refresh.
Most likely the SharePoint service is throttling the requests from the Power BI Service (via 429). Consider using the Bulk API for SharePoint, or some more targeted OData queries.
This occurs even after configuring incremental refresh, which should only be refreshing around 200 rows in the SharePoint list.
Sharepoint is not a foldable data source, there will be no time difference between full and incremental refresh.
Most likely the SharePoint service is throttling the requests from the Power BI Service (via 429). Consider using the Bulk API for SharePoint, or some more targeted OData queries.
I second using Odata queries, they are way faster than the default Sharepoint connector
Thank you for the advice. Do you have more information on the Bulk API for SharePoint?
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
60 | |
32 | |
27 | |
22 | |
22 |
User | Count |
---|---|
63 | |
49 | |
31 | |
24 | |
21 |