# NORMSINV

The NORMSINV function calculates the inverse standard normal distribution for a measure, with a mean of 0, and standard deviation of 1.

```javascript
normsinv(value)
```

## Arguments

value - The measure for which to calculate the normal distribution. This is a required argument.

## Example

```javascript
NORMSINV([Quantity])
```
