Forum Discussion

GQinBURQUE's avatar
GQinBURQUE
Regular Visitor
9 years ago
Solved

Subtracting a curve

Hi,   I am guessin this is a simple task, but have yet to get it working.  I have a measure, and the total of the measure is -8.08, and iI'd like to subtract that value from each row within a table...
  • Greg_Deckler's avatar
    9 years ago

    Soooo...the issue I see with this is that your row context is going to be enforced on your measure. In other words, your measure will be calculated within the row context. So, you will need to wrap your measure in your column calculation in a CALCULATE with an ALL or ALLEXCEPT filter most likely. Basically, you need to implicitely specify the same filter context where you get your -8.08 value.