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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Syndicate_Admin
Administrator
Administrator

Percentiles on a measure

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:

JoseMJim_0-1646908448707.png

And as I want to apply the percentiles is on the sale / hour:

SALE/HOUR ENERGY Advisor =
DIVIDE(sum('Times Integrated Scoreboard Advisor'[ENERGIA]), SUM('Integrated Advisor Marker Times' [Effective Time]))
I apply the different percentiles (
Percentile 100 = PERCENTILEX. INC('Times Integrated Scoreboard Advisor', 'Times Integrated Scoreboard Advisor'[SALE/HOUR ENERGY Advisor],1)) but the results do not make sense.
How can I apply the percentiles to the calculated measure and that varies depending on the filters applied?
1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @JoseMJim 

I think you can try what-if-paramter .

5.1.png

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

View solution in original post

1 REPLY 1
v-easonf-msft
Community Support
Community Support

Hi, @JoseMJim 

I think you can try what-if-paramter .

5.1.png

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

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.