Forum Discussion
Anonymous
8 years agoNot applicable
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: ...
- 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.
Greg_Deckler
Community Champion
8 years agoIf 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.