Forum Discussion
monojchakrab
Resolver III
3 years agoInsert column in Tables, using values from another column
Hiya good people, I am trying to solve, possibly a wierd problem. I have a table as below : What I want to do is as follows : In each of the table under the [Data] column, i want to...
- 3 years ago
NewStep=Table.ReplaceValue(PreviousStepName,each [Account],"",(x,y,z)=>Table.AddColumn(x,"Account",each y),{"Data"})
wdx223_Daniel
Community Champion
3 years agoNewStep=Table.ReplaceValue(PreviousStepName,each [Account],"",(x,y,z)=>Table.AddColumn(x,"Account",each y),{"Data"})