Forum Discussion
Continue last result in calculation
- Anonymous4 years ago
Hi fatconductor ,
Please have a try.
Create a measure.
Measure_1 = CALCULATE ( SUM ( 'Test Data'[VALUE] ), FILTER ( ALL ( 'Test Data' ), 'Test Data'[VERSION] = "Actual/Forecast" && 'Test Data'[FIN_WEEK] = SELECTEDVALUE ( 'Test Data'[FIN_WEEK] ) && 'Test Data'[MEASURE] = SELECTEDVALUE ( 'Test Data'[MEASURE] ) ) )Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Ibendin,
Please see below link for sample data.
https://drive.google.com/file/d/1PK0ot2B9x5Wix3YqtRgGVjo_DYMlcZsb/view?usp=sharing
And below for expected outcome. Appreciate the help.
Thank you for providing the sample data. That helps a lot with proposing a potential solution.
"Projected SOH = Last weeks Network SOH - Adjusted FC + On Order"
Which part of your sample data is the Adjusted Forecast?
- fatconductor4 years agoFrequent Visitor
Hi Ibendin,
In the sample data there are categorical values for "Units Sold". In the past they are sales and in the future it is forecast they are one and the same.
Adjusted FC is an % increase/decrease slider linked to "Units Sold" in the future, allowing the users to adjust the forecast by %'s and see the implications to $$ spend and (hopefully) Projected SOH.
It is a nice to have in this solution, but not imperative. I can always try to hack it on later.
"Projected SOH = Last weeks Network SOH - Units Sold + On Order" is also fine.Thanks for your help