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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I use this measure
HI @Analitika,
I'd like to suggest you take a look at the following blog about measure calculation on the total level and add if statement to check the current row contents level. Then you can write a specific formula with aggregate function to achieve different aggregate on the total level:
Measure Totals, The Final Word
Regards,
Xiaoxin Sheng
@Analitika , You need to group data until a level and then take a sum. Use summarize or values
example
sumx(summarize(table,table[group],"_1",[SuperAveage]),[_1])
sumx(values(table[group]),[SuperAveage])
Or
https://community.powerbi.com/t5/Desktop/SUM-of-AVERAGE/td-p/197013
Proud to be a Super User!
User | Count |
---|---|
98 | |
76 | |
69 | |
53 | |
27 |