Forum Discussion
jordanxie
Helper I
5 years agoMeasure 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
Super User
5 years agojordanxie , 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])