Forum Discussion
Sidd_Kaush
3 years agoFrequent Visitor
Cumulative Total for Coming Two Months
Currently i am looking for an solution called cumulative total in months, Lets Say If there's June Month in the row context then it should show up the sales value for July abd August, Similary If the...
- 3 years ago
- 3 years ago
Its Not Working for me but i came up with below calculation and its working correct for me,
Test3 =Var a= SELECTEDVALUE(Sheet1[Dte])Var b=Month(a)Var c=b+1Var d=c+1Var e= CALCULATE(Sheet1[Total Sales],ALL(Sheet1),FILTER('DATE','DATE'[MonthNo] in {c,d}))Return If (e=blank(),0,e)
Sidd_Kaush
3 years agoFrequent Visitor
Hello Its not working as it retrieves the same rows within the calculation.
- vk_pbi3 years ago
Resolver II