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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

0

PowerQuery M-Code: special symbol for previous step name

You can vote for it in ideas pool as well...

 

UserStory: in 99% cases we use previous StepName as input for current step - very annoying and difficult to read, not comfortable to type, edit, debug, swap steps in advanced editor... (it's always a double work).
Proposal: reserve some special symbol (#, for instance) for previous step name (like "_" for each)

Metacode Example:
Instead of this:

DenisSipchenko_2-1666250915557.png

 

It would be nice to use this:

DenisSipchenko_1-1666250867208.png


P.S. Metacode text:

 

 

let
    Source = someLoadDataFunction(...),
    #"Step 1"  = someFunction1 (Source, ....),
    #"Nice Step 2"  = someAdvancedFunction2 (#"Step 1", ....),
    #"Clever Step Name 3"  =  someVeryAdvancedFunction3 (#"Nice Step 2", ....),
    #"beautiful Step 4"  = someSmartCode4 (#"Clever Step Name 3", ....),
    Result     = someGeniousCode5 (#"beautiful Step 4", ....),
in
    Result

 

 



Status: Delivered

Hi @Anonymous 

You mean you don't want use previous name as input for current step .

Ailsamsft_0-1666244775482.png

You wish you could change the name to a special symbol or something, right ?

Ailsamsft_1-1666244830722.png

If so, you can just right-click on the step and rename it .

Ailsamsft_2-1666245085343.png

Currently only manual modification, if you have any other ideas, you can vote it to the Ideas Forum .

Ideas (powerbi.com)

 

Best Regards,
Community Support Team _ Ailsa Tao

 

Comments
v-yetao1-msft
Community Support
Status changed to: Delivered

Hi @Anonymous 

You mean you don't want use previous name as input for current step .

Ailsamsft_0-1666244775482.png

You wish you could change the name to a special symbol or something, right ?

Ailsamsft_1-1666244830722.png

If so, you can just right-click on the step and rename it .

Ailsamsft_2-1666245085343.png

Currently only manual modification, if you have any other ideas, you can vote it to the Ideas Forum .

Ideas (powerbi.com)

 

Best Regards,
Community Support Team _ Ailsa Tao

 

Anonymous
Not applicable

Hi @v-yetao1-msft 
Sorry, probaly my explanation wasn't clear enough.
Post updated with screens. Please take a look.

 

This feature is more for advanced users and working more with Advanced Editor than with GUI.

I know that it's not currently possible (that's why it's in ideas pool)
Please change status

maxcolaceci
Advocate I

Hi,

I agree with the idea. Unfortunately, I'm not allowed to vote as long as the status continues "Delivered".

 

Thanks

Anonymous
Not applicable

@maxcolaceci 
You can vote for it here as well

maxcolaceci
Advocate I

@Anonymous thank you for the link. I gave my voted there