ADDCOLUMNS is a DAX function that returns a table with new columns specified by DAX expressions.
Syntax
ADDCOLUMNS(
Table,
[ Name, ... ],
[ Expression, ... ]
)
Argument | Properties | Description |
---|---|---|
Table | The table to which new columns are added. | |
Name | Repeatable | The name of the new column to be added. |
Expression | Repeatable | The expression for the new column to be added. |