Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to:  Calculated column
Calculated column  Calculated table
Calculated table  Measure
Measure  Visual calculation
Visual calculation
Returns the two-tailed Student's t-distribution.
Syntax
T.DIST.2T(X,Deg_freedom)
Parameters
| Term | Definition | 
|---|---|
| X | The numeric value at which to evaluate the distribution. | 
| Deg_freedom | An integer indicating the number of degrees of freedom. | 
Return value
The two-tailed Student's t-distribution.
Remarks
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
Example
EVALUATE { T.DIST.2T(1.959999998, 60) }
Returns
| [Value] | 
|---|
| 0.054644929975921 |