TRUNC

TRUNC is a DAX function that truncates a number to an integer by removing its decimal part. Syntax Argument Properties Description Number The number you want … Read More

TANH

TANH is a DAX function that returns the hyperbolic tangent of a number. Syntax Argument Properties Description Number Any real number. Return Values Returns the hyperbolic … Read More

T.INV

T.INV is a DAX function that returns the left-tailed inverse of the Student’s t-distribution. Syntax Argument Properties Description Probability The probability associated with the Student’s t-distribution. … Read More

T.INV.2T

T.INV.2T is a DAX function that returns the two-tailed inverse of the Student’s t-distribution. Syntax Argument Properties Description Probability The probability associated with the Student’s t-distribution. … Read More

TAN

TAN is a DAX function that returns the tangent of a given angle. Syntax Argument Properties Description Number The angle in radians for which you want … Read More

T.DIST.2T

T.DIST.2T is a DAX function that returns the two-tailed Student’s t-distribution. Syntax Argument Properties Description X The numeric value at which to evaluate the distribution. Deg_freedom … Read More

T.DIST.RT

T.DIST.RT is a DAX function that returns the right-tailed Student’s t-distribution. Syntax Argument Properties Description X The numeric value at which to evaluate the distribution. Deg_freedom … Read More

SQRTPI

SQRTPI is a DAX function that returns the square root of (number multiplied by pi). Syntax Argument Properties Description Number The number by which pi is … Read More

T.DIST

T.DIST is a DAX function that returns the Student’s left-tailed t-distribution. Syntax Argument Properties Description X The numeric value at which to evaluate the distribution. Deg_freedom … Read More

SQRT

SQRT is a DAX function that returns the square root of a number. Syntax Argument Properties Description Number The number for which you want the square … Read More