Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hello.
Do queries run faster when the source is a local excel file instead of sharepoint excel files? If so why does this happen and is there a way to make it faster? Would table.buffer help?
Thanks in advance.
Solved! Go to Solution.
It is generally faster to work with data from a local Excel file rather than from a file stored on SharePoint, because the data does not need to be transferred over the network. The speed difference will depend on the size and complexity of the data, as well as the network connection between your computer and the SharePoint server.
Using the Table.Buffer function in Power Query can improve the performance of your queries by loading the data into memory, which can be faster than reading the data from the source each time it is needed. However, this may not always result in a significant improvement in performance, especially if the data is large or the query is already running efficiently.
There are a few ways you can try to improve the performance of queries that retrieve data from SharePoint:
It is generally faster to work with data from a local Excel file rather than from a file stored on SharePoint, because the data does not need to be transferred over the network. The speed difference will depend on the size and complexity of the data, as well as the network connection between your computer and the SharePoint server.
Using the Table.Buffer function in Power Query can improve the performance of your queries by loading the data into memory, which can be faster than reading the data from the source each time it is needed. However, this may not always result in a significant improvement in performance, especially if the data is large or the query is already running efficiently.
There are a few ways you can try to improve the performance of queries that retrieve data from SharePoint:
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 2 | |
| 2 | |
| 1 |
| User | Count |
|---|---|
| 11 | |
| 11 | |
| 5 | |
| 4 | |
| 4 |