Forum Discussion
DanCasSan
Helper V
6 years agoCalculate the normal inverse
Hello community! Again here bothering you with my queries. I'm trying to calculate the normal inverse, but, I'm getting error. I have tried to do it as a measure and column and in both it thr...
- 6 years ago
Correct, apparently only fixed values are allowed, not columns or tables.
But, thanks to your comment I was able to implement an IF to evaluate the field of percentages.
Thank you!
IBIANALYST
3 years agoFrequent Visitor
Actually I just found, if you use the formula with SUMX it can work with a measure or a column not only a fixed value.|
Here is the formula I used
Sigma = CALCULATE(sumx([table], -NORM.S.INV([measure])+1.5))