Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Nextmonth calculation

Hi,

This is my table.I just want to calculate Aug month total hours value.

I used this measure 

Next month value = calculate(sum('table'[total hours value]),dateadd(table[month year],+1,month

 

can someone help.

 

thanks

kg

  • Anonymous , This wrong usgaes. If you need just to diaply next month use this 

    next month = format(eomonth(today(),1),"MMM-YYYY")

19 Replies