Forum Discussion

heureso's avatar
heureso
New Member
7 years ago
Solved

Combine two list columns from same table

I have one table with two List columns.   Each List contains Records, and the Records from each column have the same fields.   I am trying to combine the two Lists for each row into a superset, t...
  • parry2k's avatar
    7 years ago

    heureso add custom column to combine both lists using following expression and then expand this new column, i believe that is what you are looking for

     

    List.Combine({[List1],[List2]})