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
joshua1990
Post Prodigy
Post Prodigy

Rank based on two individual measures

Hi all!

I have a dimension table that contains all articles and then I have a transactional table. This transactional tables contains two value columns. I use a simple SUM function to get this numbers (Value 1 and Value 2) for a matrix visual:

ArticleValue 1Value 2Rank ValueRank
150%5%5,53
280%10%10,82
360%11%11,61

 

Now, I would like to build a ranking based on this two measures.

For that, I build a third measure with this logic:

 

 

([Value 2] * 100) + [Value 1]

 

 

 

To get the ranking here I created this function:

 

 

RANKX (ALLSELECTED(Article[Article]), [Ranking Value])

 

 

But this results always in a 1. 

The result that I need you can find in the last column.

Why is this function showing always 1?

1 ACCEPTED SOLUTION
ValtteriN
Super User
Super User

Hi,

In what context did your measure return 1? I tried to re-create the issue, but the values I gor are like your desired values:

ValtteriN_0-1643184809918.png

 





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

Proud to be a Super User!




View solution in original post

3 REPLIES 3
ValtteriN
Super User
Super User

Hi,

In what context did your measure return 1? I tried to re-create the issue, but the values I gor are like your desired values:

ValtteriN_0-1643184809918.png

 





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

Proud to be a Super User!




@ValtteriN : Thanks a lot for your support. Do you have a datamodel with 2 tables or is it just one?

@joshua1990  My test data is just one table





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

Proud to be a Super User!




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.

Top Solution Authors