Hi all,
I have a table with daily revenue amounts for each combination of country + function + category + revenue stream.
I've created two new columns: one for the running total for each month, and one for the overall total for each month (colored green in screenshot).
I need to find a way to create the additional four columns (colored yellow) in Alteryx. These columns are:
- The running total for the same date last year, and the same date 2 years ago
- The overall monthly total for the same moth last year, and the same month 2 years ago
It's important that these new values are also for the same combination of each country + function + category + revenue stream, not just date, as there is far more data in my real dataset. Sample Excel attached.

I just can't figure out how to tell Alteryx to pull the correct values into my new fields. Any help is appreciated!