Forum Discussion

jordanxie's avatar
jordanxie
Helper I
5 years ago
Solved

Measure for Matrix Table Row Totals

Hi, I have the NFM formula below which is part of the Matrix table. The total for that row doesn't add up to be the total. Does anyone know how to make it summed up correctly?   NFM = ([Adj Fcst...
  • amitchandak's avatar
    5 years ago

    jordanxie , Try NFM New  measure , this can help

     


    NFM = Divide(([Adj Fcst Qty] - [Adj History Qty]),([Adj Fcst Qty] + [Adj History Qty]))

    NFM New = Sumx(Values('Date'[Year Month]),[NFM])