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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Namrata_Das_CLR
Frequent Visitor

Pulling Big Data From MYSQL database

Hi,

 

I have a large data table stored in Mysql database and while pulling the same  i 'm getting query timeout error as IT admin has set query timeout for security reason which he can't change.

 

Is there any alternative way to pull all this data?

 

Just having this Idea : Is that possible to pull the data in bundles of small periods and keep appending them in a single table and then if somehow i would use incremental refresh on the same.

 

Hoping some great suggesting from experts...!!!

4 REPLIES 4
Idrissshatila
Super User
Super User

Hello @Namrata_Das_CLR ,

 

Try to create views and get only the data needed so you could have less load.

 

If you want all the data, try using direct query https://learn.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery

 

If I answered your question, please mark my post as solution, Appreciate your Kudos  👍

Follow me on Linkedin



Did I answer your question? Mark my post as a solution! Appreciate your Kudos
Follow me on LinkedIn linkedIn
Vote for my Community Mobile App Idea

Proud to be a Super User!




Thanks @Idrissshatila , as you are aware mysql database does not support direct query, is there any alternative way.

AjithPrasath
Resolver II
Resolver II

Hi @Namrata_Das_CLR ,

 Yes you can pull the data on the smaller batches and append the tables to create the new table in which you can schedule incremental refresh. In this way, you can you can retrieve data in smaller periods, consolidate it into a single table in Power Query, and enable incremental refresh to keep the consolidated table up to date with new data. This helps overcome the query timeout limitation while efficiently managing the data retrieval and refresh process in Power BI.

 

Best Regards,

Ajith Prasath

 

If this post helps, then please consider Accept it as the solution and give kudos to help the other members find it more quickly.

 

Hi @AjithPrasath, i tried your suggestion but the appended table is not supporting incremental refresh 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors