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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
roytap
Helper I
Helper I

How to change the ranking based on the values of 2 columns fields in a Matrix table

I have a Matrix table with the following setting

 

Rows: Customer

Columns: Year

Value: Sales Amount

 

I set a visual filter based on Top 20 Customer By Sales Amount as shown below;

 Matrix_Sample.jpg

 

How can i set the ranking based on year 2018?

 

Currently, the ranking is based on the total value of year 2016 + 2017 + 2018.

 

Thanks

1 ACCEPTED SOLUTION

Hi,

 

Finally, managed to do that using the formula you provided. 

 

I need to put the Rank field after the Sales value and sort it ascending. Then hide the entire Rank column and it works!

 

Thanks.

View solution in original post

7 REPLIES 7
Zubair_Muhammad
Community Champion
Community Champion

@roytap

 

Try this MEASURE

RANK =
RANKX (
    ALLSELECTED ( TableName[Customer] ),
    CALCULATE ( SUM ( TableName[SalesAmount] ), TableName[Year] = 2018 ),
    ,
    DESC,
    DENSE
)

But how do i sort by using this Rank?

 

The sort by column is disabled when i highlight this meansure in my query list, 

 

Thanks.

@roytap

 

Are the rankings correct?

 

Could you show a screenshot? I want to understand what exactly is the sorting problem?

Yes, the ranking seems to be correct, but i am unable to sort it accordingly based on the rank as shown below:

Matrix_Sample2.jpg

HI,

 

Any idea how I can sort the Matrix table by year 2018? I am still unable to find any way that it can be sorted by year 2018. By deafult, it will automatically be sorted by the total aggregation of the year value.

Hi @roytap

 

I tried it as well..

 

I am unable to sort in a Matrix too Smiley Sad

 

May be you can use a TABLE visual

Hi,

 

Finally, managed to do that using the formula you provided. 

 

I need to put the Rank field after the Sales value and sort it ascending. Then hide the entire Rank column and it works!

 

Thanks.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.