Forum Discussion

Fro88er's avatar
Fro88er
Helper IV
6 years ago

How to create a new measure using RANKX and second measure for tiebreakers

I am running a contest and therfore, trying to create a meaure that puts a "1" for the top two RANK by recruiter using the JOs as tie breakers, so I can add a "star" for them. (I could only get one to work using the top JO).  Basicly, measure the top JO by Rank, only top two Rank.

 

 

RankPlacements - by Team Individual Full Desk =
RANKX(
ALLSELECTED('DimCorporateUser_ Recruiter'),
CALCULATE([Total Placements]),,DESC,Dense)
 
JO Recruiter =
CALCULATE(SUM('JO/SO Recruiter'[JO Calc])
)
 
Thanks kindly,
Mark

3 Replies