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],",")&"]")
Vijay_A_Verma
Most Valuable Professional
4 years agoCan you please post the screenshot of your error?
v2
4 years agoFrequent Visitor
- wdx223_Daniel4 years ago
Community Champion
NewStep=Table.AddColumn(PreviousStepName,"Custom",each "["&Text.Combine(PreviousStepName[sup],",")&"]")