cancel
Showing results for 
Search instead for 
Did you mean: 

I am looking to get a month to month percentage need help

Former Member
0 Kudos

OK so I know how I do this in Excel and I feel like translating it to Webi should be easy, but I am struggling.

I have some data that looks like this:

01 - Jan02 - Feb03 - Mar04 - Apr
Charges112,265,746125,734,751145,922,192115,661,872
Charges Month-to-Month012%16%-21%
Excel Formula for Month - to - Month=(C3-B3)/B3=(D3-C3)/C3=(E3-D3)/D3

Essentially the formula in Excel is taking the current month Charges and subtracting the previous month charges and dividing by the current month charges.

How should I go about creating this in Webi?

Any suggestions welcome.  Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

nscheaffer
Active Contributor
0 Kudos

Your Charges Month-to-Month formula should be...


(Charges-Previous(Charges))/Previous(Charges)

Something like this.

Does that work for you?

Noel

Former Member
0 Kudos

I think I need to figure our how to get the previous month's Charges. It is currently not a Measure in my query...

nscheaffer
Active Contributor
0 Kudos

Do you have "Charges" as a measure? The "Previous" is a Web Intelligence function that will give you exactly what you seek.

Noel

Former Member
0 Kudos

WHAT?!?!  This is new to me. I am going to try it out now.  Thanks for the tip!

nscheaffer
Active Contributor
0 Kudos

BTW, in my screenshot example above I formatted the "Month-to-Month" value as a percentage.

Noel

Former Member
0 Kudos

I did the same, that is how it will be presented. Thanks again for the help.

Answers (0)