Forum Discussion

YBZ59's avatar
YBZ59
Regular Visitor
4 years ago
Solved

Keep group average while sliced by individual

Hi,   I'm trying to get average by row on a matrix, when I slice by a selected user I get his average (Grade) per P item (row) which is fine,  but I want to add the group average (overallaverage) a...
  • V-lianl-msft's avatar
    V-lianl-msft
    4 years ago

    Hi YBZ59 ,

     

    Try to create a measure like below:

    Measure = CALCULATE(AVERAGE('Table'[Grade]),ALLEXCEPT('Table','Table'[Course Name]))

     


    Best Regards,
    Liang
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.