Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Monthly Totals

So I have two formulas from two different datasets that I'm trying to simultaneously display on a line graph. One formula works as intended on gathering the monthly total which is this formula: ...
  • Greg_Deckler's avatar
    8 years ago

    If you are using month on your axis, then it should just be:

     

    Case Count = COUNT('Case'[CaseNumber])

     

    To get the cases each month. Your formula is essentially a running total.