Weighted Measure - Different Criterias

bolwahnn

New Member
Joined
Apr 29, 2011
Messages
40
Hello,
I'm looking for help on creating a measure that give me an overall score based off of other score Metrics.

I have 2 tables:
First table provides the employee scores for the metrics being measured:
[TABLE="width: 744"]
<tbody>[TR]
[TD]dDate[/TD]
[TD]RankGroup[/TD]
[TD]Full Name[/TD]
[TD]Production%[/TD]
[TD]Quality%[/TD]
[TD]Adherence%[/TD]
[/TR]
[TR]
[TD]Friday, June 28, 2019[/TD]
[TD]Baltimore[/TD]
[TD]Mickey Mouse[/TD]
[TD]106%[/TD]
[TD]100%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Thursday, June 27, 2019[/TD]
[TD]Baltimore[/TD]
[TD]Mickey Mouse[/TD]
[TD]111%[/TD]
[TD]100%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Monday, July 1, 2019[/TD]
[TD]Baltimore[/TD]
[TD]Mickey Mouse[/TD]
[TD]110%[/TD]
[TD]100%[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Monday, July 1, 2019[/TD]
[TD]Mesa[/TD]
[TD]Donald Duck[/TD]
[TD]97%[/TD]
[TD]100%[/TD]
[TD]94%[/TD]
[/TR]
[TR]
[TD]Thursday, June 27, 2019[/TD]
[TD]Mesa[/TD]
[TD]Donald Duck[/TD]
[TD]130%[/TD]
[TD]100%[/TD]
[TD]50%[/TD]
[/TR]
[TR]
[TD]Friday, June 28, 2019[/TD]
[TD]Mesa[/TD]
[TD]Donald Duck[/TD]
[TD]72%[/TD]
[TD]100%[/TD]
[TD]94%[/TD]
[/TR]
</tbody>[/TABLE]

Second Table provides the % weight for each of the metrics being measured above to calculate an overall score: (notice how Baltimore doesnt have and Adherence % above - They also dont Adherence in the table below because they are not measured on it).
[TABLE="width: 539"]
<tbody>[TR]
[TD]RankGroup[/TD]
[TD]Metric[/TD]
[TD]Scoring Weight[/TD]
[TD]Old/Current Metric[/TD]
[/TR]
[TR]
[TD]Baltimore[/TD]
[TD]Quality[/TD]
[TD]60%[/TD]
[TD]Current[/TD]
[/TR]
[TR]
[TD]Baltimore[/TD]
[TD]POP[/TD]
[TD]40%[/TD]
[TD]Current[/TD]
[/TR]
[TR]
[TD]Mesa[/TD]
[TD]Schedule Adherence[/TD]
[TD]10%[/TD]
[TD]Current[/TD]
[/TR]
[TR]
[TD]Mesa[/TD]
[TD]Quality[/TD]
[TD]50%[/TD]
[TD]Current[/TD]
[/TR]
[TR]
[TD]Mesa[/TD]
[TD]POP[/TD]
[TD]40%[/TD]
[TD]Current[/TD]
[/TR]
</tbody>[/TABLE]

I'm looking for help on how to create a measure that will caculate the Overall % based on the 2 tables above so that its using the correct Scoring Weight%. There are many more offices with different variations of the %'s so I'd need this to be able to look at the RankGroup to determine the correct % to be used.

Appreciate the help!
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
That appears to be a problem that fits the exact profile of Excel's "SOLVER" feature. You will find all you need to know in the help library.

Hope this does the trick for you.
 
Upvote 0
Hi wornhall,
Can you elaborate? I'm not sure how excel solver can help me here.

I'm looking to create a Power BI measure utilizing the DAX language to calculate the Overall Score % for the 2 or 3 metrics (depending on the rankgroup).
 
Upvote 0
Are you happy to consider using Power Query?
The general approach would be to un-pivot the first table then merge with the second matching on Rank Group and Metric, multiply by the weighting, re-pivot then add weighted scores for a total.

Peter
 
Last edited:
Upvote 0

Similar threads

Forum statistics

Threads
1,223,214
Messages
6,170,772
Members
452,353
Latest member
strainu

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top