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