Forum Discussion

azaterol's avatar
azaterol
Helper V
3 years ago
Solved

Sort date descending

Hello everyone,

I sorted the months in descending order as follows:

 

In Date table created 2 additional columns called 'MonthDesc' and 'MonthDescKey'.

MonthDesc = FORMAT('Date'[Date], "MMM")

MonthDescKey = 32 + (-1*MONTH('Date'[Date]))

Then sort 'MonthDesc' by 'MonthDescKey' (Option: Sort By column)


Now I would like to have the days sorted in descending order. How is that possible?

So that 2. September is first and under that date is 1. September .