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

Composite goal help

I have been trying to come up with a composite measure for the report I am generating. The report is for a distribution facility where the warehouse workers could work in multiple zones in a work day.  Each work zone has it's own assigned goals.

 

For instance Worker Jane Smith works for 8 hours in her shift.  During her work day she picks 102 lines.

ZoneLines Picked% of User total(Lines picked/Total Lines)Zone goal% of Total x Zone goal
A1.009825.245

B

80.78433527.450
C20.1961183.53
D1.0098222.45

 

Adding up the right column should show 31.47 as composite goal per hour.

 

any suggestions on how to do this in dax? Lines picked is already a Dax measure where it is a count of transaction IDs. Zone Goals are determined as a nested IF statement in it's own measure.

 
If(SELECTEDVALUE(Rolling3RFData[Picking Area], "Other" ) = "Zone A", ZoneALinesHourGoal,
If(SELECTEDVALUE(Rolling3RFData[Picking Area], "Other" ) = "Zone B", ZoneBLinesHourGoal,
If(SELECTEDVALUE(Rolling3RFData[Picking Area], "Other" ) = "Zone C", ZoneCLinesHourGoal,
If(SELECTEDVALUE(Rolling3RFData[Picking Area], "Other" ) = "Zone D", ZoneDLinesHourGoal, GenLinesHourGoal))))

 

Thanks in advance for any help you can provide.

1 REPLY 1
Anonymous
Not applicable

 

Hi @Anonymous 

What do you mean by

"Adding up the right column should show 31.47 as composite goal per hour."

 

Could you please tell what output with what logic are you expecting?

 

Thanks,

Pravin

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.