Forum Discussion

AjithTravvise's avatar
AjithTravvise
Helper II
6 years ago

Issue with incremental value calculation

Hi,

I appied the below and the respose which iam getting is wrong.

 

Daily Reported = VAR mydate = MAX(Recovered[Date]) return SUM(Recovered[Value])-CALCULATE(SUM(Recovered[Value]),FILTER(ALLSELECTED(Recovered),Recovered[Date]=mydate-1))
 
 

 

6 Replies