Wants to be able to do aggregates over aggregates in custom expressions. In this case I had a Y-axis custom expression - Sum([kh]) OVER (AllNext([Hierarchy.Perm hierarchy])) / Sum([kh]) - and he wanted to calulate the area under the curve, i.e. integrate, by calculating the Sum of the values in the previous expression multiplied with another value.