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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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]) ) )

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]) ) )

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.