Forum Discussion

MH3's avatar
MH3
Helper V
6 years ago
Solved

Forecast Next Month

I have Forecast Sales from Current Month till the End of the year Like its 20/March/2020, I have Forecast from 20 March and so on,         I want to see the Total of Next Month in a Card Value ...
  • v-kelly-msft's avatar
    6 years ago

    Hi MH3 ,

     

    Modify your measure as below:

     

    forecast NextMonth = CALCULATE(
        [FC Room Revenue],
        NEXTMONTH(DimCalendar[Date]))
    )

     

    I create sample data you can refer to,pls click here.

     

     
    Best Regards,
    Kelly
    Did I answer your question? Mark my post as a solution!