Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Wael03
Helper I
Helper I

Filtering between two dataset

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

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Wael03 , Plot this measure with ID of table A

 

countrows(Except(distinct(TableA[ID]), distinct(TableB[ID]) ) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Wael03 , Plot this measure with ID of table A

 

countrows(Except(distinct(TableA[ID]), distinct(TableB[ID]) ) )

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.