Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
kangkopi15
Helper I
Helper I

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

kangkopi15_0-1712139429468.png

 

1 ACCEPTED SOLUTION

Hi @kangkopi15 

Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))

 

I hope I answered your question!

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

View solution in original post

4 REPLIES 4
Gabry
Super User
Super User

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

kangkopi15_0-1712141619509.png

 

Hi @kangkopi15 

Average = calculate(average(utilisation), AND((activityfullname <> "partime off"),(activityfullname <> "Unassigned"))

 

I hope I answered your question!

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

its working, thank you

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.