Forum Discussion
AjithTravvise
6 years agoHelper II
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
- Greg_DecklerCommunity Champion
This looks like a measure totals problem. Very common. See my post about it here: https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376
Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:
https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907- AjithTravviseHelper II
Hi Greg,
Thank for the suggestion, I tried my best to work this out with out sucess...
Ajith
- AjithTravviseHelper II
Any one can help me with the below please dax Greg_Deckler
- AnonymousNot applicableWould you please describe in words what you're trying to do?
Best
D