Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Creating an allocation table using dates

PNW12
Átomo

Hi,

Looking for some help around how I can allocate spend out by months if I have a start and end date for each project line.

 

My Data provides the following information 

 

Start DateEnd DateRequisition Spend
6/30/20207/31/2020436,937
6/30/20207/31/2020604,544
6/30/20207/31/20203,000,000
6/30/20207/31/2020271,088
9/8/202010/31/202015,500,000
12/10/202012/15/20202,200,000

 

And I need to show % expense landing in each month and the amount for the next 36 months.

               
Start DateEnd DateRequisition SpendFeb-21Mar-21Apr-21May-21Jun-21Jul-21Aug-21Sep-21Oct-21Nov-21Dec-21Total % Complete
6/30/20207/31/2020436,9370%0%0%0%3%97%0%0%0%0%0%100%
6/30/20207/31/2020604,5440%0%0%0%3%97%0%0%0%0%0%100%
6/30/20207/31/20203,000,0000%0%0%0%3%97%0%0%0%0%0%100%
6/30/20207/31/2020271,0880%0%0%0%3%97%0%0%0%0%0%100%
9/8/202010/31/202015,500,0000%0%0%0%0%0%0%43%57%0%0%100%
12/10/202012/15/20202,200,0000%0%0%0%0%0%0%0%0%0%100%100%

 

Feb-21Mar-21Apr-21May-21Jun-21Jul-21Aug-21Sep-21Oct-21Nov-21Dec-21
000013,654423,28300000
000018,892585,65200000
000093,7502,906,25000000
00008,472262,61700000
00000006,601,8528,898,14800
00000000002,200,000

 

Thanks for your help!

 

2 RESPUESTAS 2
Luke_C
17 - Castor
17 - Castor

Hi @PNW12 

 

Here's an approach that should get you in the right direction. Let me know if you have any questions

 

Luke_C_0-1617983944650.png

 

 

apathetichell
Arturo

Does the data source also include a project code and is it broken up by specific month...

 

IE is 6/30/2020 7/31/2020 $436,937 (project code)

 

actually the sum of two lines with

6/30/2020 13,654 (project code)

7/30/2020 423,283 (project code)

 

or with the dates, percentages, project code?

 

If not - how are the monthly divisions created from the aggregate date range and total project costs?

 

 

Etiquetas
Autores con mayor cantidad de soluciones