Time intelligence
LASTNONBLANK
LASTNONBLANK is a DAX function that returns the last value in a column for which an expression is non-blank. Syntax Argument Properties Description ColumnName The source … Read More
FIRSTNONBLANK
FIRSTNONBLANK is a DAX function that returns the first value in a column for which an expression is non-blank. Syntax Argument Properties Description ColumnName The source … Read More
FIRSTNONBLANKVALUE
FIRSTNONBLANKVALUE is a DAX function that returns the first non-blank value of an expression evaluated for a column. Syntax Argument Properties Description ColumnName The source values. … Read More
ENDOFMONTH
ENDOFMONTH is a DAX function that returns the last date of the month for a given date. Syntax Argument Properties Description Dates The name of a … Read More
ENDOFQUARTER
ENDOFQUARTER is a DAX function that returns the last date of the quarter for a given date. Syntax Argument Properties Description Dates The name of a … Read More