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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
itsranga
Regular Visitor

Slicers with OR Condition

I've added 3 slicers in power bi. It's working as AND condition, but I want OR condition, how do I fix this?

itsranga_0-1685437871132.png

But I need result like this

 

itsranga_1-1685438013782.png

 

 

1 REPLY 1
amitchandak
Super User
Super User

@itsranga , You need to create a slicer on the independent table and then you have to create measure-like and use in visual with other columns

 

countrows(filter(Table, Table[function] in Values(function[Function])  || Table[Business] in Values(function[Business]) || Table[Queues] in Values(function[Queues]) ) )

 

Need of an Independent Table in Power BI - Exclude: https://youtu.be/lOEW-YUrAbE

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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