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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi.
I have a table like the below.
Class | Section | Students | Marks |
1 | A | Nick | 87 |
1 | A | Jones | 83 |
1 | A | Smith | 80 |
1 | B | Will | 92 |
1 | B | Smith | 90 |
1 | B | Rock | 65 |
1 | C | James | 50 |
1 | C | Anderson | 65 |
1 | C | Walker | 79 |
2 | A | Paul | 56 |
2 | A | Peter | 32 |
2 | A | Parker | 95 |
2 | B | Grame | 81 |
2 | B | Smith | 87 |
2 | B | Walter | 72 |
2 | C | White | 67 |
2 | C | Jesse | 54 |
2 | C | Pinkman | 11 |
I used a simple average measure to calculate the average of each section in all classes.
I need to create another measure which counts the number of sections in a class having average more than 60.
I hope my doubt is clear.
Kindly help me with the DAX Measure for the above.
Thanks 🙂
Solved! Go to Solution.
Hi @saikrish_01 ,
I insert your data into Excel; Sheet3 name you should adjust according your names. I hope this help
Avg measure:
Proud to be a Super User!
Thanks so much for helping me out. it worked !!!! 🙂
Hi @saikrish_01 ,
I insert your data into Excel; Sheet3 name you should adjust according your names. I hope this help
Avg measure:
Proud to be a Super User!
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.
User | Count |
---|---|
12 | |
11 | |
9 | |
8 | |
8 |