Forum Discussion
Can`t load data to Power BI desktop
- Anonymous6 years ago
Hi Haidann,
It seems like your query tables have invoked a large data table for many times.
Perhaps you can create a static query table to store it and reference the table in other queries instead of initialization the source table multiple times in different tables.In addition, you can also turn off 'include in refresh' option to cancel the large dataset refresh to improve the loading performance. (you can turn on the refresh of these large dataset in free time instead of keeping these refresh triggered every time you save back to data model)
BTW, I also list some links of performance tricks, you can take a look on them if they help for your scenario:Watch Your Steps! Power Query Performance Caution for Power BI
How to cancel your Power Query refreshes fast in Power BI and Excel
How to Improve Query Reference performance for large tables
Regards,Xiaoxin Sheng
Dear Anonymous
Actually, my dataset has all of operations you have listed =)))
That could be the part of reason why my dataset keep failing to reload
I`ll try your suggesttion and keep you update asap
Many thanks
Hi Haidann,
It seems like your query tables have invoked a large data table for many times.
Perhaps you can create a static query table to store it and reference the table in other queries instead of initialization the source table multiple times in different tables.
In addition, you can also turn off 'include in refresh' option to cancel the large dataset refresh to improve the loading performance. (you can turn on the refresh of these large dataset in free time instead of keeping these refresh triggered every time you save back to data model)
BTW, I also list some links of performance tricks, you can take a look on them if they help for your scenario:
Watch Your Steps! Power Query Performance Caution for Power BI
How to cancel your Power Query refreshes fast in Power BI and Excel
How to Improve Query Reference performance for large tables
Regards,
Xiaoxin Sheng