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
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
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