Forum Discussion
Midhunc22
3 years agoRegular Visitor
Running Total based on Dimension level
Hello, I am trying to get the Running total based on ServiceID But getting an error. Below is my table data . I Group Service ID Amount A 1 $2 A ...
Midhunc22
3 years agoRegular Visitor
Hi ryan_mayu ,
I have tried this DAX as well. but Earlier function does not getting any columns its giving an error as Earlier row context which does not exist .
running total = sumx(FILTER(Sampledata,Sampledata[Group]=EARLIER(group)&&Sampledata[ Service ID ]<=EARLIER(Service)),Sampledata[Amount])