In Power BI, I have two tables and I need to generate a new table that includes only the records from table 1 that not match with any record in table 2
Customer Table
Sales Table
The difference Table should have the records in Table 1 Not in Table 2
How can I get the difference table between two tables in Power BI?