T.DIST.RT

Updated on

T.DIST.RT is a DAX function that returns the right-tailed Student’s t-distribution.

Syntax

T.DIST.RT(
   X,
   Deg_freedom
)
Argument Properties Description
X The numeric value at which to evaluate the distribution.
Deg_freedom An integer indicating the number of degrees of freedom.

Return Values

The right-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.RT(1.959999998, 60) }

Returns

[Value]
0.0273224649879605

Other functions related to T.DIST.RT are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/t-dist-rt-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy