There are a couple of things that are not clear to me.
Firstly, the measure’2018 scenario sequence’ reflects the Scenario profits for the FInancial Year 2017 (hence the filter), but only after they have been subject to chnages in demand, price etc. Why was there a need to add the DATEDD function in the measure then? Wouldnt just filtering by 2017 be sufficient?
Secondly, why did you subject the 2017 profits to 5 percent increase when there is already the option of increasing prices through pricing scenarios value?
I have recreated the formula with my sample Data and tested for different combination. Please find response below.
Scenario 1 (No DATEADD function) - If there is no DateAdd function as shown in measure below , data will show Total sales for year 2015 for all Dates in visual.
Scenario Sales 2016 only Filter = CALCULATE([Total Sales],filter(all(Dates),Dates[Year] = "2015"))
Scenario 2 (No Filter function) - If there is no Filter function, Data will show Total sales for all Dates for previous year.
Using both filter and DateAdd function. Filter will ensure Data is limited to year 2015 only and DateAdd will ensure previous year value is calculated . So using both combination will give Sales for 2015 for Dates in 2016.
Hi @musa.faith, did the response provided by @ankit help you solve your query? If not, how far did you get and what kind of help you need further? If yes, kindly mark as solution the answer that solved your query. Thanks!