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
Hi
Is there a way to preform a "negative join" where i will keep all posts from the first table that are not in the second table?
Regards
Søren
Solved! Go to Solution.
@Anonymous Use EXCEPT in DAX. Use Left or Right Anti in Power Query Merge query.
@Anonymous , there is an option in merge , anti join ?
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Function of power query
https://docs.microsoft.com/en-us/powerquery-m/joinkind-leftanti
@Anonymous , Try like a new table
new table = Except(Table1, Table2)
Both should have the same columns
@Anonymous Use EXCEPT in DAX. Use Left or Right Anti in Power Query Merge query.
Thanks for the answer
That is SQL?
I am working with a M query.
Regards
Søren
@Anonymous , there is an option in merge , anti join ?
https://radacad.com/append-vs-merge-in-power-bi-and-power-query
Function of power query
https://docs.microsoft.com/en-us/powerquery-m/joinkind-leftanti
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 | |
107 | |
106 | |
91 | |
67 |
User | Count |
---|---|
162 | |
133 | |
132 | |
93 | |
91 |