Hi Everyone,
I'm very new to Alteryx, and I was hoping for some guidance on a calculated field I would like to add to my workflow. I have an Excel dataset structured like so:
I would like to create a field that shows the YoY change in Count at the Product & Color level. Each Product & Color have only one row of data per Quarter. So for example: for Product = "Clothes" & Color = "Blue", the YoY Change for Quarter = "2020 Q4" would be -0.25 (calculated using (6-8)/8). I would like this field to be calculated for each row of data. I attached the sample data in this post. The format of the Quarter field is especially tripping me up in regard to how to point to the quarter of the previous year for each Product & Color.
Any assistance with this is greatly appreciated! Thank you,
Paul
Solved! Go to Solution.
Hi @paulwini
Adding to @apathetichell workflow. You can do a left full join to get all rows.
Hope this helps 🙂
Same as @atcodedog05 ... union with the left join...
Amazing, thank you both!
Happy to help @paulwini 🙂