ISODD

ISODD is a DAX function that returns TRUE if a number is odd, or FALSE if it is even. Syntax Argument Properties Description Number The value … Read More

ISERROR

ISERROR is a DAX function that checks whether a value is an error and returns TRUE or FALSE accordingly. Syntax Argument Properties Description Value The value … Read More

ISEVEN

ISEVEN is a DAX function that returns TRUE if a number is even, or FALSE if it is odd. Syntax Argument Properties Description Number The value … Read More

ISLOGICAL

ISLOGICAL is a DAX function that checks whether a value is a logical value (TRUE or FALSE) and returns TRUE or FALSE accordingly. Syntax Argument Properties … Read More

ISEMPTY

ISEMPTY is a DAX function that returns TRUE if the specified table or table-expression is empty. Syntax Argument Properties Description Table Table or table-expression. Return Values … Read More

ISBLANK

ISBLANK is a DAX function that checks whether a value is blank and returns TRUE or FALSE accordingly. Syntax Argument Properties Description Value The value you … Read More

CUSTOMDATA

CUSTOMDATA is a DAX function that returns the value of the CustomData connection string property if defined, otherwise it returns BLANK. Syntax Return Values The … Read More

CONVERT

CONVERT is a DAX function that converts an expression to a specified data type. Syntax Argument Properties Description Expression An expression which needs to be … Read More

CONTAINSROW

CONTAINSROW is a DAX function that returns TRUE if there exists at least one row where all specified columns have the specified values. Syntax Argument … Read More

CONTAINS

CONTAINS is a DAX function that returns TRUE if there exists at least one row where all specified columns have the specified values. Syntax Argument … Read More