Forum Discussion
Date table descending year
- 4 years ago
Moniek , For Matrix I doubt still option is not added. Option not added bar/stacked legends in Nov 2021.
You need to create these columns in table/date table
Year 1 = [Year])
Year Order = rankx('Date', [Year],,desc,dense)
Mark Year sort as sort column of the year and use that
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
Moniek , For Matrix I doubt still option is not added. Option not added bar/stacked legends in Nov 2021.
You need to create these columns in table/date table
Year 1 = [Year])
Year Order = rankx('Date', [Year],,desc,dense)
Mark Year sort as sort column of the year and use that
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
- Moniek4 years ago
Resolver I
Thanks, your youtube helps me a lot!!!!!