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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

July 2024 Power BI Update

Power BI Monthly Update - July 2024

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

July Newsletter

Fabric Community Update - July 2024

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