LASTNONBLANKVALUE is a DAX function that returns the last non-blank value of an expression evaluated for a column.
Syntax
LASTNONBLANKVALUE(
ColumnName,
Expression
)
Argument | Properties | Description |
---|---|---|
ColumnName | The source values. | |
Expression | The expression to be evaluated for each value. |