Forum Discussion
christinaxxx
2 years agoHelper I
Incorrect subtotals in matrix visual
I'm calculating the run rate for sales managers to project how many onboarded customers have placed an order on an ecom app at the end of a period. The start of period (Date_initialised) for each sal...
- 2 years ago
christinaxxx , Create a new measure on top of current measure
Sumx(Values(Table[Manager]), [CurrentRunRate])
amitchandak
2 years agoSuper User
christinaxxx , Create a new measure on top of current measure
Sumx(Values(Table[Manager]), [CurrentRunRate])
- christinaxxx2 years agoHelper I
Brilliant! Thank you so much! I did try this but I created a SUMX inside my original DAX after RETURN.