Forum Discussion
jordanxie
5 years agoHelper I
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 Qty] - [Adj History Qty])/([Adj Fcst Qty] + [Adj History Qty])
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])
1 Reply
- amitchandakSuper User
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])