Hi! My data set has 117,000 rows and 14 columns. It is at an item and week level. There is a week column, an item description column, 11 columns of characteristics that describe/classify the item, and finally the value column (cost).
Is it possible, via M code or otherwise, for me to group by certain columns, and only for certain row values, and then append those groupings onto the existing data set?
Here is a fake example data set. In this example, I don't want to append rows for ALL combinations of "Type"+"Size"+"Source", I just want to see all weeks of data for the 2 specific combos at the bottom: Large apple from supermarket and Small orange from farmer's market. This example is just in an Excel spreadsheet where I used SumIfs just to illustrate what I want my query to do.
Is it possible, via M code or otherwise, for me to group by certain columns, and only for certain row values, and then append those groupings onto the existing data set?
Here is a fake example data set. In this example, I don't want to append rows for ALL combinations of "Type"+"Size"+"Source", I just want to see all weeks of data for the 2 specific combos at the bottom: Large apple from supermarket and Small orange from farmer's market. This example is just in an Excel spreadsheet where I used SumIfs just to illustrate what I want my query to do.