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 65 INFO.TABLEPERMISSIONS

Daily DAX : Day 55 PV