Forum Discussion
Anonymous
7 years agoNot applicable
TREATAS vs INTERSECT
Hello, Below, is the DAX syntax I came up with to get a listing of all the SAP hours by the people who 1) speaks Polish (PL-PL) 2) spent more time on FQA than LQA projects Table = VAR A = CA...
Anonymous
7 years agoNot applicable
TREATAS tells you exactly what the problem is. You cannot use a table stored in VAR in the second argument. There does not exist a physical table D with a column name of [Resource Name]. You can use TREATAS only on real tables.
Best
Darek
Best
Darek