Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
64 | |
59 | |
47 | |
33 | |
32 |
User | Count |
---|---|
84 | |
75 | |
56 | |
50 | |
44 |