Forum Discussion

mkittell's avatar
mkittell
New Member
4 years ago
Solved

How to transform like rows into like columns of data

I'm looking to take my table of values that has similar terms in the one column and group those terms and their respective data into columns of their own.        My goal is to...
  • wdx223_Daniel's avatar
    4 years ago

    NewStep=let a=Table.Group(PreviousStepName,"Name",{"n",each [Merged]}) in Table.FromColumns(a[n],a[Name])