Forum Discussion
Help in Modeling
- 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.
apatwal , Fact and Incremental table should join with the common date and Location tables
If this does not help
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
- apatwal4 years agoHelper III
Hi amitchandak
Please find the link for pbi file.
I want incremental revenue to show only jan and feb 2022 data (which will progress slowly once we have data for subsequent months) while forecasted data to be shown for entire year of 2022. May be there is some issue with relation between tables. We have Location and Date filter in our report.