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