DAX Function Guide
NORM.INV
Sam McKay
CEO & Founder
How does the NORM.INV work?
NORM.INV Formula Syntax
NORM.S.INV(
Probability
)
How do you use the NORM.INV?
This function will calculate the inverse normal cumulative distribution for a given probability value. The precision of NORM.S.INV depends on the precision of NORM.S.DIST. NORM.S.INV uses an iterative search technique.
Related Blog Posts
Loading
Considerations when using the NORM.INV?
The NORM.S.INV function uses only one argument:
- Probability (required argument) – This is the probability corresponding to the normal distribution. It is the value at which we want to evaluate the inverse function.
Related Video Tutorials
Loading
Formula examples using the NORM.INV
EVALUATE { NORM.S.INV(0.908789) }
=NORM.S.INV(0.908789)
=NORM.S.INV( 0.55 )
Related Courses
Loading