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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

Steps in advanced editor

There used to be a way to merge all the applied steps in the advanced editor, so that it would only show up as the first step in query. But I can't seem to remember how to do it. 

Any suggesetions? 

1 ACCEPTED SOLUTION
AlienSx
Super User
Super User

@Anonymous first step only

let
    Source = 
    [step1 = 1,
    step2 = 2,
    stepx = step1 + step2][stepx]
in
    Source

no step name at all, just a query name

[step1 = 1,
step2 = 2,
stepx = step1 + step2][stepx]

 

View solution in original post

3 REPLIES 3
AlienSx
Super User
Super User

@Anonymous first step only

let
    Source = 
    [step1 = 1,
    step2 = 2,
    stepx = step1 + step2][stepx]
in
    Source

no step name at all, just a query name

[step1 = 1,
step2 = 2,
stepx = step1 + step2][stepx]

 

v-yanjiang-msft
Community Support
Community Support

Hi @Anonymous ,

You can merge all the applied steps in the advanced editor by selecting the last step in your query, then holding down the Shift key and selecting the first step. This should highlight all the steps in between as well. Once you've selected all the steps, right-click and choose "Merge Queries". This will create a new query with all the steps merged into one. Then, to make this new query the first step in your original query, simply drag and drop it to the top of the Applied Steps pane.

 

Best Regards,
Community Support Team _ kalyj

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

danextian
Super User
Super User

Hi @Anonymous ,

 

You can just put all your  steps inside a variable using the advanced editor

let x =
 applied steps...

in x




Dane Belarmino | Microsoft MVP | Proud to be a Super User!

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


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

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.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors