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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
GM17
Frequent Visitor

Sum of Average

Hi All,

 

I have a column in a table with below expression

AVERAGEX(VALUES('VW_PRS_LifeCycleState2'[LifeCycleState]),CALCULATE(AVERAGE(VW_PRS_LifeCycleState2[Target_Round2])))

 

I need to have the total displayed with SUM of "Average" of all the detail rows. The above expression is working fine for Average in detail rows while total is not correct. Currently total as well is doing the average while i need the SUM of averages.

 

Please suggest?

 

Thanks

Gaurav

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @GM17,

 

Please create a measure with below formula:

Average =
SUMX (
    VALUES ( 'VW_PRS_LifeCycleState2'[LifeCycleState] ),
    AVERAGE ( VW_PRS_LifeCycleState2[Target_Round2] )
)

1.PNG

 

Best regards,
Yuliana Gu

 

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

View solution in original post

4 REPLIES 4
v-yulgu-msft
Employee
Employee

Hi @GM17,

 

Please create a measure with below formula:

Average =
SUMX (
    VALUES ( 'VW_PRS_LifeCycleState2'[LifeCycleState] ),
    AVERAGE ( VW_PRS_LifeCycleState2[Target_Round2] )
)

1.PNG

 

Best regards,
Yuliana Gu

 

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

Hi

 

strange, but for some reason it works here is such a formula

 

Measure = AVERAGEX(VALUES('table'[name]);SUM('table'[values]))

Hi Yuliana Gu,

 

i am also looking for the similar type of solution , i have tried but no luck .can you please have a look on it.

 

https://community.powerbi.com/t5/Desktop/Sum-of-Average/m-p/288894#M127118

 

thanks,

 

chethan
Resolver III
Resolver III

@GM17 go to the data 

 

Create the New Column & Enter the Function 

 

SumofAverage =AVERAGEX(VALUES('VW_PRS_LifeCycleState2'[LifeCycleState]),CALCULATE(AVERAGE(VW_PRS_LifeCycleState2[Target_Round2])))

Create New Column 

 

Column =  [SumofAverage ]

if you find any difficulty share the sample data

 

Regards,

Chetan K

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.