Forum Discussion
dokat
Post Prodigy
4 years agoSlicer Select all option while excluding one value
Hi, I am trying to create a slicer and have select all option but want to exclude one value from the selectall. Here are the four values for the sicer. I'd like to have select all options only ...
dokat
Post Prodigy
4 years agobcdobbs I double checked it, i am not using any other filters. However i am using if functions within {POS TY] not sure if this is causing the problem. Below is the formula for [POS TY]
POS TY = IF(SELECTEDVALUE('POS CY'[Slicer])={"L52W"},Calculate(SUM('POS'[Values]),'POS CY'[Slicer] IN {"L52W"}),IF(SELECTEDVALUE('POS CY'[Slicer])={"L4W"},Calculate(SUM('POS'[Values]),'POS CY'[Slicer] IN {"L4W"}),IF(SELECTEDVALUE('POS CY'[Slicer])={"L13W"},Calculate(SUM('POS'[Values]),'POS CY'[Slicer] IN {"L13W"}))))Unfortunately, there is confidential information in the data, hard to share it without exposing it.