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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Khramana
Frequent Visitor

Need help with Measure condition

Hello Power BI lovers!

I'm still in process of Power BI expressions acqusition and need some advice how to make a proper expression.

I have table: "Device statistics"

In "Device statistics" I have these columns:

Device NameRAM in FreezeCity
AN12345GI520Berlin
KR5562KOT800Paris
LO894H78D500Berlin
PI4H49JTH7727Ankara
HI5O89FHE768Minsk
KK456HTJW520Zagreb


I need to show the average RAM in freeze by cities like (sum of RAM of the devices by location)/(quantity of the devices in this location).
To see: Berlin - 510, Paris - 800, Zagreb - 520, etc

If I chose Pie chart, put "RAM in Freeze" in Values, chose "Average" "City", put "City" in Details, it calculates average from the whole sum like 520+800+500+727+768+520.

Could you please advise how I can figure it out correctly?


Thanks in advance!

4 REPLIES 4
BA_Pete
Super User
Super User

Hi @Khramana ,

 

You should just be able to create a measure like this and use it in the Values section of your pie chart:

_averageRamInFreeze = AVERAGE(yourTable[RAM in Freeze])

 

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




I guess I figured it out using your measure as an example just replacing Average with Median and changing widget to card for better vizualization.

Thank you very muh! 🙂

 

I'm not sure what your expected output was, but the AVERAGE measure works fine for me:

 

BA_Pete_0-1681890775812.png

 

To get averages just over City, you must only have [City] and the measure in the visual (or filter context).

Pete



Now accepting Kudos! If my post helped you, why not give it a thumbs-up?

Proud to be a Datanaut!




Hello @BA_Pete 

Thank you for the reply!
But in this case it shows average in total taking all the cities. But not average for Berlin, Paris, etc...

This day I understood that the most exact way to understand the RAM will be to get Median by the cities or Percentile, seems that it make the question a bit more complicated too... Thinking about to make one more post with a question how to get Fashion for this case..

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors