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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
majo23
Frequent Visitor

Or statement with Slicer for the user

Hi everyone,

I have a request to develope a table that interact with multiple Slicers, I have a summarize table like this: 

Table = SUMMARIZE ( FILTER(tJobs, tJobs[WorkCompleted] = 0 && tJobs[WorkFlag] = 1)
, tContractProgram[ProgramName]
, tPackage[Package]
, tJobs[JobNumber]
, tJobs[WorkCompletedFlag]
, tJobs[WorkFlag]
, "ACS", CALCULATE ( COUNTROWS (tJobs), SEARCH ("ACS", tJobs[Task],,0 ))
, "ARTC", CALCULATE ( COUNTROWS (tJobs), SEARCH ("ARTC", tJobs[Task],,0 ))
) but I need this table to be able to interact with OR CONDITION with 5 slicers, (by default slicers works as AND CONDITION), I could maybe used the solution of Padycosmos here https://community.fabric.microsoft.com/t5/Desktop/Slicers-and-OR-statement/m-p/3115827#M1055537, but if I get more slicers next time I dont think its a good idea to made a different table for each filter (slicer)
 
I have this amount of slicers that I need to interact with the tablemajo23_0-1684996351630.png
 
Any comment its really appreciate
Have a nice day! 🙂
2 REPLIES 2
amitchandak
Super User
Super User

@majo23 , A calculated table and Calculated column can not use slicer value. Create a measure and visual level table and use measure a visual level filter for the table

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak thanks for the reply, is it possible for you to made an example maybe with a dummy measure, with 5 slicers or so? 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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