Forum Discussion

HalilG's avatar
HalilG
Frequent Visitor
8 years ago
Solved

Modifying Current Month and Showing Grand Total

Hi,   I have modified summation of budget values for the current month. Everyting is fine, however I would like to show total modified budget on year row like normal budget summation.     ...
  • OwenAuger's avatar
    OwenAuger
    8 years ago
    Ok...
    I've certainly used the SUMX ( VALUES ( 'Date'[Month] ), ... ) pattern successfully in my own scenarios.

    Just one thing to check:
    When the 2nd argument of SUMX is an expression that is correct per month, it must be wrapped in CALCULATE (or be a measure with an implied CALCULATE as in my example).

    Could you post back a shareable pbix if it's still not working?