ROW is a DAX function that returns a single-row table with new columns defined by specified DAX expressions.
Syntax
ROW(
[ Name, ... ],
[ Expression, ... ]
)
| Argument | Properties | Description |
|---|---|---|
| Name | Repeatable | Name of the new column. |
| Expression | Repeatable | The expression for the column. |