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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Dom87326
Helper II
Helper II

Merge query settings steps

Hello, 

 

I was wondering if there's a feature to merge multiple Query Settings applied steps for better user experience? 

For example, in these steps below I do same ETL for multiple columns and ideally I would like to merge and rename them.  

Dom87326_0-1652874286793.png

Thanks!

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Dom87326 ,

 

If your Merge steps are always based on the Renamed columns , it would cause errors when you want to combine all Renamed steps later like:

Eyelyn9_0-1653370959138.png

 

If not, I'd suggest you combine all Rename steps in Advanced Editor:

#"Renamed Columns1" = Table.RenameColumns(#"Merged Columns",{{"Column1, "Rename1"}, {"Column2", "Rename2"}})

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hi @Dom87326 ,

 

If your Merge steps are always based on the Renamed columns , it would cause errors when you want to combine all Renamed steps later like:

Eyelyn9_0-1653370959138.png

 

If not, I'd suggest you combine all Rename steps in Advanced Editor:

#"Renamed Columns1" = Table.RenameColumns(#"Merged Columns",{{"Column1, "Rename1"}, {"Column2", "Rename2"}})

 

Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

AlexisOlson
Super User
Super User

Can you share the M code from the Advanced Editor? There may be a nice way to combine steps but it's not super easy to tell from just the names of the applied steps.

Hello, unfortunately I can't. Nevertheless, it seems that there is no option to combine or group steps in UI to reduce visible applied steps in query settings unless you change ETL logic in M.

negi007
Community Champion
Community Champion

@Dom87326  in the power query window, right click on your table/query and then select advance editor. in this editor you can rename the steps but make sure you make changes carefully else transformation may not work. keep the code backup before attempting to make changes. 




Did I answer your question? Mark my post as a solution!
Appreciate your Kudos



Proud to be a Super User!


Follow me on linkedin

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors