Forum Discussion
emma313823
2 years agoHelper V
tweaking a measure
All, I have a measure I'm using called AvgMoRevCurrYr which is: AvgMoRevCurrYr = DIVIDE(CALCULATE(SUM('Acctg Revenue'[Revenue]), FILTER('Acctg Revenue', 'Acctg Revenue'[Date] < EOMONTH(TODAY...
- 2 years ago
Ok that is honestly what I thought, so thank you for confirming for me.
AlexisOlson
2 years agoSuper User
To me, it looks like your AvgMoRevCurrYr measure already excludes the current month, so I'm not sure how the tweak is intended to behave differently.