Power Pivot Table - Multi-Year Running Total - How do I get it?

MikeH2

New Member
Joined
Jan 3, 2012
Messages
13
OK - I know this is a dumb one - but I've gone through both Bill Jelen's DVD and his books and seem to be missing something. ADD maybe?

Trying to calculate the cumulative share count from 20 years of investment data (using Power Pivot, Transaction Table, Calendar Table, Ticker Table).
I've got the incremental number of shares purchased each quarter (largely via dividend reinvestment).
And I've got the total number of shares purchased each year for each ticker.
What I can't figure out is how to aggregate the total number of shares so that I've got an accurate running count over a 20 year time frame.

Would appreciate help.
Thanks in advance
Mike
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
... Pivot Tables can be complicated (only because of the POWER!) and so dependent on your own formatting and data.
However, have you tried the grouping option.
Could you share your book? (via PM)
 
Upvote 0
Hi Spiller - thanks for the response.
I was actually trying to use Power Pivot's calculated fields to summarize the share count and couldn't figure out how to use the CALCULATE function.
I found a solution in Rob Collie's book on DAX Formulas for Power Pivot -
[Total Sales Life to Date] = CALCULATE([Total Sales],
DATESBETWEEN(Calendar[Date],
FIRSTDATE(ALL(Calendar[Date])),
LASTDATE(Calendar[Date])
))
Hope this helps someone else with the same problem.
Thank again
Mike
 
Upvote 0
Upvote 0

Forum statistics

Threads
1,224,122
Messages
6,176,503
Members
452,733
Latest member
Gao87

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