Forum Discussion
Count average with except state column power BI
Guys, it's me again, I am struggling with getting the utilization average without the Part-Time (off), the expected value should be 100
Hi kangkopi15
Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))I hope I answered your question!
4 Replies
- GabrySuper User
What's you issue?
Average = calculate(average(utilisation), activityfullname <> "partime off")- kangkopi15Helper I
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- Uzi2019Community Champion
Hi kangkopi15
Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))I hope I answered your question!