Forum Discussion
Matrix column header inverse order by date
- 8 years ago
Hi Anonymous,
Based on my test, we can take the following steps to meet your requirement.
1. Create a calculated column to rank the date.
rank = RANKX(ALL(Escalation),Escalation[Created Date],,DESC)
2. In Power query, duplicate the date column and change it to text format. Then make it sort by rank.
3.Then we can get the result as we need.
For more details, please check the pbix as attached.
https://www.dropbox.com/s/ba66v8gvm44yr1o/matrix.pbix?dl=0
Regards,
Frank
Hi Anonymous,
Based on my test, we can take the following steps to meet your requirement.
1. Create a calculated column to rank the date.
rank = RANKX(ALL(Escalation),Escalation[Created Date],,DESC)
2. In Power query, duplicate the date column and change it to text format. Then make it sort by rank.
3.Then we can get the result as we need.
For more details, please check the pbix as attached.
https://www.dropbox.com/s/ba66v8gvm44yr1o/matrix.pbix?dl=0
Regards,
Frank