Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
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:
It would be nice to use this:
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @DenisSipchenko
You mean you don't want use previous name as input for current step .
You wish you could change the name to a special symbol or something, right ?
If so, you can just right-click on the step and rename it .
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