This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello everybody,
This is my first post.
I have a basic Employees Excel Sheet with two columns (Matricule, Annual Salary).
I would like to calculate the salary above which there is a percentage of employees. For example, the value of the salary above which the top 10% of employees are paid.
Thank you very much
Hi @Xavier ,
You can use the formula
TOP 10 = PERCENTILE.INC(ALL('Table'),.90)
This will give you the threshold or 90percentile value or people who are in top 10 percentile salary.
You can also refer the post
https://community.powerbi.com/t5/Desktop/Calculating-the-percentile-for-a-set-of-data/td-p/250581
https://community.powerbi.com/t5/Desktop/Dynamic-calculation-of-percentiles/td-p/458233
Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 9 | |
| 8 | |
| 8 | |
| 6 | |
| 6 |