Forum Discussion
Anonymous
7 years agoNot applicable
Constant Average
Hey guys, I need some help here. I have to create an average line for each category for the selected period. I create a measure like this: Constant average vendorx = CALCULATE(SUM([Bugs])/D...
- 7 years ago
try adding allselected(FCreateClosedWorkItem) as an additional filter in the calculate function.
It is better to provide sample data to examine the best solution for your case
yelsherif
Resolver IV
7 years agotry adding allselected(FCreateClosedWorkItem) as an additional filter in the calculate function.
It is better to provide sample data to examine the best solution for your case