Forum Discussion

NBOnecall's avatar
NBOnecall
Icon for Helper V rankHelper V
6 years ago
Solved

Sum on Matrix doesn't tie out

I have this matrix being displayed I want to sum the amount of 30dayLostSales. This is the entire set of data with some filters, but the same obviously doesn't tie to what it should be.     ...
  • v-frfei-msft's avatar
    v-frfei-msft
    6 years ago

    Hi NBOnecall ,

     

    SUMX should help you. Please create another two measures to work on it.

    M1= SUMX('ns SalesRegister',[30DayDemandPerDay])
    M2 = SUMX('ns SalesRegister',[30DayDemandPerDayTotal])

     

    If it doesn't meet your requirement, kindly share your sample data and excepted result to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.