Forum Discussion
Anonymous
6 years agoNot applicable
DAX Contains with filter condition
Hi, I have 2 tables (TableA and TableB) both have Name fields and TableB has a field called Status. Now, I want to compare both the tables on the Name field. Condition 1: Compare only the Names tha...
- 6 years ago
Anonymous , Try a new column in Table B
new column = if(isblank(countx(filter(TableA, TableA[NAme] =TableB[Name]),TableA[Name])),"False","True")
amitchandak
Super User
6 years agoAnonymous , Try a new column in Table B
new column = if(isblank(countx(filter(TableA, TableA[NAme] =TableB[Name]),TableA[Name])),"False","True")