Forum Discussion
greenguy2012
5 years agoAdvocate I
Cumulative Sum Performance
Hi everyone! I’m a bit new to Dax but have a lot of BI/ SQL experience and I’m stuck on a problem. My goal is to get a cumulative sum of an existing measure, which takes the net of sum(sales) an...
daxer-almighty
5 years agoSolution Sage
Is this model in Direct Query mode? Or is it in Import? If it's in import and you get horrible performance for the second version, then you have to show how you calculate the base measure [MeasureNet] because this is where the problem lies.