CHISQ.INV is a DAX function that returns the inverse of the left-tailed probability of the chi-squared distribution.
Syntax
CHISQ.INV(
Probability,
Deg_freedom
)
Argument | Properties | Description |
---|---|---|
Probability | A probability associated with the chi-squared distribution. | |
Deg_freedom | The number of degrees of freedom. |