Forum Discussion
Need help in DAX
No, as I mentioned need day wise that calculated column Total Value.
- Anonymous2 years agoNot applicable
No, the previous day values I am using it for comparison purpose not for adding. so running will not work.
- lbendlin2 years ago
Super User
It is not clear to me what your desired output is. Please elaborate.
- Anonymous2 years agoNot applicable
actually the formula for Total Value is SUM(A+B+C-(Targetvalue-Previousdayvalue). For 1st day of month previous value is zero as a static value passing. whatever value I am getting that value should pass it on 2nd day total value.
For 2nd day the Total value is SUM(A+B+C -(Targetvalue-1stdayTotalvalue).
2nd day, 1stdayTotalvalue will become previousday value for 2nd day.
For 3rd day total value is SUM(A+B+C-(Targetvalue-2ndtotalvalue).
3rd day, 2nd day Total Value will become previousday value for 3rd day..
and so on.