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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ajithsrc
Regular Visitor

Filter one column with another column in a different table

Hi , Hope you are safe and healthy.

 

I need a help on below sceniors.

 

I have a list of cleints and owner name in one table ( Table A). I also have list of owners from UK in a different table( Table B). I want the entire report to reflect only the owners from UK.

 

So can i filter the owner from Table A with list in Table B using Dax? Or please suggest any alternative.

 

Thank you! Ajith

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@ajithsrc , one way is you can join them and filter using B.

 

Or you have to create measure/s like this

 

calculate(sum(TableA[Value]), filter(TableA, TableA[Owner] in values(TableB[Owner])) )

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@ajithsrc , one way is you can join them and filter using B.

 

Or you have to create measure/s like this

 

calculate(sum(TableA[Value]), filter(TableA, TableA[Owner] in values(TableB[Owner])) )

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.