Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Measure causes strange behavior in Table Visual

I have a model with three related tables that I'm attempting to build some measures off of.   One table represents the existing breakdown of program area for a site. So what the client "has". The o...
  • Anonymous's avatar
    Anonymous
    6 years ago

    Well, I kept reading and experimenting, and solved this one on my own. Turns out I needed to also add the additional value within the original calculate context. I had it in my head that I would want that operation outside of the Calculate Context, but after getting it to all work using a different (less elegant) approach, I went back and said "well, lets try putting the addition within the same calculate context" and viola! The visual started behaving the way I wanted it to, and the math was still all correct! Yay!