Forum Discussion
Anonymous
3 years agoNot applicable
Rank
Hi, I am trying to rank a list of clients by the gross premium I have a table with the names of clients and theyre gross premium, when I add the rank in the table the rank works correctly ...
Anonymous
3 years agoNot applicable
Hi Anonymous ,
Please update the formula of measure as below and check if it can return the correct result...
Rank =
RANKX (
ALLSELECTED ( Client[ClientName] ),
VALUE ( ( Amount[Gross Premium] ) )
)
If the above one can't help you get the desired result, please provide some sample data in your table 'Client' and 'Amount' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. By the way, is there any relationship between the table 'Client' and 'Amount'? If yes, please provide the relationship info(cardinality, cross filter direction and base field etc). It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards