Forum Discussion

apatwal's avatar
apatwal
Helper III
4 years ago
Solved

Help in Modeling

Hi,   I am facing issue to show the entire year's data in Line Chart. I have three tables: Date Table Fact Table  Incremental Table (this is loaded through excel file and has data from Jan to D...
  • v-kkf-msft's avatar
    4 years ago

    Hi apatwal ,

     

    Please try the following formula:

     

    Forecasted Value = 
    CALCULATE (
        SUM ( Forecasted_Data[Forecasted] ),
        REMOVEFILTERS ( 'Date Table' ),
        KEEPFILTERS (
            Forecasted_Data[Year Month Code] = MAX ( 'Date Table'[Month Year Code] )
        )
    )

     

    If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
    Best Regards,
    Winniz
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.