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
fcarvalho75
Frequent Visitor

How to change the desc order for only 1 line and add an average column only for the total?

Hi,

 

I have a table that must be desc order, however the first line (others) is the greater value, but I would like to have only in this case when Consultant Name is Others, automatically shows as the last line on the table. Is this possible?

 

Also, I would like to add a column after TOTAL called Average, but this column must be only the average of Grand Total, not every month. Is this possible?

 

Thanks a lot,

Fernanda

 

other.jpg

 

 

1 ACCEPTED SOLUTION
Eric_Zhang
Microsoft Employee
Microsoft Employee

@fcarvalho75

You can do that sorting by a workaround using an aggregated table. Check more details in  the attached pbix file.

Capture.PNG

 

OrderTable is a reference from yourTable

Capture.PNG

 

Capture.PNG

 

You can check the similar sorting in Sorting Data Manually .

 

As to adding a extrat column to matrix visual, AFAIK, it is not supported. You can check this idea Add Personalized Columns in Matrix and vote it up.

View solution in original post

1 REPLY 1
Eric_Zhang
Microsoft Employee
Microsoft Employee

@fcarvalho75

You can do that sorting by a workaround using an aggregated table. Check more details in  the attached pbix file.

Capture.PNG

 

OrderTable is a reference from yourTable

Capture.PNG

 

Capture.PNG

 

You can check the similar sorting in Sorting Data Manually .

 

As to adding a extrat column to matrix visual, AFAIK, it is not supported. You can check this idea Add Personalized Columns in Matrix and vote it up.

Helpful resources

Announcements
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