Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
I have a table with averages. Now i want to have the average of the averages in another table and fill the row.
So in the last table i need 7.63.
The function i use is:
Kolom = IF(webgraph[Category] = "Lichaamssamenstelling", var a = AVERAGE(calctable[BodyComp2]) return a)
Anyone who can help me?
BTW, I also need to do this for other rows. So I need to add elseif webgraph[Category] = "Cardio" a=average(calctable[cardio2])
@amitchandak Unfortunately still got the 7.31. Used this function:
Kolom = IF(webgraph[Category] = "Lichaamssamenstelling", AVERAGEX(VALUES(calctable[Fullname]),[BodyComp2])
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!