Forum Discussion

imranamikhan's avatar
imranamikhan
Icon for Helper V rankHelper V
7 years ago
Solved

Exclude 0 values from a subtotal in a Matrix

Hi everyone,   I am trying to exclude 0 values from a column subtotal in a Matrix. Using a Report Level Filters does not seem to work in this scenario.   I have three measures: The firs...
  • jdbuchanan71's avatar
    jdbuchanan71
    7 years ago

    It's becuase the VAR amounts are smaller than .01, in the grid they show 0 because of the format but if you change the VAR format to something with say 5 decimal places you can see it:

     

     

    If you change your Var. measure to the following it should work better for you:

    VAR. = ROUND([EDWF]-[Fusion],2)

    Also, you don't have to (and shouldn't) put the table name in your formula when referencing a measure.  That way, when you are looking at a formula you know  'Brand Fusion & EDWF Data'[Value] is a column in a table and [EDWF] is a measure.