Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calculate 10th Percentile

Hi All

I have an Expression like:

=Sum({$<Episode.Source = {'IP'},[DriversExp.ItemType]={'Expense'}>}  ServData.VolAmt*DriversExp.FCostUnit)

/

Count ( {$<Episode.Source = {'IP'}>} DISTINCT Episode.Epinum)

This gives me a unit cost, however, I want to be able to compare this with the top 10th percentile or "unit costs"

I have this against a single other dimension.

Can anyone advise?

Thanks

Dominic

1 Reply
sbaldwin
Partner - Creator III
Partner - Creator III

Hi, have you looked at the fractile function, this should calculate the percentile.

Thanks

Steve