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
User | Count |
---|---|
121 | |
72 | |
71 | |
57 | |
50 |
User | Count |
---|---|
167 | |
83 | |
68 | |
65 | |
55 |