Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Try to do it Expression for RangeAvg like
RangeAvg(Field1, Field2 ...Fieldn)
You can use the function Dimensionality() to have the expression dependant on the dimension level.
=If(Dimensionality() = 1, <expression for dimension level 1>, ....)
If the dimensions are across the top, then you should use SecondaryDimensionality() instead.
Okay, Then please provide sample data