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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Sort Month-Year column in Descending order in Matrix visual

Hi Everyone,

 

I have a "Month-Year" column with values from "Apr 2017" to "Mar 2019". When I put it in Matrix visual, it displayed data from "Apr 2017" to "Mar 2019" i.e. ascending order. So, I want to display data starts from "Mar 2019" to "Apr 2017" i.e. descending order.

Also, I've tried to sort the column in descending order from visual level option and Data View but it wasn't reflected on matrix visual.

 Matrix.PNG

 

Please help. 

 

Thanks

1 ACCEPTED SOLUTION
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

You could use Sort by column in Power BI Desktop

https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column

Step1:

Add a sort conditional column for "Month-Year" column.

for example:

Condition = - ( YEAR('Date'[Date])*100+MONTH('Date'[Date]) )

Step2:

Then select "Month-Year" field and then click Modeling->Sort by column->"Condition"

2.JPG

Result:

4.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-lili6-msft
Community Support
Community Support

hi, @Anonymous 

You could use Sort by column in Power BI Desktop

https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column

Step1:

Add a sort conditional column for "Month-Year" column.

for example:

Condition = - ( YEAR('Date'[Date])*100+MONTH('Date'[Date]) )

Step2:

Then select "Month-Year" field and then click Modeling->Sort by column->"Condition"

2.JPG

Result:

4.JPG

 

Best Regards,

Lin

Community Support Team _ Lin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-lili6-msft  I really appreciate your support.

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.

Top Solution Authors