This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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?
Solved! Go to Solution.
@Anonymous first step only
let
Source =
[step1 = 1,
step2 = 2,
stepx = step1 + step2][stepx]
in
Sourceno step name at all, just a query name
[step1 = 1,
step2 = 2,
stepx = step1 + step2][stepx]
@Anonymous first step only
let
Source =
[step1 = 1,
step2 = 2,
stepx = step1 + step2][stepx]
in
Sourceno step name at all, just a query name
[step1 = 1,
step2 = 2,
stepx = step1 + step2][stepx]
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.
Hi @Anonymous ,
You can just put all your steps inside a variable using the advanced editor
let x =
applied steps...
in x
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.