Forum Discussion
Descending Order
- 5 years ago
I just got it to work. I had to pull from a new table, join the table, and then it worked... thanks for your help
It is still not working. This is what I am getting.
hi i820017
For your case, you need to use sort by column to get it:
https://radacad.com/sort-by-column-in-power-bi
just create a column as as below:
DescYearMonth = -(YEAR('Date'[Date])*100+MONTH('Date'[Date]))
then set sort by column as below:
Result:
and here is sample pbix file, please try it.
Regads,
Lin
- i8200175 years agoResolver II
Hey Lin,
It's still not working. This is a double-layered report as seen below. Do you think that the fact that the report is double-layered is causing the problem? Moreover, do you have another visualization like a matrix that I can download that will alleviate this issue?
Thanks
Than
- i8200175 years agoResolver II
I just got it to work. I had to pull from a new table, join the table, and then it worked... thanks for your help