DAX formula to amortization revenue over 12mths, 36mths etc

KimC2504

Board Regular
Joined
Jul 17, 2012
Messages
141
Hi All,

I have all my orders data in a power pivot model and I am trying to automate the revenue amortization as well. I don’t know if this possible but could someone give me some ideas how to approach this problem please?

I need to amortize revenue over different periods, could be 12 months, 36months, 48months etc. If the revenue is amortized over 1 year, I can get the revenue for one month just fine, but I cannot work out how to get the revenue for the next 11 months. I would also like the monthly revenue to start the next month eg if 1/4/2014 to start 1/5/2014

I have the following data table:[TABLE="width: 500"]
<tbody>[TR]
[TD]Country[/TD]
[TD]Type[/TD]
[TD]Date[/TD]
[TD]Amortize[/TD]
[TD]Mth Rev[/TD]
[/TR]
[TR]
[TD]Aust[/TD]
[TD]AAA[/TD]
[TD]1/4/2014[/TD]
[TD]36mths[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]NZ[/TD]
[TD]AAB[/TD]
[TD]1/5/2014[/TD]
[TD]12mths[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]AUST[/TD]
[TD]DOG[/TD]
[TD]1/6/2014[/TD]
[TD]24mths[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Aust[/TD]
[TD]CAT[/TD]
[TD]1/4/2014[/TD]
[TD]12mths[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]

PowerPivot example (note, extract only not all future months included)[TABLE="width: 500"]
<tbody>[TR]
[TD][/TD]
[TD]Type[/TD]
[TD]1/4/2014[/TD]
[TD]1/5/2014[/TD]
[TD]1/6/2014[/TD]
[TD]1/7/2014[/TD]
[TD]1/8/2014[/TD]
[TD]1/9/2014[/TD]
[TD]1/10/2014[/TD]
[TD]1/11/2014[/TD]
[/TR]
[TR]
[TD]Aust[/TD]
[TD]AAA[/TD]
[TD][/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]NZ[/TD]
[TD]AAB[/TD]
[TD][/TD]
[TD][/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]Aust[/TD]
[TD]DOG[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]200[/TD]
[TD]200[/TD]
[TD]200[/TD]
[TD]200[/TD]
[TD]200[/TD]
[/TR]
[TR]
[TD]Aust[/TD]
[TD]CAT[/TD]
[TD][/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.

Forum statistics

Threads
1,223,996
Messages
6,175,853
Members
452,675
Latest member
duongtruc1610

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top