Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Solved! Go to Solution.
I'm sure there is a power query / M way of doing this, but I'm a dax nerd. I'd use "Calculate Table" with
NewTable = UNION(DISTINCT(Table1[Email]), DISTINCT(Table2[Email])
I'm sure there is a power query / M way of doing this, but I'm a dax nerd. I'd use "Calculate Table" with
NewTable = UNION(DISTINCT(Table1[Email]), DISTINCT(Table2[Email])
@Anonymous Thanks !!. This worked for me .Thank you
Think I need to become a DAX nerd! Thanks scottsen, worked a treat!
I just added another DISTINCT before UNION to make sure only one email address was returned if the same email address was in both tables.
Thanks!
Mike
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
User | Count |
---|---|
126 | |
78 | |
78 | |
59 | |
51 |
User | Count |
---|---|
165 | |
83 | |
68 | |
68 | |
59 |