Forum Discussion
Cumulative Measure Using Other Measures
dmbd1904 ,
If total cost have no data when forecast data is there
Combined = CALCULATE(SUM('Cairns Home Construction$Job Ledger Entry'[Total Cost]))+[Starting Point]
else
Combined = CALCULATE(if(max('Calendar'[Month])<StartDate,SUM('Cairns Home Construction$Job Ledger Entry'[Total Cost]),0))+[Starting Point]
Hi amitchandak , thanks for your reply.
I'm struggling to execute what you have suggested. I've tried the changing the 'Combined' measure to the below but this hasn't worked (See the image).
- dmbd19046 years agoHelper III
- amitchandak6 years agoSuper User
dmbd1904 ,Can you share sample data and sample output in table format?
- v-easonf-msft6 years agoCommunity Support
Hi, dmbd1904
Do you have resolved it? If yes, you could accept the helpful answer as solution. You also could share your own solution here. For now, there is no content of description in the thread. If you still need help, please share more details to us.
Best Regards,
Community Support Team _ Eason
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.