Conditional Recursive Calculation [NEED HELP]

pociners

New Member
Joined
Mar 19, 2014
Messages
32
Hi Everyone,

This is Budy from Indonesia.
I want to do a recursive calculation in Power Pivot. The calculation is very simple actually, if I do in excel sheet, it'd take less than a minute to finish that, but I wanna do that in Power Pivot.

I've read on below link can do a recursive calculation:
Recursive Calculations in PowerPivot using DAX | Gerhard Brueckl's BI Blog
But on that link only convert a recursive calculation into a mathematical logic. But however the idea is very brilliant,haha..

Well, this is my table data:

R\CABCDFormula for D Column
000B - A = 000
1100200B - A = 100100=IF(D0+C1<0,0,D0+C1)
2700B - A = -7030=IF(D1+C2<0,0,D1+C2)
31000B - A = -1000=IF(D2+C3<0,0,D2+C3)
4100300B - A = 200200=IF(D3+C4<0,0,D3+C4)

<tbody>
</tbody>

My goal is D column, can you help me?

Thanks,

Budy.
 
No problem. The key thing is the logic of the formula so if you can make it work for your table setup that's great! :)
 
Upvote 0

Excel Facts

Back into an answer in Excel
Use Data, What-If Analysis, Goal Seek to find the correct input cell value to reach a desired result
No problem. The key thing is the logic of the formula so if you can make it work for your table setup that's great! :)
I'm still amazed with your logic actually, you are insane sir!!
In Bahasa Indonesia I'd say that you're "Gokil Abis",haha

Thanks!!!
 
Upvote 0

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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