Forum Discussion
nankerp
Helper III
9 years agoPowerQuery - Get the last scenario from each set (products)
I want to connect to a larg list of data (3 million rows). I consist of many products. Each product have many scenarios (Set). I want the last set (A-2003 means year 2003). I only want the yellow...
- 9 years ago
1) Group on "Product" and choose "Max" on column "Set". This will return the needed latest set per product
2) Merge that on JoinKind.Inner back with your original table, this will act as a filter