Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

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...
  • yelsherif's avatar
    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