Forum Discussion

vanessa's avatar
vanessa
Icon for Post Patron rankPost Patron
5 years ago
Solved

Combine data from 2 tables into a single column

I have 2 tables: Table1:                Table2: COL1                   COL2 A                           1 B                           2 C                           3   I want to create a new t...
  • amitchandak's avatar
    5 years ago

    vanessa , Try new table like

    new table =

    Union (all(Table1[col1]),all(Table2[col2]))