Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
I have a Matrix that's essentially a Date Hierarchy & aggregated Financials. How do I make it such that this can be sorted both in Chronological order and Reverse Chronological Order? By default, Chronological order works but I cannot then get it to reverse. Everything I try seems to only sort a single level descendingly while the subgroupings flip back to be ascending. If I have a table with just any one of these fields in it, they sort correctly in both ascending and descending orders (i.e. the Sort By columns are properly set). The problem is specifically when say to sort the Matrix in a Descending way by Day, then the subgroup headers for Month, Quarter, and Year are Ascending but the Days within each Month are descending.
I specifically want a reverse-chronological order when "Descending" is selected and chronological order when "Ascending" is selected. I don't want to hack all of the levels to *always* be reverse-chronological order, I want the consumer to be able to switch back and forth between the two.
Fully-expanded hiearchy: Year -> Quarter -> Month -> Day
Desired (when Descending is selected):
2018: $11602
2018 Q4: $1234
2018 Q3: $2345
2018 Q2: $3456
2018 Q1: $4567
2017: $11602
2017 Q4: $1234
2017 Q3: $2345
2017 Q2: $3456
2017 Q1: $4567
What I get if I sort by Quarter (descending):
2017: $11602
2017 Q4: $1234
2017 Q3: $2345
2017 Q2: $3456
2017 Q1: $4567
2018: $11602
2018 Q4: $1234
2018 Q3: $2345
2018 Q2: $3456
2018 Q1: $4567What I get if I sort by Year (descending):
2018: $11602
2018 Q1: $1234
2018 Q2: $2345
2018 Q3: $3456
2018 Q4: $4567
2017: $11602
2017 Q1: $1234
2017 Q2: $2345
2017 Q3: $3456
2017 Q4: $4567
Hi,
I'm not sure this is possible by default now to sort by two columns at once. There is the following idea if you want to vote for it:
I think you could create an additional column like this one:
What if I need to do this by Month? where my Month column is the name of the month.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 18 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 50 | |
| 38 | |
| 31 | |
| 27 |