Forum Discussion
Matrix Sort by Column Header Date Descending
- 4 years ago
Hi, a68tbird ;
I tested it , product as rows, sales as values, date as column;
If the column is Date Hierarchy, sort by column is not work ,so we should change the different column about year and month.
create a rank column.
Column =RANKX('financials',YEAR('financials'[Date]),,DESC,Dense)The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, a68tbird ;
I tested it , product as rows, sales as values, date as column;
If the column is Date Hierarchy, sort by column is not work ,so we should change the different column about year and month.
create a rank column.
Column =RANKX('financials',YEAR('financials'[Date]),,DESC,Dense)
The final output is shown below:
Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.