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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
shelly_sethi
Frequent Visitor

MySQL query returns less rows where as same query loads more rows in Power BI

Hi All,

 

I have to load data from MySQL and my query gives around 300K records and when I use same query in Power BI to get the data it tries to load complete table which is very huge close to 1 million and there in Power BI stops working.

 

Please suggest possible solutions.

 

Cheers

Shelly

5 REPLIES 5
Arul
Super User
Super User

@shelly_sethi ,

Did you used the advanced options to write your query to import the data?

 

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Yes Arul,I used advanced option.

@shelly_sethi ,

Also check the server and table details for the same in Power BI.

 

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


@shelly_sethi ,

If possible could you share some sample query and the output of what you are receiving?

 

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Arul Server and table are correct.

 

Same query working fine on other pro license and other system.

 

Sample query like

 

Select * from XYZ where A is not null and B is not null---it generates around 300K records in MySQL

where as same query keeps on extracting whole table and Power BI gets stuck.

Hope this helps in understanding the issue.

 

Thanks

Shelly

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors