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.
I need to obtain the average of grades that have been assigned to the technicians who have solved ticket, the problem I have is that I only need to obtain the average of grades where they are greater than 0 and not on the total of all tickets.
I am using the Average function but it gets me the average of all tickets, I only need to get the average of tickets where their rating is greater than 0.
The following is a small example I created from the ticket table:
Ticket ID | Technical | Calification |
10001 | Kevin | 0 |
10002 | Elsa | 0 |
10003 | Luke | 0 |
10004 | Bailey | 5 |
10005 | Billy | 2 |
10006 | Elsa | 4 |
10007 | Kevin | 5 |
10008 | Luke | 5 |
10009 | Luke | 5 |
Solved! Go to Solution.
Hello!
Hello!
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.