Forum Discussion
lemaribdb
Helper II
2 years ago2 fields slicer sort both levels
Hi! I have a slicer with 2 fields, YEAR and YEAR_MONTH_NO, they come from separate calendar table. When I select to sort this slicer by YEAR -> Descending, the first level, years, are in descendin...
- 2 years ago
Hi lemaribdb
You need to create a column for descending sorting in the date table :and use it for sorting month-year
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
Ritaf1983
Super User
2 years agoHi lemaribdb
You need to create a column for descending sorting in the date table :
and use it for sorting month-year
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly.
- lemaribdb2 years ago
Helper II
Works like a charm, thanks!