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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
mikegunns
Helper I
Helper I

PBI Desktop Query Editor - can't drag to reorder steps

You can still drag to reorder steps in Excel Get Data (Power Query), but no longer in PBI Desktop. Why?

7 REPLIES 7
MarkLaf
Super User
Super User

I can still reorder (Version: 2.54.4970.961 64-bit (January 2018)) in the query editor in PBI desktop.

 

Maybe try reordering with M and see if that gives you an error?

 

In case you aren't familiar with writing M, right-click last step, select "Insert Step After" and type:

 

=Table.ReorderColumns( #"Previous Step", {"Col1 Name", "Col3 Name", "Col2 Name"})

Note that #"Previous Step" should match the name of the last step and the Col# Names should match the columns you are reordering.

Hi @MarkLaf, thanks for your response. You're right, no functionality has changed if I'm in the advanced editor writing my own M, but that is far less efficient when you want to quickly reorder a few steps. I'm specifically wondering about the drag-and-drop we used to be able to do.

I can still drag and drop, too, though. That's weird that it works for you when writing out the M but not drag and drop. Maybe try restarting PBI? Not much else I can suggest unfortunately.

Out of curiosity, are you using the Microsoft Store version of PBI Desktop or the download installer version?

Perhaps that might be the difference. Hopefully the next update brings it back on the Microsoft Store version!

To clarify the workaround for anyone wandering by this thread from your favorite search engine: use the MSI-based installer from the PBI Desktop download page, rather than the Microsoft Store app.

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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 Kudoed Authors