Forum Discussion
Anonymous
6 years agoNot applicable
Running sum per month
Greetings everyone! I'm fairly new to PowerBI development and currently I am having some issues regarding the implementation of a Running Total per Month. I've searched a lot before writing this ...
- 6 years ago
Hello Anonymous ,
You may try this:
MTD SUM = CALCULATE( SUM([VALUE]), DATESMTD([date]) )Cheers!
Vivek
If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂
https://www.vivran.in/
Connect on LinkedIn
Anonymous
6 years agoNot applicable
Hi vivran22, thanks for your help!
That works implemented as a measure!
One more quick question: can you give me any hints on how can I create a measure that could capture the dates in the current month? E.g. 01/april - Today, dinamically in the report, but it should not be varied with the Segment Data.
Thanks a lot!
vivran22
6 years agoCommunity Champion
Anonymous
I did not understand your second requirement. Can you demonstarte it with an example, the way you did earlier?
Cheers!
Vivek
https://www.vivran.in/
Connect on LinkedIn