Forum Discussion
TOP N RANK EXCLUSIVE
Hi All,
i have this situation,
For each team I would like to score the top 3 players.
MEXICO TEAM ISSUE:
In this case 2 players have same results Ancer -1 and Morikawa -1, sono for top n filter both are considered.
I would like a measure that considers only 1.
Correct result for Mexico total would like -8
This is the measure that i use in a table.
Any Ideas ?
Thank U
Marco
menglaro78 , Use break tie for Rank. see if can help
https://databear.com/how-to-use-the-dax-rankx-function-in-power-bi/
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale
https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/367415
2 Replies
- amitchandakSuper User
menglaro78 , Use break tie for Rank. see if can help
https://databear.com/how-to-use-the-dax-rankx-function-in-power-bi/
For Rank Refer these links
https://radacad.com/how-to-use-rankx-in-dax-part-2-of-3-calculated-measures
https://radacad.com/how-to-use-rankx-in-dax-part-1-of-3-calculated-columns
https://radacad.com/how-to-use-rankx-in-dax-part-3-of-3-the-finale
https://community.powerbi.com/t5/Community-Blog/Dynamic-TopN-made-easy-with-What-If-Parameter/ba-p/367415- menglaro78Microsoft Employee
Many thanks,
good Idea, I solved, using as measure in topn calculated, points + rand ().
Marco