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
yhael1121
Frequent Visitor

ranking

Hi Team,

 

Im working on a report now that would show ranking based on the Goal Attainment per Manager. I dont quite understand how to use the RANKX. I've tried alot of examples but it doesnt work. my conculsion is that the Column that im trying to Rank is a measure. And all my measure is in a different table.

 

Below is the formula i tried.

RANK = RANKX(Ampule,calculate(([NRS GA]*.25)+([72Hr GA]*.25)+([Resolved GA]*.20)+([CPC GA]*.20)+([Transfer GA]*.10)),,ASC)

Ampule = Table for all my measures

Calculations  = formula to get the Goal Attainment im trying to Rank.

 

Please let me know if you need additional information from me.

1 REPLY 1
iamprajot
Responsive Resident
Responsive Resident

It needs a lot of corrections,
first, put calculate(([NRS GA]*.25)+([72Hr GA]*.25)+([Resolved GA]*.20)+([CPC GA]*.20)+([Transfer GA]*.10)) into another Measure for e.g. "MyCalc" and that cannot be done the way it is now.
the way you did it works in calculated column but not in Measure so put these column names inside SUM.
then in ranking should contain actual table name and not the group where you created the Measures, so final measure would be RANKX(TableName,MyCalc,,ASC)

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.