Forum Discussion
Ranking Measure Help
- 1 year ago
You will need to provide the Value parameter for RANKX, and compute that with REMOVEFILTERS.
- Anonymous1 year ago
Hi Sirhawk3017 ,
Base on your description, it seems like the ranking value not correct when adding the column [License Status]. Please update the formula of measure [FM Territory Rank] as below and check if it can return the expected result...
FM Territory Rank = RANKX( ALL(FM_INFO[Agreement ID]), [FM Sales YTD], , DESC, DENSE )If the above one can't help you get the expected result, please provide some raw data in your tables(exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And 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
- 1 year ago
Thank you so much this did the trick!
Hi Sirhawk3017 ,
Base on your description, it seems like the ranking value not correct when adding the column [License Status]. Please update the formula of measure [FM Territory Rank] as below and check if it can return the expected result...
FM Territory Rank =
RANKX(
ALL(FM_INFO[Agreement ID]),
[FM Sales YTD],
,
DESC,
DENSE
)
If the above one can't help you get the expected result, please provide some raw data in your tables(exclude sensitive data) with Text format and your expected result with backend logic and special examples. It would be helpful to find out the solution. You can refer the following link to share the required info:
How to provide sample data in the Power BI Forum
And 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
- Sirhawk30171 year agoHelper II
Thank you so much this did the trick!