Hi all,
I am having a hard time figuring out a good way to do this so I am looking for some advice.
I have a measure for ranking values. Lets say 1-100. The total number of rows is variable based on the data, of course.
I would like to figure out where a row eixsts within a percentile... So, I want to create a new measure that calculates that row 9 is 9/100 = 9% (rank divided by highest value rank). Ultimately the point is to sort the ranks into 10 based percentile groups. Easy enough once I have the percent.
My approach has been to try to divide the current value by the maximum value of that measure, but I have tried a wide of different approaches but so far I have been unable to get that maximum value to divide by.
1, 1%
2, 2%
3, 3%
100, 100%
Any ideas?