Forum Discussion
Anonymous
7 years agoNot applicable
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
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.
1 Reply
- jdbuchanan71Super User
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.