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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
josedavidsa
Frequent Visitor

Sort a matrix by a specific column.

Hello,
This is an example of my information:

 

tabla0.png

I need to create two matrices, one for costs and another for margin. I need both to be organized by "2018 costs":

 

TaBLE.png

 

Additionally I want to color the row of product B or whichever I choose.

 

I appreciate any help.

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

Hi

 

In this scenario,does this "I need both to be organized by "2018 costs"" mean to sort two matrixes by "2018 costs"?

If it is in this case, please refer to following steps.

For the matrix for costs, you need select “Sort By cost” as below.

10.png

 

For another for margin, make the “margin” column selected and select “cost” in Modeling->Sort by Column simultaneously.

11.png

12.png

 

To color the row for product B in both matrix, in Format pane->the conditional formatting, open Advanced controls dialog. This blog is for your reference.

Create a measure in your model that return 1 if a product is “B”, then in Color by rules mode chose to format the product name green if the measure returns 1

Measure = IF(MAX([product])="B",1,0)

13.png

14.png

 

Best Regards

Maggie

View solution in original post

4 REPLIES 4
rjhartop
Helper II
Helper II

This blog post should provide a work around to sorting by a matrix column:

 

https://affinityworks.co.uk/power-bi-matrix-column-sort-sorted/

FF316
Regular Visitor

Hi,

 

I have the exact same requirement, have you ever come up with a solution?

Please let me know if you do, thank you.

 

Regards,

 

Felix

v-juanli-msft
Community Support
Community Support

Hi

 

In this scenario,does this "I need both to be organized by "2018 costs"" mean to sort two matrixes by "2018 costs"?

If it is in this case, please refer to following steps.

For the matrix for costs, you need select “Sort By cost” as below.

10.png

 

For another for margin, make the “margin” column selected and select “cost” in Modeling->Sort by Column simultaneously.

11.png

12.png

 

To color the row for product B in both matrix, in Format pane->the conditional formatting, open Advanced controls dialog. This blog is for your reference.

Create a measure in your model that return 1 if a product is “B”, then in Color by rules mode chose to format the product name green if the measure returns 1

Measure = IF(MAX([product])="B",1,0)

13.png

14.png

 

Best Regards

Maggie

Hi Maggie, thank you very much for your time.

 

Unfortunately it does not work, in your case works because your data is organized.

 

It is organizing by total and not by the year 2017.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.