Forum Discussion
Calculating Percentile on Measure
Hi,
I have a measure in my powerbi report. I am trying to calculate the percentile on the measure [UnitsLeased] and table1.
However, when I apply the formula, I do not get the option of calculating the percentile for measure. Please help.
11 Replies
- LivioLanzoSolution Sage
ApurvaKhatri Hello, please share your dataset
- ApurvaKhatriHelper III
I wont be able to share the actual dataset. However, the dummy set is:
Sales Manager UnitsLeased A 2 B 5 C 7 D 9 UnitLeased is a measure.
Also, I have a date slicer that has hierarchy of Year- Month
- LivioLanzoSolution Sage
I won't be able to provide the exact measure without seeing the model. But in general you can do something like this:
PERCENTILEX.INC( VALUES(Sales[Sales Manager] ), [UnitsLeased], 0.9 )
you will need to adapt this to your needs
- v-piga-msftResident Rockstar
Hi ApurvaKhatri,
Have you solved your problem?
If you have solved, please accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, please share your desired output.
Best Regards,
Cherry