Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
In a custom column I need to compare two email columns from unrelated tables, if an email exists in both tables the column will return dont include.
Table A Table B
Email Email Include Email
aaa@email.com Don't Include aaa@email.com
bbb@email.com Include
ccc@email.com Don't Include ccc@email.com
Help will be much appreciated!
Solved! Go to Solution.
@kshre , give this a try.
Email Include = IF ( ISBLANK ( LOOKUPVALUE ( 'Table B'[Email], 'Table B'[Email], 'Table A'[Email] ) ), "Include", "Don't Include" )
I'm assuming you want to add this to Table A
@kshre , give this a try.
Email Include = IF ( ISBLANK ( LOOKUPVALUE ( 'Table B'[Email], 'Table B'[Email], 'Table A'[Email] ) ), "Include", "Don't Include" )
I'm assuming you want to add this to Table A
User | Count |
---|---|
123 | |
76 | |
63 | |
50 | |
50 |
User | Count |
---|---|
175 | |
125 | |
60 | |
60 | |
58 |