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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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])

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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.