Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. 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]) ) )
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 27 | |
| 23 | |
| 18 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 49 | |
| 44 | |
| 42 | |
| 39 | |
| 32 |