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

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here
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!

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.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.