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) ...