Daily DAX : Day 21 T.DIST

 A statistical DAX function that returns a scalar value that represents the left tailed T Distrubtion


Syntax

T.DIST( <X>, <Deg_Freedom>, <Cumalative>)

where X is the numeric value at which to evaluate the distribution.

Deg_Freedom is an integer value that indicates the number of degrees of freedom

Cummalative is a logical value that indicates the form of the function


https://dax.guide/t-dist/

Comments

Popular posts from this blog

Daily DAX : Day 131 SELECTEDMEASURE

Daily DAX : Day 446 INFO.CSDLMETADATA

Daily DAX : Day 453 ENDOFWEEK