EXP

EXP is a DAX function that returns the value of e raised to the power of a given number. Syntax Argument Properties Description Number The exponent … Read More

EVEN

EVEN is a DAX function that rounds a number up to the nearest even integer. Syntax Argument Properties Description Number The value to round. Return Values … Read More

DEGREES

DEGREES is a DAX function that converts radians into degrees. Syntax Argument Properties Description Number The angle in radians that you want to convert. Empty … Read More

CURRENCY

CURRENCY is a DAX function that returns a value as a currency data type. Syntax Argument Properties Description Value A scalar expression to be converted … Read More

COT

COT is a DAX function that returns the cotangent of an angle specified in radians. Syntax Argument Properties Description Number The angle in radians for … Read More

COTH

COTH is a DAX function that returns the hyperbolic cotangent of a hyperbolic angle. Syntax Argument Properties Description Number Any real number. Return Values The … Read More

COSH

COSH is a DAX function that returns the hyperbolic cosine of a number. Syntax Argument Properties Description Number Any real number for which you want … Read More

COS

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

CONFIDENCE.T

CONFIDENCE.T is a DAX function that returns the confidence interval for a population mean using a Student’s t distribution. Syntax Argument Properties Description Alpha The … Read More

CONFIDENCE.NORM

CONFIDENCE.NORM is a DAX function that returns the confidence interval for a population mean using a normal distribution. Syntax Argument Properties Description Alpha The significance … Read More