Forum Discussion
Rena
1 year agoResolver II
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...
- 1 year ago
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.
Rena
1 year agoResolver II
Still getting the same result.
- Rena1 year agoResolver II
Yes
- hnguy711 year agoSuper User
Okay, let's try a different method...
VA PO SFG Yield Loss Test = VAR _Tbl = SUMMARIZE(Yield_List, Yield_Loss[_BIC_ZAGGRESC], "@Value", [VA PO SFG Yield Loss $]) RETURN SUMX(_Tbl, [@Value])- Rena1 year agoResolver II
No luck...
I really appreciate the effort. I am at a complete loss as to why this one won't work.