2016 Excel PowerPivot - PercentRank Formula Question

James02

Board Regular
Joined
Nov 6, 2014
Messages
108
Question:

Can PowerPivot 2016 Percentile functions be conditional? For example: Can it calculate the percentile of a segment of the data, not the whole column?

If so, this is a huge boon for PowerPivot 2016. Rumor has it that the Percentile functions are included in 2016, but trying to determine the functionality of those functions.
Excel 2016: Ten Heartwarming Improvements - PowerPivotPro

Thank you!!
James
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
I have not played specifically with Percentile in 2016, but I'm just going to go ahead and say "yes" anyway.

Pretend you asked this about SUM(). It also takes a column, eg SUM(Sales[Quantity]).

You can easily adjust what gets SUM()'d by something like:
Total In Cali := CALCULATE(SUM(Sales[Quantity], Sales[Region] = "Cali")

Percentile is no different in this reguard.
 
Upvote 0

Forum statistics

Threads
1,224,126
Messages
6,176,517
Members
452,733
Latest member
Gao87

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top