Hi everyone,
Brand new to Alteryx here (first post!) and have a question about creating leading/lagged variables from retail data. I am trying to measure how the velocity (sales rate) of an item in Month X impacts the Distribution in Month X+1 (the following month). A simple example of the made up data is below:
Month | Sales Rate | Distribution
A | 5000 | 50
B | 10000 | 80
C | 7500 | 40
The resulting solution I am looking for would create something like the below:
Month | Sales Rate | Distribution | Sales Rate Previous Month
C | 7500 | 40 | 10000
I searched leading and lagged variables and the post i found was less than helpful. I hope this query makes sense. any help welcome!