Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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 this ...
Select * from T1
Left Join T2 on T1.c1= T2.c1
where T2.c1 is NULL
But how could I acheive this in Power BI.
Any Idea would be appreciated. Thanks in advance.
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
Is there any way that we can do by just making use of relationships ?
Hi @Anonymous
You may try to set the 'Cross filter direction' to 'Both' in relationship.
Regards,
Cherie
Thanks @v-cherch-msft
The Cross filter direction to both is not surving my purpose.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 40 | |
| 37 | |
| 14 | |
| 14 |
| User | Count |
|---|---|
| 85 | |
| 69 | |
| 37 | |
| 29 | |
| 27 |