Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hey all,
is it possible to sort the months in descending order in a matrix? So August is first at the top.
Thanks for helping.
Solved! Go to Solution.
Hi Azaterol,
This is how I would do it:
Go to data
In your Date table I would create 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)
Once that is done you can go to report view open a table with 'Year' and 'MonthDesc' and sort by 'Year'.
There might be easier solution.
Hope this helps!
Hi Azaterol,
This is how I would do it:
Go to data
In your Date table I would create 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)
Once that is done you can go to report view open a table with 'Year' and 'MonthDesc' and sort by 'Year'.
There might be easier solution.
Hope this helps!
@Luuky thank you!
now I have sorted the months in descending order, I would also like to sort the days in descending order how would you do that for the days?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
45 | |
32 |
User | Count |
---|---|
172 | |
90 | |
66 | |
46 | |
45 |