Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
109 | |
100 | |
39 | |
31 |
User | Count |
---|---|
153 | |
122 | |
77 | |
74 | |
44 |