Forum Discussion
Anonymous
5 years agoNot applicable
Create Column and perform Transformation in Single Step
Hi everyone! Is it possible to Create Column and perform Transformation in Single Step. Below are the two steps I use at the moment, however was wondering if there was a more efficent way to ...
- 5 years ago
= Table.AddColumn(#"Step 1", "Plan", each Text.Start([Plan Item], 3))
Jakinta
5 years agoSolution Sage
= Table.AddColumn(#"Step 1", "Plan", each Text.Start([Plan Item], 3))