Forum Discussion

liezelfrancisco's avatar
liezelfrancisco
New Contributor
23 days ago

Dynamic formula for each row in a cube view

Hi, 

Is the below comment possible in cube view?

 

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