Forum Discussion
RGG
7 years agoFrequent Visitor
Monthly Revenue Forecast Between Two Dates
Hi! I am trying to build a monthly revenue forecast where I have a list of opportunities, the expected monthly value of each opportunity, the expected start date of the project, and the expected end...
- 7 years ago
Hi RGG ,
Measure 3 = IF(ISINSCOPE('Table'[OPPORTUNITY]),CALCULATE(SUMX('CALENDAR',[Measure])),SUMX(ALL('Table'[OPPORTUNITY]),CALCULATE(SUMX('CALENDAR',[Measure]))) )
Ashish_Mathur
7 years agoSuper User