Forum Discussion
In between slicer for text values in the date column
- 7 months ago
You can’t use an “In between” slicer on a text column like mmm-yy. That slicer type only works on continuous values (Date or Number), not categorical text. What you could is:
-
Use two slicers on Month year (text)
-
One for Start Month
-
One for End Month
-
Apply the range logic in DAX
-
Hi dikssha ,
Please check the attached pbix file with a solution for slicers with date as TEXT and can select in the slicers.
Please let me know if you have any further questions or need clarifications.
If this reply helped solve your problem, please consider clicking "Accept as Solution" so others can benefit too. And if you found it useful, a quick "Kudos" is always appreciated, thanks!
Best Regards,
Maruthi
- dikssha7 months agoRegular Visitor
Many thanks for the solution.
However, it wil not serve the purpose because dropdowns are not as user friendly as the slicer. Also, if user select higher value in the first then it will not work. I know that I can create 2 tables and then I can make the first slicer to filter second one but since Power BI does not has a feature of automatic slicer reset, until user will change the option in the second slicer, visual will remain blank.