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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Unable to calculate the %Utilized (team,Individual)

 

As displayed in the attached Pictures trying to calculate TeamUtilization(%) and Individual Utilization(%) seperately only because when User is selected in the filter the utilization is not showing the same value.

Technically utilization(%) = WorkedHrs/BillableHrs

Perferably only 1 Measure with Utilzation(%) should work when deselected user it should show TeamUtilization and when selected it should show only that User utilization.

DAX i used:
Util% = [WorkedHrs]/[BillableHrs]
TeamUtil% = [WorkedHrs]/([BillableHrs]*2)

 

OverallTeam.JPGUserSelected.JPG

1 ACCEPTED SOLUTION
vivran22
Community Champion
Community Champion

Hello @Anonymous ,

 

You may follow the article below for calculating % using DAX:

 

https://www.vivran.in/post/decoding-all-allselected-allexcept

 

Cheers!
Vivek

If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂

https://www.vivran.in/

Connect on LinkedIn

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Formulas always depend on how a model is structured. Therefore, it's not possible to give you any definitive answer.

Best
D
vivran22
Community Champion
Community Champion

Hello @Anonymous ,

 

You may follow the article below for calculating % using DAX:

 

https://www.vivran.in/post/decoding-all-allselected-allexcept

 

Cheers!
Vivek

If it helps, please mark it as a solution
Kudos would be a cherry on the top 🙂

https://www.vivran.in/

Connect on LinkedIn

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.