DAX Function Guide

T.DIST.RT
Empty image or helper icon

Sam McKay

CEO & Founder

How does the T.DIST.RT work?
The T.DIST.RT function (DAX) returns the right-tailed Student’s t-distribution.
T.DIST.RT Formula Syntax

T.DIST.RT(
     X,Deg_freedom
)

How do you use the T.DIST.RT?

This function calculates the right-tailed Student’s T Distribution, which is a continuous probability distribution that is frequently used for testing hypotheses on small sample data sets.

Related Blog Posts

Loading

Considerations when using the T.DIST.RT?
  • If any argument is nonnumeric, T.DIST.RT returns the #VALUE! error value.
  • If deg_freedom < 1, T.DIST.RT returns the #NUM! error value.
Related Video Tutorials

Loading

Formula examples using the T.DIST.RT

EVALUATE { T.DIST.RT(1.959999998, 60) }

=T.DIST.RT(0.5,1)

=T.DIST.RT(2.5,1)

Related Courses

Loading