Forum Discussion
cyborgandy
4 years agoHelper II
Power BI Quartile Analysis
Hi All, I have below data set with more than 500 rows I want to add quartile wise disturbutation as per NPS score like A, B,C,D which we do in excel, is it possible to do it on power bi. ...
- 4 years ago
Hi cyborgandy ,
Please try this code:
0.25 Bottom Quartile = PERCENTILE.INC('Table'[Sum of NPS %],0.25)If you need more help, please share your pbix without sensitive data and expect result.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
cyborgandy
4 years agoHelper II
Yes I am looking for the same outcome like .75 Top Quartile, 0.50 Medium Quartile,0.25 Bottom Quartile
v-chenwuz-msft
4 years agoCommunity Support
Hi cyborgandy ,
Please try this code:
0.25 Bottom Quartile = PERCENTILE.INC('Table'[Sum of NPS %],0.25)
If you need more help, please share your pbix without sensitive data and expect result.
Best Regards
Community Support Team _ chenwu zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.