Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I need to read several files inside a folder in SharePoint. They have the same structure, so I'm usuing the SharePoint Folder connector on PowerBI to do this. The amount of data is not so big, for now I have about 30 files, and each of them with an average of 2000 rows. For the first time, the SharePoint Folder connector runs OK, appending all the files in one table. But every time I need to refresh those queries, it takes forever. Sometimes it takes so long that I experienced a timeout.
I've already searched about this problem and found several posts about the same issue, but none of them with solutions.
Does anyone knows the causes of it and possible solutions?
Solved! Go to Solution.
It's probably SharePoint throttling - it doesn't like the number of calls it gets with a large number of files. You could split up the queries into multiple dataflows and stagger the refresh times a bit as a workaround, or use a script to combine the files into a smaller number of files.
It's probably SharePoint throttling - it doesn't like the number of calls it gets with a large number of files. You could split up the queries into multiple dataflows and stagger the refresh times a bit as a workaround, or use a script to combine the files into a smaller number of files.
Here's a technique that might help:
Proud to be a Super User!
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 52 | |
| 50 | |
| 34 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 92 | |
| 77 | |
| 41 | |
| 26 | |
| 25 |