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
Guys, it's me again, I am struggling with getting the utilization average without the Part-Time (off), the expected value should be 100
Solved! Go to Solution.
Hi @kangkopi15
Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))
I hope I answered your question!
What's you issue?
Average = calculate(average(utilisation), activityfullname <> "partime off")
Hi @Gabry Apology, here is the complete table, I need to get the average utilization per Assignment, without Activity - Part Time and Unassigned in the calculation.
so the expected utilization is Abel = 100 and Achimin 100
Hi @kangkopi15
Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))
I hope I answered your question!
its working, thank you
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!