successken
New Member
- Joined
- Oct 3, 2011
- Messages
- 27
I have a Database that contains either an email address or typically the words declined, dc, na, none, etc... I was operating within my table =IF(Email="*@*",Email,"") In essence if the email contained @ then transfer the email address over otherwise leave it blank. Is there a filter DAX formula that can accomplish the same result? Thank you in advance.