Forum Discussion

dkc's avatar
dkc
Helper I
4 years ago
Solved

Fixed measure value

Hi there, so far I did not find yet a working solution for following problem (sorry, I am new to Power BI): I would like to create a measure "overall average" which also shows up in matrix view in each row. In this example the average contacts of all 3 teams is 217 and this value should be shown like this. The measure for "overall average" is working as long as I just use the total view, but not with the fifferent teams in the rows. 

Thank you in advance for your help!

 

  • Hi dkc Try this:

     

    Average = AVERAGEx(ALLSELECTED(TeamTable),TeamTable[Contacts])

     

    full table

    Let me know if you have any questions.

    If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πŸ‘are nice too.
    Nathaniel

     

3 Replies

  • Nathaniel_C's avatar
    Nathaniel_C
    Community Champion

    Hi dkc Try this:

     

    Average = AVERAGEx(ALLSELECTED(TeamTable),TeamTable[Contacts])

     

    full table

    Let me know if you have any questions.

    If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos πŸ‘are nice too.
    Nathaniel