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
arvindyadav
Post Partisan
Post Partisan

How Can I calculate individual project effort in percentage from total

Dear Team,

 

I need help regarding overall project effort in an individual employee in percentage.

 

eg.

suppose I have a person name Vijay and he is allocated to several projects like:-

Project name      Hours      percentage

Microsoft              10           10/36=0.27777778

Intel                        6           6/36=0.166666667

BNP                        8             8/36=0.22222222

TCS                         12         12/36=0.33333333

 

Total                     36                1

 

 

So as above I want all my employees' percentage in their respected projects in given time.

 

 

Regards,

Arvind

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @arvindyadav

 

If I understand your requirement correctly that you want to calculate the percentage of each project that the empoyee has be allocated.

 

If it is, you could create a calculated column like below.

 

Percentage =
DIVIDE ( CALCULATE ( SUM ( 'Table1'[Hours] ) ), SUM ( 'Table1'[Hours] ) )

Then you will get the output.

 

Capture.PNG

 

If you need additional help please share some data sample and expected output.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Hello,

 

How can you calculate the percentage when there is a large table with a mixture of employees, projects and tasks? 

 

So like:

Resource A - task 1 - 3 hrs

Resource B - task 2 - 3 hrs

Resource A - task 3 - 4 hrs

Resource B - task 3 - 2 hrs

 

Can you let the formula search for a specific Resource ID and calculate some other columns? Like Vlookup from Excel.

 

Appreciate any help

 

Best,

Fabian

v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @arvindyadav

 

If I understand your requirement correctly that you want to calculate the percentage of each project that the empoyee has be allocated.

 

If it is, you could create a calculated column like below.

 

Percentage =
DIVIDE ( CALCULATE ( SUM ( 'Table1'[Hours] ) ), SUM ( 'Table1'[Hours] ) )

Then you will get the output.

 

Capture.PNG

 

If you need additional help please share some data sample and expected output.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi @v-piga-msft,

 

Thanks.

 

 

Hi @arvindyadav,

 

I'm very glad that we can help. That's my pleasure!Smiley Tongue

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
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.