Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.07 KB

t-inv-function-dax.md

File metadata and controls

49 lines (33 loc) · 1.07 KB
description title
Learn more about: T.INV
T.INV function (DAX) | Microsoft Docs

T.INV

[!INCLUDEapplies-to-measures-columns-tables-visual-calculations]

Returns the left-tailed inverse of the Student's t-distribution.

Syntax

T.INV(Probability,Deg_freedom)

Parameters

Term Definition
Probability The probability associated with the Student's t-distribution.
Deg_freedom The number of degrees of freedom with which to characterize the distribution.

Return value

The left-tailed inverse of the Student's t-distribution.

Remarks

[!INCLUDE function-not-supported-in-directquery-mode]

Example

EVALUATE { T.INV(0.75, 2) }

Returns

[Value]
0.816496580927726

Related content

T.INV.2T
T.DIST
T.DIST.2T
T.DIST.RT