Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello Pals,
maybe you can helpme. I need get total sum of avg by type.
ex:
i need this (Yellow):
thanks a lot
Solved! Go to Solution.
Hi @mikel1380
Try this...
1. My sample data: Table "Promedio"
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...
I hope this helps
Regards
BILASolution
Hi @mikel1380
Try this...
1. My sample data: Table "Promedio"
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...
I hope this helps
Regards
BILASolution
I have a similar problem, a need to sum the avg of all kind. This is my dates.
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.
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. ![]()
Greetings.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.