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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors