Forum Discussion
Matrix Total displaying wrong value for one column
Anonymous , can you share the formula you are using.
Refer if this can help: https://www.youtube.com/watch?v=ufHOOLdi_jk
- 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"
- PaulDBrown5 years agoCommunity Champion
Anonymous
Without seeing how the model is set up and the tables used it is a bit of a guessing game, However, let's try the following. Assuming your period column is from a Period Table[period], try:
New forecast = SUMX(Period Table, SUM(Append1(Actual) + SUM(Append1(Forecast Remaing))If that doesn't work, can you show the hierarchy in the matrix, the model and relationships within?