Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Good afternoon to the whole community.
I have a BI riding with the sales productivity of advisors. In this sense, KPIs are calculated formulas and have different filtering ocpions (date, agency, campaign).
The table is as follows:
And as I want to apply the percentiles is on the sale / hour:
Solved! Go to Solution.
Hi, @JoseMJim
I think you can try what-if-paramter .
In addition to creating the parameter, creating a what-if parameter also creates a measure[Parameter Value]. You can replace the third parameter in the function PERCENTILEX.INC with [Parameter Value].
You can change you original measure as below:
Percentile=
PERCENTILEX.INC (
'Times Integrated Scoreboard Advisor',
'Times Integrated Scoreboard Advisor'[SALE/HOUR ENERGY Advisor],
[Parameter Value]
)
Best Regards,
Community Support Team _ Eason
Hi, @JoseMJim
I think you can try what-if-paramter .
In addition to creating the parameter, creating a what-if parameter also creates a measure[Parameter Value]. You can replace the third parameter in the function PERCENTILEX.INC with [Parameter Value].
You can change you original measure as below:
Percentile=
PERCENTILEX.INC (
'Times Integrated Scoreboard Advisor',
'Times Integrated Scoreboard Advisor'[SALE/HOUR ENERGY Advisor],
[Parameter Value]
)
Best Regards,
Community Support Team _ Eason
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 43 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |