Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Haidann
Helper I
Helper I

Can`t load data to Power BI desktop

Hi all,

 

So my refresh is standing still for half an hour although it has finished load all rows to the data set

 

 

 

i`m using power bi desktop and my data from MySQL 

Anyone know what kind of error is this?

thanks

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @Haidann,

Any advanced operation in your query tables? (e.g. merge, combine, reference other queries, invoke custom functions...)
If this is a case, you can refer to following link to add buffer functions to package these operations to reduce the duplicate memory spend on these looping calculations.

How and When to use List & Table Buffer? 

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

Anonymous
Not applicable

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

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.