Forum Discussion

v2's avatar
v2
Frequent Visitor
4 years ago
Solved

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...
  • wdx223_Daniel's avatar
    4 years ago

    NewStep=Table.AddColumn(PreviousStepName,"Custom",each "["&Text.Combine(PreviousStepName[sup],",")&"]")