Forum Discussion
rohitchouhan
6 years agoFrequent Visitor
Addition in powerBI
I Want to calculate the current day backlog ,so need to do addition in the below-mentioned way. Since I am new in Power BI,i searched alot but not finding solution. can someone tell me how to do ...
Anonymous
6 years agoNot applicable
if you already have a date column in your dataset, you can try this,
cummulative sum = CALCULATE(SUM('Table'[amount]),FILTER('Table','Table'[date]<=EARLIER('Table'[date])))