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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Slowness of editing in Power Query - loading MDW (SQL)

Hi guys, 

 

I have an issue with slowness of editing, it takes forever. In the right corner is showing how many rows are loaded from DSN = MDW.

I am sure that query doesn't contain so many data.

Power Query contains 6 tables - 1st table loaded data from file - just few rows

2nd table - contains SQL data

3nd,4th and 5th table - contains data also from previous tables - their are connected through merge etc.

 

a3786e41-b7f0-4e0e-abd9-84fb0cc98f31.png

 

Could you please help me to resolve it? 

1 REPLY 1
BA_Pete
Super User
Super User

Hi @Anonymous ,

 

Your 3rd, 4th, and 5th tables will have to load all the rows from the previous tables as they contain merges. Merges are essentially 'whole table' operations that require both tables in each merge to be fully scanned, thus your row count and process time gets very high.

The fastest way to resolve this is by not doing the merges at all, but relating the tables in the data model instead.

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




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.

Top Solution Authors