Forum Discussion
Cosik
Helper I
6 years agoCreate Cumulative line from measure
Hi, I'm strugling to create cumulative line. I know how to do in theory but I'm stuck on one of the steps. I can't use measure in calculation and I don't know how to convert this. This is wha...
- 6 years ago
Maybe this? :
Skumulowany = SUMX ( FILTER ( ALLSELECTED ( Tracker ), Tracker[RFS week] <= max(Tracker[RFS week]) ), [Dane_suma] )
_______________
If I helped, please accept the solution and give kudos! 😀
Cosik
Helper I
6 years agoIt is closer,
It gives me sum of all selected weeks.