Forum Discussion
Andreasaaroe
2 years agoNew Member
Running total same as previous if blank
Hi All. Im currently trying to make a DAX Command which wont leave running total value blank if there is no value in the given year/week. Currently I have the following graph where the proble...
Ashish_Mathur
Super User
2 years agoHi,
Does this measure work?
AcumulatedStatus = CALCULATE(COUNTA('UseData'[Status]),datesbetween(calendar[date],minx(all(calendar),calendar[date]),max(calendar[date])))