Forum Discussion
Anonymous
6 years agoNot applicable
filter for slicer
Hey, I would like to apply a filter for a slicer field in the following way: In table 1 I have an "id" column and a boolean column "a". If a =True, the corresponding id should appear in the slicer...
- 6 years ago
Hi Susanne,
A measure could be the solution. Measure = IF(a=true, 1, 0)
Then add this measure as a filter to the slicer and select measure = 1
Hope this solves your problem.
DS12345
6 years agoFrequent Visitor
Hi Susanne,
A measure could be the solution. Measure = IF(a=true, 1, 0)
Then add this measure as a filter to the slicer and select measure = 1
Hope this solves your problem.