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

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

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
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!

December 2024

A Year in Review - December 2024

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