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 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
Did you used the advanced options to write your query to import the data?
Thanks,
Arul
Yes Arul,I used advanced option.
Also check the server and table details for the same in Power BI.
Thanks,
Arul
If possible could you share some sample query and the output of what you are receiving?
Thanks,
Arul
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