Forum Discussion
Monthly Revenue Forecast Between Two Dates
- 7 years ago
Hi RGG ,
Measure 3 = IF(ISINSCOPE('Table'[OPPORTUNITY]),CALCULATE(SUMX('CALENDAR',[Measure])),SUMX(ALL('Table'[OPPORTUNITY]),CALCULATE(SUMX('CALENDAR',[Measure]))) )
Thank you for the update. The solution works for each line, but the sum for each column is incorrect. How do I get each column to also add up properly?
- Ashish_Mathur7 years ago
Super User
Hi,
I do not know whom you are replying to. Have you tried my solution?
- RGG7 years agoFrequent Visitor
Thanks Ashish_Mathur . I was responding to v-frfei-msft's last update.
I appreciate your approach, but my data set is configured differently than how your solution attacked the problem. Your dataset had each opportunity with multiple revenue lines, each with its own date. My data set has each opportunity once, each with a start/end date, and a monthly revenue. I've got a 90% solution, and the last gap is that each column does not add properly. I notice that v-frfei-msft's last update likewise had the issue where each column does not add correctly, and was looking to see if there was a setting/configuration that can correct this problem.