Compounded Revenues formula for Bubble Chart (DAX? MDX?)

mshparber

New Member
Joined
Dec 9, 2012
Messages
2
Hi,
I am playing around with PowerView Bubble Chart - it looks very promising to "catch an eye" of my users (customer accounts managers) and it's pretty cool in terms of visualisation efficiency
I've noticed that if I "play" the chart by months, the bubbles (=customers) are jumping all over so it is hard to see the trends (jumps are sometimes because of seasonality or sometimes because one-time refunds etc.)

So, I thought that, instead of putting, say, "Revenues", on X axis, I'll put "Compounded Revenues" calculation (Which is the sum of all the revenues from the beginning of the year till every relevant month)
For instance, instead of showing
[TABLE="width: 500"]
<tbody>[TR]
[TD]Jan 2012[/TD]
[TD]Feb 2012[/TD]
[TD]March 2012[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]150[/TD]
[TD]100[/TD]
[/TR]
</tbody>[/TABLE]

I'll show
[TABLE="width: 500"]
<tbody>[TR]
[TD]Jan 2012[/TD]
[TD]Feb 2012[/TD]
[TD]Mar 2012[/TD]
[/TR]
[TR]
[TD]100[/TD]
[TD]250[/TD]
[TD]350[/TD]
[/TR]
</tbody>[/TABLE]
This way, the plots will be less sensitive to fluctuations and also I will see that all the managers that start at 0,0 - where they end up at the end of the year.

So, my question is - any elegant way to calculate this "Compounded Revenues"?

Just for information - my FACT data table contains other columns so ("customer-month" isn't PK)
Thanks

Michael Shparber
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.

Forum statistics

Threads
1,223,933
Messages
6,175,476
Members
452,646
Latest member
tudou

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