We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

How to calculate growth a variable over time for each category?

Mehrheyr
6 - Meteoroid

Hi,


 I am trying to calculate time difference of a variable (daily change and difference from first date) for each category in my workflow, how can I calculate it?

Here is an example of my question, I need to calculate price change and Change from fist date (YTD) for each market over the time.


Thanks,

 

 

As of DateMarketprice change from first date- YTDprice change 
4/26/2022A100--
4/26/2022B20--
4/26/2022C50--
4/27/2022A1101010
4/27/2022B18-2-2
4/27/2022C5000
4/28/2022A1088-2
4/28/2022B2002
4/28/2022C5222

 

2 REPLIES 2
MatthewBr
Alteryx Alumni (Retired)

Take a look at the attached. Something like this?

Mehrheyr
6 - Meteoroid

Thank you,
I am looking for something that will not eliminate first date from my data set, also I need to calculate daily growth as well as difference from first date 

Labels
Top Solution Authors