MOM Calculation
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi All,
I would like to calculate MOM for below data.
Date | Value |
1/1/2021 | 12 |
1/2/2021 | 21 |
1/3/2021 | 33 |
1/4/2021 | 41 |
Result i am looking is
Date | Value | MOM |
1/1/2021 | 12 | 0 |
1/2/2021 | 21 | 0.75 |
1/3/2021 | 33 | 0.571429 |
1/4/2021 | 41 | 0.242424 |
Thanks in advance.
Regards,
Shiva
Solved! Go to Solution.
- Labels:
- Date Time
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apologies, I confused month over month with multiple of the median.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If your caculation for MoM is [previous month] / [current month] you can do this with Multi-row formula tool. Considering your data is sorted ascending on date MoM calculation will be [previous row value] / [current row value]
Workflow:
Here is an interactive lesson on Multi-row formula tool : https://community.alteryx.com/t5/Interactive-Lessons/Multi-Row-Formula/ta-p/82872
Hope this helps 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Luke_C
I had guessed that could have been the formula 😅 while the current one didnt give the expected, but left it. Good job on capturing it and getting expected output. 🙂👍
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you 🙂
