Skip to main content
Newcomer
January 20, 2025

Dynamic formula for each row in a cube view

  • January 20, 2025
  • 1 reply
  • 0 views

Hi, 

Is the below comment possible in cube view?

 

1 reply

Newcomer
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.