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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
kamalbandam
Helper III
Helper III

Calculate Average of a measure per category

Hi, 
I have the 'Value' as a calculated measure. I want to have the expected as below

NameCategoryvalueAvg_Value
aPO11.5
bPO21.5
cPP0.50.5
dOO2.52.75
eOO32.75
    

 

Please help me with this solution. I think I am clear

 

Thank you.

4 REPLIES 4
amitchandak
Super User
Super User

@kamalbandam , Try

 

Avgmeasure =calculate(average(Table[Value]),allexcept(Table,Table[Category]))

Hi @amitchandak ,

 

The  'Value' we are trying to evalute itself is a calculated measure which is not a column. This calculated measure is derived from other table.

@kamalbandam 

 

You may add measure below.

Measure =
AVERAGEX ( ALLSELECTED ( 'Table'[Name] ), [Value] )

 

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

It worked! Thank you very much

How does it work? Can you elaborate


Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

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

MayPowerBICarousel

Fabric Monthly Update - May 2024

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

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.