SINH

SINH is a DAX function that returns the hyperbolic sine of a number. Syntax Argument Properties Description Number Any real number. Return Values Returns the hyperbolic … 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

ROUNDUP

ROUNDUP is a DAX function that rounds a number up away from zero to the nearest integer or specified significance. Syntax Argument Properties Description Number Any … Read More

SIGN

SIGN is a DAX function that returns the sign of a number: 1 if positive, 0 if zero, and -1 if negative. Syntax Argument Properties Description … Read More

RANDBETWEEN

RANDBETWEEN is a DAX function that returns a random number between two specified numbers. Syntax Argument Properties Description Bottom The smallest integer RANDBETWEEN will return. Top … Read More

ROUND

ROUND is a DAX function that rounds a number to a specified number of digits. Syntax Argument Properties Description Number The number you want to round. … Read More

ROUNDDOWN

ROUNDDOWN is a DAX function that rounds a number down toward zero to the nearest integer or specified significance. Syntax Argument Properties Description Number Any real … Read More

POWER

POWER is a DAX function that returns the result of a number raised to a specified power. Syntax Argument Properties Description Number The base number. Power … Read More

QUOTIENT

QUOTIENT is a DAX function that returns the integer portion of a division between two numbers. Syntax Argument Properties Description Numerator The dividend. Denominator The divisor. … Read More

RADIANS

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