cancel
Showing results for 
Search instead for 
Did you mean: 
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
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors