cancel
Showing results for 
Search instead for 
Did you mean: 

how to aggregate on Year node/level

05-12-2022 12:26 PM
LaurentS Explorer
706 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hello,

We would like to create an input schedule with a calculation on a ratio and calculate it at Year level.

Unfortunately all ratio are calculated for each month then summed up.

We would like to sum up for all 12 months then calculate the ratio for the year.

Any idea?

Thanks in advance.

Laurent

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

Jay_Gandhi
Advisor
Advisor
0 Likes

Hi there,

Depending on your specific use case and dimensions used you could create a calculated measure to do so.

For example you could turn on exception aggregation for your 'base' measure to calculate the appropriate values by month and then an aggregated measure which sums these base measures to create the correct value at the node/year level.

Jay