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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
MathFour
Frequent Visitor

Update MySQL dataset with only additional rows (not reload the entire thing)

This is on Power BI desktop...

 

I have 40 million rows (and counting) in a MySQL database and one column is a JSON package which has to be parsed. This isn't an issue, but it does take a while to load. (it takes about 2 minutes per million records to load - about 1.5 hours now and it keeps growing)

 

I'd like to just add the rows that are new, but I can't figure out how to just add for id > 40000000 without getting rid of all the rows with id < 40m. Is there a way to do this?

 

I'm pondering a workaround by adding separate queries for each month (or chunk of id numbers) and then associate them, but I fear I'll have to work harder to get it all working as one dataset like it should.

 

Can I do this easily and if not, is there a hard but effective way?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@MathFour,


There are some suggestions for you.

a. Write specific SQL query  to import required columns and rows from MySQL database  to Power BI Desktop.
0.PNG

b. During the import process, disable the following highlighted options in Power BI Desktop.
1.PNG

c. Create views for different date time in MySQL database if necessary, and then import the views in Power BI Desktop.


Regards,
Lydia

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@MathFour,


There are some suggestions for you.

a. Write specific SQL query  to import required columns and rows from MySQL database  to Power BI Desktop.
0.PNG

b. During the import process, disable the following highlighted options in Power BI Desktop.
1.PNG

c. Create views for different date time in MySQL database if necessary, and then import the views in Power BI Desktop.


Regards,
Lydia

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.