This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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]) ) )
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 39 | |
| 33 | |
| 24 | |
| 23 |