TREATAS is a DAX function that treats the columns of an input table as columns from other tables, filtering out values not present in the output columns.
Syntax
TREATAS(
Expression,
[ ColumnName, ... ]
)
Argument | Properties | Description |
---|---|---|
Expression | The expression that generates the set of columns to be remapped. | |
ColumnName | Repeatable | The name of the output column. |