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...
Anonymous
7 years agoNot applicable
BobBI Greg_Deckler Hey i take the USER ID from the Emp table, remove duplicates and form the relation. (Tried both the suggestions)
Then, when I need to create a measure that involves the Emp and Orf table it says:
Greg_Deckler
7 years agoCommunity Champion
Make sure that your filter direction goes from your intermediate table towards your "fact" tables. And possibly bi-directional. Make sure that you use UserID from your intermediate table. What columns are you trying to put into a visual?