Forum Discussion
Anonymous
7 years agoNot applicable
Power BI Relationship between two tables
I have 2 tables T1 and T2 and they related to each other using T1(1-*)T2. Now I wanted to show the rows from T1 where I couldn't find atleast one row in T2. Using SQL I could write something like...
v-cherch-msft
7 years agoMicrosoft Employee
Hi Anonymous
One way is to new a table with EXCEPT Function . The other way is to use Merge Queries in Query Editor. For example:
Regards,
Cherie
Anonymous
7 years agoNot applicable
Is there any way that we can do by just making use of relationships ?
- v-cherch-msft7 years agoMicrosoft Employee
Hi Anonymous
You may try to set the 'Cross filter direction' to 'Both' in relationship.
Regards,
Cherie
- Anonymous7 years agoNot applicable
Thanks v-cherch-msft
The Cross filter direction to both is not surving my purpose.