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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi there,
I have a file that I have just updated all of the queries for so that my refresh is more efficient, but when I try to refresh the data, it just spins on the refresh screen and never applies the queries. All of the data is loaded into the file in terms of the size of the files, but it is just frozen on the load screen. Is there a reason that is typically the cause of this? And if so, what is the fix for that problem?
Thank you in advance!
Solved! Go to Solution.
Hi @NJ81858 ,
You could check the following to improve performance of power query. Such as disabling background refresh and using Table.Buffer.
Table.Buffer for cashing intermediate query results or how workaround Unnecessary Queries Issue
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @NJ81858 ,
You could check the following to improve performance of power query. Such as disabling background refresh and using Table.Buffer.
Table.Buffer for cashing intermediate query results or how workaround Unnecessary Queries Issue
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.