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
bcampbell
Helper I
Helper I

Sort / Arrange Matrix Values

I have a matrix table , and I would like to reaarange the values based on typical flow

 

Correct Order would be DISP,ENRT,ARRVD,RETRN, and CMPLT

 

Would I need to create another table with my header value and a number value ?   how do i then sort by that table ?

 

Thanks

 

snip.png

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @bcampbell,

 

I'm assuming that the headers on the table are a category on your data table, based on that for making a custom sort the best option is to create a new table with the following format:

 

Cat            ID

DISP 1
ENRT 2
ARRVD 3
RETRN 4
CMPLT 5

 

Sort the column CAT by the column ID and then make a relationship to the first table.

 

Lastly use the value on the table above for your matrix and the values should be in order.

 

As you can see on below the first table uses columns from a single table and the order is alphabetic, on the second one using the sorting table it's on the order you need.

sorting_matrix.png

 

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



View solution in original post

5 REPLIES 5
MFelix
Super User
Super User

Hi @bcampbell,

 

I'm assuming that the headers on the table are a category on your data table, based on that for making a custom sort the best option is to create a new table with the following format:

 

Cat            ID

DISP 1
ENRT 2
ARRVD 3
RETRN 4
CMPLT 5

 

Sort the column CAT by the column ID and then make a relationship to the first table.

 

Lastly use the value on the table above for your matrix and the values should be in order.

 

As you can see on below the first table uses columns from a single table and the order is alphabetic, on the second one using the sorting table it's on the order you need.

sorting_matrix.png

 

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



Well,

 

I thought I did it correct

 

Matrix still doesnt want to sort correctly

 

TableSort.PNGSort Table.PNG

When I replace the column with the sort column it shows that in order

 

1.PNG

 

 

Hi @bcampbell,

 

When I refer to sorting the category by the Sort column is not on the  table view but on the Sort by column button.

 

Check the images below:

 

sortbycolumn_10.pngsortbycolumn_11.png

 

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

 

Regards,

MFelix


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português



oh , i apologize

 

Thanks for the help.. worked out good

 

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
Top Kudoed Authors