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...
- 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])
amitchandak
5 years agoSuper 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])