Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Running Total

I have a table with sales by month and year and wtih some months zero, I am trying to create a line chart that shows running total throughout the year, but the blank values are getting me and I can't see how to overcome this. 

 

I use this formula for the table and it works well, but can't see after reading all the posts on this topic how to close the gap on my problem 

 

SumSales = var sumsalesmonth =CALCULATE(SUM('Sales Data Structure'[INVOICED IN USD]))
return if(ISBLANK(sumsalesmonth),"0", sumsalesmonth

6 Replies