Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
pulpfiction
Frequent Visitor

How to sort months and years in a descending order in a matrix visual using date hierarchy

Hello everyone, 

 

I am trying to sort years and months in a descending order. I have a Date table and I am using the the Date hierarchy from it - only Year and Month.

 

2021-11-05_10h57_29.png

I have tried to sort the Date column by adding an index column in a descending order and sorting the Date column by it. It didn't work. I am looking for a solution that doesn't use calculated columns as I am allowed to have those in Power Query only. 

 

This is what I currently have: 2021-11-05_10h54_28.png

This is what I would like to show in PowerBI:

2021-11-05_10h54_39.png

 

Thank you! 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@pulpfiction , You can create a date table and have Month and Year in that and use that visual

 

Month = month([Date])

Year= Year([Date])

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@pulpfiction , You can create a date table and have Month and Year in that and use that visual

 

Month = month([Date])

Year= Year([Date])

 

To get the best of the time intelligence function. Make sure you have a date calendar and it has been marked as the date in model view. Also, join it with the date column of your fact/s. Refer :radacad sqlbi My Video Series Appreciate your Kudos.

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors