Forum Discussion
Khramana
3 years agoFrequent 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" ...
BA_Pete
3 years agoSuper 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
Khramana
3 years agoFrequent Visitor
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..