TREATAS

TREATAS Applies the result of a table expression as filters to columns from an unrelated table.


Syntax

TREATAS(table_expression, column[, column[, column[,…]]]} )

Parameters

Table_expression – An expression that results in a table.

Column – One or more existing columns. It cannot be an expression.

Return Value

A table that contains all the rows in column(s) that are also in table_expression.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Other Functions / TREATAS