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
- 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.
jdbuchanan71
7 years agoSuper 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.