

Skillwave Training
3K posts

@skillwave_
Your #1 resource for online training on Power BI, Power Query, Power Pivot, and Excel



























Trying to find missing rows between two tables? Power Query has a really handy function for this called Table.RemoveMatchingRows. It compares two tables and removes the rows that match. What you’re left with are the rows that exist in Table2 but not in Table1. In this example, Table.ToRecords(Table1) converts Table1 into a list of records so Power Query can compare each row properly. You can also tell it which columns to compare, like Name, instead of comparing the entire row. {M}joy - products.goodly.co.in/learn-m-powerq…



