Forum Discussion
procyon82
Resolver I
10 years agoCURRENTMONTH() ?
Curious, there is PREVIOUSMONTH() and NEXTMONTH(), how come there isn't CURRENTMONTH()?
- 10 years ago
Figured it out:
Revenue MTD = CALCULATE(SUM('GA Ecommerce'[Revenue]),PARALLELPERIOD('GA Ecommerce'[Date],0,MONTH))
procyon82
Resolver I
10 years agoFigured it out:
Revenue MTD = CALCULATE(SUM('GA Ecommerce'[Revenue]),PARALLELPERIOD('GA Ecommerce'[Date],0,MONTH))
MyNameHere
10 years agoFrequent Visitor
Been driving me nuts.
This should really be a standard function though.