Forum Discussion
Ranking Issues
Anonymous
I don't have access
https://drive.google.com/drive/folders/1PCfqXc90S4qFg374-GxIo-5uh2YoF8NC?usp=sharing
Please check now, i have given access to public.
- nandukrishnavs6 years ago
Community Champion
Anonymous
Is this what you are looking for?
- Anonymous6 years agoNot applicable
yes based on paid amount want to display TOp 50 ranks by using dax not an index column or genrate series function becase my sorece is tabluar cube and seen image you are taking column from only one table so my table having dfferent table columns. Please take columns from different table apply top 50 ranks
State licence came from Table A(Procedure id)
Provider Legacy Number, Provider name came from Table B(Provider id, Name)
Paid Amount, Total claim services, Unique patients,# of service Came from Table3 Fact(This all are sum)
- nandukrishnavs6 years ago
Community Champion
Anonymous
In your Excel file, I could see only one table.
Based on that, I have created the below measures.
PaidAmount = SUM(MyTable[Paid])rankValue = RANKX(ALL(MyTable[PROVIDER_ID]),[PaidAmount],,ASC,Dense)
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂