Forum Discussion
kangkopi15
Helper I
2 years agoCount 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
- 2 years ago
Hi kangkopi15
Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))I hope I answered your question!
Uzi2019
Community Champion
2 years agoHi kangkopi15
Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))
I hope I answered your question!
kangkopi15
Helper I
2 years agoits working, thank you