Forum Discussion
Anonymous
4 years agoNot applicable
Multiple Columns Slicer (Not hierarchy
Hi all, I have a lot of columns with 1/0 value. Is it possible to create a slicer where I can tick off / filter the columns? Example: Is it possible to just make a slicer with al...
MFelix
Super User
4 years agoHi Anonymous ,
If you unpivot the columns then you get a model with 4 columns:
- ComplaintID
- CustomerID
- Attribute
- Value
Then you could easaly make the filter you need.