Forum Discussion
v2
4 years agoFrequent Visitor
Concatenate a list in a custom column
Hi, Wondering if you can help. It sounds easy but i am having trouble doing it. So i have a table with once column as below Value list a b c I need to create a new column in the...
- 4 years ago
NewStep=Table.AddColumn(PreviousStepName,"Custom",each "["&Text.Combine(PreviousStepName[sup],",")&"]")
v2
4 years agoFrequent Visitor
Thanks for your help. it worked.