Forum Discussion
Percentile calculation for each value in a data set.
Anonymous - Sounds like you want the PERCENTILE group of functions:
https://docs.microsoft.com/en-us/dax/percentile-inc-function-dax
Thank you both for looking into this.
I replicated the formula and its not giving me the correct answer.
For example :
below in the pic, its showing
Percentile 50 which is a measure with formula "PERCENTILE 50 = PERCENTILEX.INC (table1,table1[Rate],0.5) "
and the Rank/Total = RANKX (ALL (Query1),
Per my understanding, i should be getting less than 50.74% for the Average value of $63.44
- Anonymous6 years agoNot applicable
May i request you to respond on this please please...
- v-lionel-msft6 years ago
Community Support
Hi Anonymous ,
Like this?
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- v-lionel-msft6 years ago
Community Support
Hi Anonymous ,
Has your problem been solved?
Best regards,
Lionel ChenIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.