Forum Discussion
Compute Utilization Based on Data from 2 Tables
Hello v-xjiin-msft,
Appreciate the reply. Apologies, but the requirements changed.
Here's the details:
Table 2 should have these breakdown where it shows that there are 4 clusters in a month with different headcount.
Now, I'd like to have the utilization column added in Table 1 instead so that if needed I can have a report created like this:
I have verified that the row with Green shade is computed correctly, just need to know how to relate to show the correct headcount workdays, etc for each cluster that is from the Table 2.
Thanks thanks!
In your scenario, if table 2 has a column called Cluster? Does table 1 have the same column Cluster? If so, you can use CONCATENATE() function to create a unique column in both two tables, and create relationship on this unique column for them.
Please refer:
By the way, in your sample data. Let's say the green row, if Hours is 59.13, with your shared formula, how do you get the UT as 51.71%? If you have a new calculate logic, please share it to us.
Thanks,
Xi Jin.