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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
omaffud
Frequent Visitor

Matrix - Sorting a column that is not TOTAL

I have a Matrix report that shows revenue by year in the columns, but the years are created by the invoice date, so a single field. I want to know if I can sort, from highest revenue to lowest, a specif year because I was able to sort only the TOTAL column in the right side.

1 ACCEPTED SOLUTION

Hi  @omaffud ,

 

Does my solution above make sense? 

 

Maybe you can post your new idea https://ideas.powerbi.com/forums/265200-power-bi-ideas , to improve the Power BI Desktop.

 

It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Best regards

Amy

 

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

3 REPLIES 3
v-xicai
Community Support
Community Support

Hi @omaffud ,

 

You can create rank column like DAX below. Choose the revenue in Field Pane, then click sort by column Rank.

 

Rank= RANKX(FILTER(Table1 ,Table1 [Year]=EARLIER(Table1 [Year])),Table1 [revenue],, Desc, Dense)

 

10.png

 

 

 

 

Best Regards,

Amy

 

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

I was looking for a simpler solution, like we do in Excel, where we can select the column and sort after that. Maybe this is a suggestion from improvement in Power BI.

Hi  @omaffud ,

 

Does my solution above make sense? 

 

Maybe you can post your new idea https://ideas.powerbi.com/forums/265200-power-bi-ideas , to improve the Power BI Desktop.

 

It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

 

Best regards

Amy

 

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

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