Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi,
I have two datasets : Table A and Table B.
In those two datasets i have an ID column. The table A contains all the possible IDs, and the table B only the IDs that have been received by the company.
I would like to display in a table visualisation only the table A IDs that are not in the table B.
Do you know how can I do that ?
Thank you
Solved! Go to Solution.
@Wael03 , Plot this measure with ID of table A
countrows(Except(distinct(TableA[ID]), distinct(TableB[ID]) ) )
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 67 | |
| 59 | |
| 47 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 104 | |
| 103 | |
| 37 | |
| 27 | |
| 26 |