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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

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
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

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.