Hi,
we have a KPI that is a simple multiplication of an amount reported on one account with a percentage (amount) reported on another account. For individual entities the calculation works fine.
entity1 | entity2 | entity3 | group | |
---|---|---|---|---|
percentage | 10% | 15% | 10% | ?1? |
amount | 100 | 90 | 80 | 270 |
KPI | 10 | 13,5 | 8 | ?2? |
The problem we have are the fields ?1? and ?2?.
At the moment BPC says ?1? is 35% as the simple sum of the entities. What we would require instead would be the average of the amounts reported by the entities.
The KPI would need to be calculated on the basis of this average (10+15+10)/3=11.6 multiplied with the total amount of 270, giving us 31,32.
How can we achieve this?
Thanks,
Arnold