Forum Discussion
Khomotjo
1 year agoHelper II
Cumulative Measure Returning Errors
Hello Everyone, I am trying to calculate the total invoiced MTD for the month of April. I have used a variable to return the month I want to look at. For some reason this returns March and Ap...
- 1 year ago
Hi Khomotjo ,
Try this :
Cumulative Invoiced = VAR period = MONTH(MAX(Movement[EntryDate1])) RETURN CALCULATE( [Invoiced], FILTER( ALL(Movement[Date]), Movement[Date] <= MAX(Movement[Date]) && MONTH(Movement[Date]) = period ) )Hope this helps!!
If this solved your problem, please accept it as a solution and a kudos!!
Best Regards,
Shahariar Hafiz
v-nmadadi-msft
1 year agoCommunity Support
Hi Khomotjo,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.