Forum Discussion
Between slicer for categorical values
- 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
Thanks for your reply. Could you please describe your solution in detail? I did not get it to be honest.
I have to following table:
Table1
| Category | Value |
| A | 123 |
| B | 325 |
| C | 123 |
| D | 502 |
| E | 20 |
| F | 14 |
Now I should create two tables from Table1?
Hello togehther,
does someone have a solution for my issue?
Best regards