Forum Discussion
Total Not Actually Adding - already using SUMX/VALUES
Here is my problem. I am trying to get an estimated annualized number. I have the YTD Volume, and the Volume Remaining for the rest of the year. Dividing these gives me the volume factor (so I can take YTD actuals * the volume factor) to get an annualized number. Everything works until the totals column. Instead of summing the Volume Adjusted Yield Loss, it is multiplying the Total Yield Loss * the average volume factor.
The total for the last column should be $4,106,751 (the sum of the three numbers in the column) but instead it is taking $1,389,422 (total yield loss for the 3 plants) * 2.908 (average volume factor) and only returning a value of $4,040,439.
I probably did this the longest way possible, but it works! I went through and created a new table that simply had the plant name in one column. Then I added 3 columns - Volume YTD using the same formula I had for measure, Volume Remaining using the same formula as the measure, and Volume Factor using the same formula for the measure I already had.
Then I changed my measure to this and it worked.