Forum Discussion
Hierarchical slicer Date Sort
- 5 years ago
Hello, @amatulis
As mentioned @amitchandak , you can create a sort column.
Rank = RANKX('Calendar','Calendar'[Date],,DESC,Dense)Next, create a "New Date" column:
New Date = 'Calendar'[Date]Have the new "date column" sort by column "Rank"
The result will be displayed as shown below:
See the attachment for more details.
Best regards
Community Support Team _ Eason
If this post helps,then consider Accepting it as the solution to help other members find it faster.
I have sorted every which way and they work properly for ascending but not descending.
Hello, @amatulis
As mentioned @amitchandak , you can create a sort column.
Rank = RANKX('Calendar','Calendar'[Date],,DESC,Dense)
Next, create a "New Date" column:
New Date = 'Calendar'[Date]
Have the new "date column" sort by column "Rank"
The result will be displayed as shown below:
See the attachment for more details.
Best regards
Community Support Team _ Eason
If this post helps,then consider Accepting it as the solution to help other members find it faster.