Forum Discussion
Ranking Issues
Anonymous
Is this what you are looking for?
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 agoCommunity 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 🙂 - Anonymous6 years agoNot applicable
i did same thing it's working fine but i add other dimensson columns ranking is not working and it's displaying duplicate ranks and top 50 records also not working.
- nandukrishnavs6 years agoCommunity Champion
Anonymous
Can you share other dimensions also in the excel file?
- Anonymous6 years agoNot applicable
https://drive.google.com/drive/folders/1PCfqXc90S4qFg374-GxIo-5uh2YoF8NC?usp=sharing
Please find the multiple tables sample data.
- Anonymous6 years agoNot applicable
Any solution for this, Please help me to get resolve this issue.
- v-gizhi-msft6 years agoCommunity Support
Hi,
Any progress?
If you still have any issue, could you please share some sample data as screenshots?
And remember removing any sensitive data
Best Regards,
Giotto