Forum Discussion

tedbuny's avatar
tedbuny
Frequent Visitor
1 year ago
Solved

Custom Measure in Report Displays G-14

Hello -  I have a custom measures that are displaying G-14 rather than 0. Ideally if nothing was delivered the measuers should be zero. I've changed formatting and messed around with some other set...
  • d_m_LNK's avatar
    1 year ago

    What happens if you rewrite your measure like this:

    Est. Net Cases = 

    CALCULATEIF (SUM('Actual Sales'[NetCaseQuantity]) = BLANK(), 0SUM('Actual Sales'[NetCaseQuantity])) , NOT  'Product'[Product Number] IN {"996002","996001"})