Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

How to create a column from a different table?

Hello,   I am trying to create a new table that has unique values in one column from another table. Does anyone have any recommendations on doing this?   Regards, Alex
  • jdbuchanan71's avatar
    7 years ago

    On the Modeling Tab click New Table and enter this formula:

     

    Table = ALL ( 'OriginalTable'[Column] )

     

    You can chang the name of the table to be whatever you would like to end up with.