Forum Discussion
Anonymous
4 years agoNot applicable
Between slicer for categorical values
Hello together, I need you help again. I am trying to create a between-slicer with categorical values/strings (e.g.: "A", "B", "C", "D", "E", "F"). That is easy with a date column. But I dont...
- Anonymous4 years ago
Hi Anonymous ,
Since the data type of the column Category is Text type, it will not display Between option on the slicer...Only the data type of the column is Date or Number, the Between option can enable in the slicer... You can find the details in the following official documentation.
Numeric range slicer
Date slicer
You can create a calculated column as below to rank the column Category and apply this new column on the slicer. Please find the details in the below screenshot or the attachment...
Rank = RANKX('Table','Table'[Category],,ASC,Dense)Best Regards
dongtimadiya
4 years agoNew Member
Thanks for sharing the post it was very helpful for me