Skip to main content
January 20, 2025

Dynamic formula for each row in a cube view

  • January 20, 2025
  • 1 reply
  • 1 view

Hi, 

Is the below comment possible in cube view?



 

1 reply

January 20, 2025

I would use a Dynamic Calc member to compute the percentage.  That DymCalc member would need to do the following:

  • Obtain parent of current base member (your denominator)
  • Return Divide(CurrentBaseMember,Parent)

You need to decide what to do if current member is not a base member.