Forum Discussion
Anonymous
5 years agoNot applicable
How do you create a Conditional Column from 2 tables ?
I need to compare email addresses. If Table "serial" (email address) is different from Table "Monthly Billing" (email address), display Yes If Table "serial" (email address) is the same as Table...
- Anonymous5 years ago
RESOLVED:
Mismatch = if(MAXX(FILTER('Monthly Billing','Monthly Billing'[Tangoe Owner Email]='users'[Intune Owner Email]),'Monthly Billing'[Tangoe Owner Email])=users[Intune Owner Email],"NO","Yes")
ryan_mayu
5 years agoSuper User
Anonymous
pls see the attachment below
Anonymous
5 years agoNot applicable
RESOLVED:
Mismatch = if(MAXX(FILTER('Monthly Billing','Monthly Billing'[Tangoe Owner Email]='users'[Intune Owner Email]),'Monthly Billing'[Tangoe Owner Email])=users[Intune Owner Email],"NO","Yes")