Forum Discussion
Anonymous
6 years agoNot applicable
How to create a custom SLICER?
Hello I have two sets of criteria, e.g.: CriteriaSet1: Col1 = A || Col2 <> B && Col3 = C CriteriaSet2: Col1 = D || Col2 <> E && Col3 = F I want to use these criteria to filter a table. I ...
parry2k
Super User
6 years agoAnonymous add a new custom column with the logic you want and use that for the slicer
New Column =
IF ( <condition1>, "Criteria 1",
IF ( <condition2>, "Criteria 2",
"Unknown"
) )
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.⚡