Forum Discussion
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
- dkcHelper I
perfect, thank you!
- Nathaniel_CCommunity Champion
dkc , you are welcome!
- Nathaniel_CCommunity 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