Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello,
I'm having a hard time figuring out how to remove matching rows between two tables. I've tired the merge function but it only keeps rows that match between the two tables. Is there a way to merge two tables but only keep values that don't match in both? I have one query that only shows dates for from the last month and another query that shows the previous 2 months. After merging I only want to show what the dates that didn't match.
Example:
Table A: Table B: After Merging---> Table C:
CreateDate CreateDate CreateDate
6/1/17 7/1/17 6/1/17
6/15/17 7/15/17 6/15/17
7/1/17 8/1/17
7/15/17 8/15/17
8/1/17
8/15/17
Solved! Go to Solution.
You need to change your Join Kind at the bottom of the Merge interface to be a Left or Right Anti.
Check out the documentation on Table.NestedJoin
https://msdn.microsoft.com/en-us/library/mt260794.aspx
You need to change your Join Kind at the bottom of the Merge interface to be a Left or Right Anti.
Check out the documentation on Table.NestedJoin
https://msdn.microsoft.com/en-us/library/mt260794.aspx
Thank you so much!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 43 | |
| 39 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 63 | |
| 32 | |
| 30 | |
| 23 |