Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Incorrect Total

Hi,  This DAX is producing the correct values for 4 Months individually but the incorrect value for the total. Ans = VAR ActDays = MAXX ('Plan', [Day_Cnt]) - MAXX ('Plan', [Rem_Cnt]) VAR Rem...
  • Anonymous's avatar
    Anonymous
    2 years ago

    I created the multiplication at a column level and a measure to add it up.  That solved it.  However, I do like these ideas and I will try them.
    Thank you for the answers.