Forum Discussion

gmasta1129's avatar
gmasta1129
Resolver I
4 years ago
Solved

Month over month difference

 

Hello,

 

I am trying to find the difference in values month over month.  For example, from 11/30/2021 to 12/31/2021 the difference is 405,906 ( total value usd column 11.30 14,407,600 minus total value usd column 12/31 14,813,506).  This value should show up in the 3rd row under column NAV MOM Diff 2. 

But instead its showing 14,813,506 which is the same number as column total value usd.  

 

 

 

I used the formula below but not sure what i am doing wrong? 

 

NAV MOM Diff 2 = SUM('daily_report (2)'[total value usd])-CALCULATE(SUM('daily_report (2)'[total value usd]),PREVIOUSMONTH('daily_report (2)'[pedate]))

 

 

2 Replies