Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Filter the calculated table

Hi everyone,   I have DAX problem. I'm tring to return only those rows from TABLE1 which have value in [Attribute] column is equal to TABLE2[name] value and TABLE1[project]  = TABLE2[project].   ...