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