DAX Function Guide

NORM.INV
Empty image or helper icon

Sam McKay

CEO & Founder

How does the NORM.INV work?
The NORM.S.INV function (DAX) returns the inverse of the standard normal cumulative distribution. The distribution has a mean of zero and a standard deviation of one.
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:

  1. 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