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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

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
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.