3–5
Recommended measure count
15%+
Minimum weight to drive behavior
2–3x
Performance range (worst to best payout)
Balanced Scorecard — 4-Measure Radar
Plan Language
Balanced Scorecard Structure
Participant's target incentive of $[AMOUNT] shall be allocated across a balanced scorecard of [N] measures: (a) Revenue ([X]%): quota attainment on assigned revenue target; (b) Pipeline ([Y]%): qualified pipeline coverage ratio at period end; (c) Customer Satisfaction ([Z]%): NPS or CSAT score relative to target; (d) Strategic Objectives ([W]%): completion of defined milestones per the Strategic Objectives Scorecard maintained by the Participant's manager. Each measure is evaluated independently against its own target and payout schedule.
Gate-Plus-Scorecard Hybrid
The balanced scorecard payout is subject to a revenue gate: Participant must achieve a minimum of [THRESHOLD]% revenue attainment before any scorecard measures are payable. Once the revenue gate is met, all scorecard measures are evaluated and paid independently. This structure ensures that non-revenue measures do not pay out in the absence of meaningful revenue contribution.
Manager-Assessed Measure
The Strategic Objectives component ([X]% of target incentive) shall be assessed by the Participant's direct manager using the Strategic Objectives Rubric. The rubric defines: (a) 3-5 specific, measurable objectives agreed in writing at the start of the measurement period; (b) a 1-5 rating scale per objective; (c) weighted scoring across objectives; (d) a calibration review by the next-level manager before payout calculation. Manager-assessed components shall not exceed [X]% of total target incentive.
Formulas & Calculations
Balanced Scorecard Payout
// Four-measure balanced scorecard TARGET_INCENTIVE = $100,000 WEIGHTS = {REVENUE: 0.50, PIPELINE: 0.20, CSAT: 0.15, STRATEGIC: 0.15} // Each measure has its own payout factor REVENUE_PAYOUT = TARGET * 0.50 * REVENUE_FACTOR PIPELINE_PAYOUT = TARGET * 0.20 * PIPELINE_FACTOR CSAT_PAYOUT = TARGET * 0.15 * CSAT_FACTOR STRATEGIC_PAYOUT = TARGET * 0.15 * STRATEGIC_FACTOR TOTAL = REVENUE_PAYOUT + PIPELINE_PAYOUT + CSAT_PAYOUT + STRATEGIC_PAYOUT // Gate check: if REVENUE_ATTAINMENT < 0.70, TOTAL = $0
Measure Weight Diagnostic
// Check if weights are driving behavior FOR EACH measure IN scorecard: WEIGHT = measure.weight TARGET_PAYOUT = TARGET_INCENTIVE * WEIGHT MONTHLY_IMPACT = TARGET_PAYOUT / 12 IF WEIGHT < 0.15: FLAG "Dead measure — $" + MONTHLY_IMPACT + "/month won't change behavior" IF WEIGHT < 0.10: FLAG "Remove this measure — it's decoration, not incentive"
Scenarios
Well-Designed Balanced Scorecard
Enterprise SaaS company designs a 4-measure scorecard for Strategic AEs: Revenue (50%), Pipeline Coverage (20%), Customer Health Score (15%), Strategic Certifications (15%). Revenue gate at 70% ensures non-revenue measures don't pay in isolation. The pipeline measure rewards 3x coverage at quarter-start — driving proactive prospecting. Customer health score captures both expansion signals and churn risk. Certification measure ensures reps stay current on product knowledge. Each measure has a clear, measurable target set at the start of the period.
Poorly-Designed Scorecard
Company creates a 7-measure scorecard: Revenue (30%), Units (15%), Pipeline (12%), CSAT (10%), Training Hours (10%), CRM Hygiene (10%), Manager Assessment (13%). Four measures are below 15% weight and are universally ignored. CRM Hygiene and Training Hours are compliance tasks, not performance measures — reps game them by bulk-logging activities on the last day of the quarter. The manager assessment is subjective and poorly calibrated — identical performance gets 3/5 from one manager and 5/5 from another. The scorecard adds complexity without changing behavior.
Comparison
Implementation Checklist
AI Prompt Template
Copy & paste into your AI assistant
You are a sales compensation analyst. I need to design a balanced scorecard for a [ROLE TYPE] role that goes beyond pure revenue measurement. Context: - Role: [ROLE TYPE] with OTE of $[AMOUNT] ([BASE/VARIABLE SPLIT]) - Current plan: [DESCRIBE — e.g., single revenue measure, or existing multi-measure] - Business priorities beyond revenue: [LIST — e.g., pipeline health, customer satisfaction, certifications, strategic account penetration] - Revenue should remain [DOMINANT / IMPORTANT BUT NOT DOMINANT] Please: 1. Recommend 3-5 measures with weight allocation and rationale 2. Design a revenue gate to prevent non-revenue payouts in isolation 3. Define measurable targets and payout factors for each measure 4. Model payouts at 5 performance scenarios (below gate through max) 5. Identify gaming risks for each non-revenue measure and mitigations 6. Draft the scorecard section of the plan document