Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

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 ...
  • vivran22's avatar
    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