Forum Discussion
HusseinKhalil
Helper I
6 years agoPreviousmonth calculation showing blank
Hi, i am using the below for previousmonth calculation, but result is always blank. Syntax: PreviousMonth = CALCULATE(SUM('Monthly Speed - All Operators b'[Download Speed Mbps]),PREVIOUSMONTH...
- 6 years ago
PreviousMonth = CALCULATE ( SUM ( 'Monthly Speed - All Operators b'[Download Speed Mbps] ), PREVIOUSMONTH ( 'Monthly Speed - All Operators b'[Aggregate Date].[Date] ) )
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂
nandukrishnavs
Community Champion
6 years agoHusseinKhalil - Yes I have modified the above reply. Please check that.
nandukrishnavs
Community Champion
6 years ago
PreviousMonth =
CALCULATE (
SUM ( 'Monthly Speed - All Operators b'[Download Speed Mbps] ),
PREVIOUSMONTH ( 'Monthly Speed - All Operators b'[Aggregate Date].[Date] )
)
Did I answer your question? Mark my post as a solution!
Appreciate with a kudos 🙂