Hello
I'm an alteryx novice 🙂
I'd like to aggregate the below table so that it will have one line for a year for all the measures.
Please note it's a massive table with other dimensions (string) products, customers etc. So for each customer and product the table has all the periods etc.
The required output will be ONLY aggregated for year, but the table will still be split by other all the fields like product, customer (and all the other hierarchies).
Please  note that I'd like to aggregate like that most (if not all!) measure i.e. units, volume, value etc.... so ideally it would be done in one go?
Before
| Period | Year | Units
|
| P1 | 2019 | 10 |
| P2 | 2019 | 20 |
| P3 | 2019 | 60 |
Required