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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

AND logic when filtering delimited table values to multiple selection in slicer

I have 2 tables (table 1, table 2) that are connected by an ID column.

adriellemilo_0-1625650340972.png

adriellemilo_1-1625650412062.png

Model:

adriellemilo_2-1625650463120.png

Basically, I wanted to have multiple selected values from the Item slicer and display them in the table visual with an output that has both/all of the selected slicer values that looks like this:

adriellemilo_3-1625650706244.png

but it displays the selected values in an OR logic instead of showing only values that have both/all of the selected slicer values:

adriellemilo_4-1625650905480.png

the last row should not be included since it only has the item. 

 

 

2 REPLIES 2
amitchandak
Super User
Super User

@Anonymous , use a measure like

measure =
var _cnt = calculate(distinctcount(Table2[Item]), allselected(Table2))
return
countx(filter(summarize(Table1, Table[ID],"_1" ,distinctcount(Table2[Item])),[_1] >=_cnt),[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
Anonymous
Not applicable

The count measure is already working as it only counts the valid records that have all of the selected slicer values, but how do I reflect it on my table to show only these records? 

 

ex. in this scenario, I wanted to reflect only 1 unique record on the table visual as it displays in the measure

adriellemilo_0-1625716606912.png

 

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.