Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
91 | |
86 | |
76 | |
66 |
User | Count |
---|---|
149 | |
117 | |
111 | |
106 | |
95 |