Forum Discussion
Emmy66
5 years agoHelper V
Ranking
Hi, Your help on this will be appreciated. I'm trying to do top 5 projects by users using the below dax. Top 5 Projects = VAR ProjRank = RANKX(ALL(User[First_LastName]),[NoOfProjects],,DESC) ...
parry2k
5 years agoSuper User
Emmy66 Did you see if the rank ties did break after you added the logic? It will be easier if you share pbix file using one drive/google drive with the expected output. Remove any sensitive information before sharing.
- Emmy665 years agoHelper V
Hi parry2k, thanks for your reply. Apologies for the delay in responding to your message.
Please find the link to the PBIX file. My expected output is as per below screenshot. The 5th one can be any user with 1 project.
My measures are all included in the PBIX file.
Thanks in advance.