Forum Discussion
HalilG
8 years agoFrequent Visitor
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. ...
- 8 years agoOk...
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?
OwenAuger
8 years agoSuper User
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?
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?