Forum Discussion
Anonymous
5 years agoNot applicable
Matrix Total displaying wrong value for one column
Hi, I have a matrix report where I have created a measure for values "Reveue-Expenses", it is working fine for all the columns except the last column, please find the below image for reference ...
amitchandak
5 years agoSuper User
Anonymous , can you share the formula you are using.
Refer if this can help: https://www.youtube.com/watch?v=ufHOOLdi_jk
- Anonymous5 years agoNot applicableForecast = (SUM('Append1'[Actual]) + SUM('Append1'[Forecast Remaining]))This is formula i am using in the report as Expense has negative values.
- PaulDBrown5 years agoCommunity Champion
Anonymous
Try:
Forecsat = SUMX(Append1, SUM(Append1(Actual) + SUM(Append1(Forecast Remaing))
- Anonymous5 years agoNot applicable
Hey Thank you so much for the reply but It did not work it is giving me wrong values, I have used the formula you suggested and created measure "New Forecast"
- Anonymous5 years agoNot applicable
Hi,
I have shared my formula could you please suggest where did i go wrong, itwill help me a lot