cancel
Showing results for 
Search instead for 
Did you mean: 

Query Designer: calculate relative revenue

Former Member
0 Kudos

Hi,

I would like to calculate the relative revenue (= revenue / revenue of the biggest market participant) in the BEx Query Designer. I have a key figure "revenue" and my market participant as characteristic.

I first tried to create a formula like "revenue / max(revenue)" but this doesn't work that way in Query Designer. I now tried to solve this with a calculated keyfigure but don't come to a solution.

How can I do a calculation like this in Query Designer?

Thanks!

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Create a 'Replacement Path' variable having reference to 'Market Participant' characteristic. Use this variable in your formula and use the Max. function on 'Market Participant' variable.

Hope this helps.

former_member186445
Active Contributor
0 Kudos

create a calculated key figure (CFK) based on your key figure (KF) and take the max for exeption aggregation. then you can create a formula as : KF %A CFK_1