Getting the PERCENTRANK.INC in PowerPIvot/DAX
问题 I have been tasked with converting a a worksheet from standard Excel into PowerPivot. However, I have hit a roadblock with the PERCENTRANK.INC function which is not available in DAX. I have come close to replicating it using a formula, but there are definite differences in the calculation. Does anyone know how Excel calculates PERCENTRANK.INC()? Formula in cell D2: =(COUNT($A$2:$A$10)-B2)/(COUNT($A$2:$A$10)-1) Formula in cell B2: =RANK.EQ(A2,$A$2:$A$10,0) Formula in cell C2: =PERCENTRANK.INC(