I have a large dataset that grows each week. It is a table of weekly snapshots of the same columns.
Example, each Monday, it shows all the customer orders for the next year in the future. (a rolling forecast)
I need to create a workflow that can ingest this singular dataset, compare the week to week variance over time, and be able to calculate a week to week % that is a table output that could be made into a simple moving average trend.
I'm sure this is possible with Alteryx but I don't know where to start. Any ideas? I can provide a mock dataset if that would help.