Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.

How to create a calculate metric that shows month-specific targets

Avatar

Level 1

Dear all,

 

I would really appreciate, if you could help me, which function I can use to create a calculate metric that shows month-specific targets to be able to make a comparison of measured monthly revenue versus static month-specific target numbers.

 

Best regards Martin

3 Replies

Avatar

Community Advisor

Do your monthly targets change every month? E.g.

January: 20,000

February: 10,000

March: 100,000

etc.

If so, then it probably could be done, but it won't be trivial.

Avatar

Level 1

Yes! Targets differ from month to month. 

Avatar

Community Advisor

So I believe what you are saying is you want a monthly specific target that you compare your actual with (something like metric - target / metric  OR  target - metric / metric but with monthly specific targets)?

 

You can create a series of nested IF statements to check for the month, the set a target using a static value:

 

Jennifer_Dungan_1-1677254708852.png

 

Then you can built this nested setup in conjunction with your calculation. You will notice that I used occurrences here, this is just the most all-inclusive metric to ensure that there is data to match against the month of the year... Since we are overriding the value with a static target anyway, this can be used for any other type of these nested IF value type of logic blocks.

 

You will use your actual metric into the math where you calculate the difference and then do your division to get your % difference.