March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe 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
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;
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
Solved! Go to 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.
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.
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:
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
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.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
126 | |
85 | |
69 | |
53 | |
44 |
User | Count |
---|---|
202 | |
106 | |
100 | |
64 | |
56 |