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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mikel1380
Frequent Visitor

Total sum of avg

Hello Pals,

 

maybe you can helpme. I need get total sum of avg by type.

 

ex:

 Captura.JPG

 

 i need this (Yellow):

Captura2.JPG

thanks a lot

1 ACCEPTED SOLUTION
BILASolution
Solution Specialist
Solution Specialist

Hi @mikel1380

 

Try this...

 

1. My sample data: Table "Promedio"

 

data.png

 

 

2. I created the next measures...

 

Promedio Value = AVERAGE(Promedio[Value])
Suma Promedio = SUMX(SUMMARIZE(Promedio;Promedio[Clase];Promedio[Letter];"Promedio";AVERAGE(Promedio[Value]));[Promedio]) 

3. The result is...

 

reporte.png

 

 

I hope this helps

 

Regards

BILASolution

View solution in original post

6 REPLIES 6
BILASolution
Solution Specialist
Solution Specialist

Hi @mikel1380

 

Try this...

 

1. My sample data: Table "Promedio"

 

data.png

 

 

2. I created the next measures...

 

Promedio Value = AVERAGE(Promedio[Value])
Suma Promedio = SUMX(SUMMARIZE(Promedio;Promedio[Clase];Promedio[Letter];"Promedio";AVERAGE(Promedio[Value]));[Promedio]) 

3. The result is...

 

reporte.png

 

 

I hope this helps

 

Regards

BILASolution

I have a similar problem, a need to sum the avg of all kind. This is my dates. 

 

photo.PNG

In this example i have Disposal and this one is constituted by Disposal 1, disposal 2 .. etc... each disposal have many value of Barriles, and i want the avegared of each PUNTO and then sum this average.

I need to make a KPI with that.... thank you very much¡¡

I have a similar problem, a need to sum the avg of all kind. This is my dates. CLASE TIPO VALOR AVG A T1 7 A T2 6 A T3 9 TOTAL SUM(7,6,9) ? In power Bi, if i put avg the total is a avg, i need to search the sum of the all avg of each TIPO..... I NEED MAKE A KPI with that. Thank you¡¡¡

I have a similar problem, a need to sum the avg of all kind.

This is my dates.

I have a similar problem, a need to sum the avg of all kind.

This is my dates.

Thanks a lot my friends!!!, it worked great. Smiley Happy

 

Greetings.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

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 Solution Authors