Forum Discussion
Anonymous
7 years agoNot applicable
Cannor create relation between 2 tables
I have 2 tables: Emp and Org. I need to create a relation between these 2 tables with the column "USERID" in both the tables. However, both of them have duplicate values which i cannot remove. W...
Greg_Deckler
7 years agoCommunity Champion
Table = DISTINCT(UNION(VALUES('Table1'[Some Column]),VALUES('Table2'[Some Column])))