Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
dkc
Frequent Visitor

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. 

dkc_0-1637777909752.png

Thank you in advance for your help!

 

1 ACCEPTED SOLUTION
Nathaniel_C
Super User
Super User

Hi @dkc Try this:

 

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

 

team.PNG

full tablefull 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

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

3 REPLIES 3
dkc
Frequent Visitor

perfect, thank you!

@dkc , you are welcome!

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Nathaniel_C
Super User
Super User

Hi @dkc Try this:

 

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

 

team.PNG

full tablefull 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

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.