Forum Discussion

Jamey's avatar
Jamey
Helper I
2 years ago

Matrix Totals Off

I've been Googling and trying several different measures but still can get these totals right. For the 'Item 1' 49.75 the below screenshot is showing all the rows with the correct amount but the header Totals are off.  Any help would be greatly appreciated!

Here are my measures: 

Total Est Lnft = SUMX(FCI_FORECAST_MOO,FCI_FORECAST_MOO[EST_LNFT])*SUMX(FCI_FORECAST_PLYS,FCI_FORECAST_PLYS[PLYS])
 
Est Rolls = ROUNDUP(IFERROR('Measures Table'[Total Est Lnft]/SELECTEDVALUE(FCI_FORECAST_PROD_ID[AVG_LNFT]),0),0)
 

1 Reply