Forum Discussion

JChouris's avatar
JChouris
Helper I
1 year ago
Solved

Figuring out this LookUp Formula

I am building a tool to represent equipment durability. I am drawing RGM year and 3 year combined RGM count as well as Invoice Year and 3 year combined shipped quantity. Currently i have this formula...
  • Greg_Deckler's avatar
    Greg_Deckler
    1 year ago

    JChouris By default, slicers affect every other visual on the page. So, for example, if you select a part number of TCRH and an Invoice Year of 2022 in your slicers then only the first row of your table will be in context for the visuals on the page. This means that if you do a SUM of 3 Year Combined RGM, then the value returned would be 478 because only the first row is in context.

     

    If you need to override the default context for something then you can use the ALL function to override the filters from the slicers.