Back to blog

Product Manager Dashboard: 25 Metrics You Should Always Have in Front of You

13 min read28March 20, 2026

Product manager dashboard

Over eight years in product development, I've seen hundreds of dashboards. And here's the pattern: the more metrics on screen, the fewer decisions the team makes. A dashboard with 50 charts isn't a control panel — it's a museum. The team walks in, admires the exhibits, and walks out. Nothing changes.

A good dashboard answers not "what happened?" but "what should we do?" This article covers 25 metrics every product manager should have in front of them, and the principles that turn them into a decision-making tool.

A Dashboard Is a Control Panel, Not a Report

The difference between a report and a dashboard is like the difference between an X-ray and a car's instrument panel. An X-ray shows what already happened. An instrument panel shows what's happening right now and what action is needed.

Three signs of a working dashboard:

1. Every metric leads to action. If a metric drops, you know what to investigate. If it rises, you know what to scale. If a metric leads to nothing — it doesn't belong on the dashboard.

2. Hierarchy from general to specific. First glance — business health (Revenue, Burn Rate, Runway). Second — what drives key metrics (CAC, Churn, ARPU). Third — diagnostics (by channel, cohort, segment).

3. Threshold values. A metric without context is useless. Is 5% churn good or bad? Depends on the benchmark, last month, and target. The dashboard should show not just a number, but its relationship to the norm.

The principle I use: if you can't tell whether things are OK in 5 seconds — the dashboard doesn't work.

5 Metric Categories for a Product Dashboard

Category 1 — Financial

Metrics that show whether the business is alive or dying. Product managers aren't finance people, but without these numbers they're making decisions blind.

Revenue — total income for the period. Trend matters more than absolute value: growing, stagnating, or declining?

MRR (Monthly Recurring Revenue) — for subscription models. Shows predictable income.

MRRt=MRRt1+New MRR+Expansion MRRChurned MRRContraction MRRMRR_t = MRR_{t-1} + New\ MRR + Expansion\ MRR - Churned\ MRR - Contraction\ MRR

Four MRR components are four levers. New MRR grows through acquisition, Expansion through upsell, Churned drops through retention, Contraction through pricing policy.

Burn Rate — how much cash the company spends per month beyond revenue.

Burn Rate=Total ExpensesTotal RevenueBurn\ Rate = Total\ Expenses - Total\ Revenue

If Burn Rate is positive (spending more than earning), the next metric is Runway.

Runway — how many months the company survives at the current burn rate.

Runway=Cash BalanceBurn RateRunway = \frac{Cash\ Balance}{Burn\ Rate}

Red zone: under 6 months. Yellow: 6-12. Green: 12+. With Runway < 6 months, every other metric becomes secondary — you need to either cut expenses or raise a round.

Net Income — the bottom line of the P&L model.

Category 2 — Acquisition

Metrics that answer: "where are customers coming from and what does it cost?"

CAC (Customer Acquisition Cost) — cost to acquire one customer. Calculated per channel, not as a blended average.

CACchannel=Marketing SpendchannelNew CustomerschannelCAC_{channel} = \frac{Marketing\ Spend_{channel}}{New\ Customers_{channel}}

Channel ROI — return on investment per channel.

ROIchannel=LTVchannel×CustomerschannelSpendchannel1ROI_{channel} = \frac{LTV_{channel} \times Customers_{channel}}{Spend_{channel}} - 1

A channel with ROI < 100% is unprofitable. 200-300% is healthy. Above 500% — either the channel is underinvested or the data is unreliable. For more on calculating ROI with channel lifecycle considerations, see the marketing channel article.

Conversion Funnel — conversion at each stage: Reach -> Click -> Install -> Activation -> Payment.

StageCountConversion
Reach100,000
Click3,0003.0%
Install / Sign-up45015.0%
Activation (trial)22550.0%
Payment4520.0%

Every stage is a loss point. Improving conversion at one stage by 1% can deliver more than doubling the Reach budget.

New Users/Month — absolute count of new paying users. In a time series. The trend shows whether the funnel is growing.

Category 3 — Retention

Retention is the foundation of sustainable growth. Acquisition without retention is pouring water into a leaky bucket.

Retention Rate — the share of users who remain active after N months.

Retentiont=Active_UserstInitial_Users×100%Retention_t = \frac{Active\_Users_t}{Initial\_Users} \times 100\%

Churn Rate — the flip side: share of those who left.

Churn=1RetentionmonthlyChurn = 1 - Retention_{monthly}

Benchmarks: SaaS B2B — 3-5%/mo (good), 5-7% (average), >7% (problem). B2C mobile apps — 10-15%/mo is considered normal, <10% is excellent.

Cohort Heatmap — the essential tool for retention analysis. It shows each cohort's retention by month. Without cohort analysis, average churn masks the real picture: newer cohorts might be leaving faster than older ones, and you'd never notice. Detailed breakdown in the cohort analysis article.

CohortM0M1M2M3M6M12
Jan 2026100%68%52%45%32%22%
Feb 2026100%72%58%50%38%
Mar 2026100%75%62%55%

Upward trend: each new cohort retains better. This signals product improvement. Downward trend — alarm bell.

DAU/MAU Ratio — daily to monthly active users. Shows product "stickiness."

Stickiness=DAUMAU×100%Stickiness = \frac{DAU}{MAU} \times 100\%

Benchmarks: >25% is excellent (Facebook-level), 15-25% is good, <10% means the product is used but not daily (normal for B2B analytics).

Category 4 — Monetization

Metrics that show how effectively you convert users into revenue.

ARPU (Average Revenue Per User) — average revenue per user per month.

ARPU=Total RevenueActive UsersARPU = \frac{Total\ Revenue}{Active\ Users}

Important: calculate ARPU by segment. An average ARPU of 50mightmean8050 might mean 80% of users at 20 and 20% at $170. Those are two different products.

LTV (Lifetime Value) — how much one customer generates over their lifetime.

LTV=ARPUChurn RateLTV = \frac{ARPU}{Churn\ Rate}

Or more precisely, with discounting:

LTV=t=1TARPU×Retentiont(1+d)tLTV = \sum_{t=1}^{T} \frac{ARPU \times Retention_t}{(1 + d)^t}

LTV/CAC — the key unit economics ratio. Shows whether acquisition pays for itself.

LTV/CACInterpretationAction
< 1xLosing money per customerUrgent: cut CAC or increase LTV
1-3xBarely breaking evenOptimize: channels, pricing, retention
3-5xHealthy economicsScale, invest in growth
> 5xUnderinvesting in growthIncrease acquisition budget

Payback Period — how many months until acquisition cost is recouped.

Payback=CACARPU×Gross Margin%Payback = \frac{CAC}{ARPU \times Gross\ Margin\%}

Target: <12 months for SaaS, <6 for transactional models. Payback > 18 months is serious risk — the customer might churn before you recoup the investment.

Contribution Margin — marginal profitability of each additional customer.

CM=ARPUVariable Costper userCM = ARPU - Variable\ Cost_{per\ user}

CM%=CMARPU×100%CM\% = \frac{CM}{ARPU} \times 100\%

For SaaS, CM% is typically 85-95%. Below 70% — the model doesn't scale.

Category 5 — Investment

Metrics for investors and strategic decisions. Product managers don't check these daily, but should understand and monitor them.

NPV (Net Present Value) — present value of all future cash flows.

NPV=t=0TCFt(1+r)tNPV = \sum_{t=0}^{T} \frac{CF_t}{(1 + r)^t}

NPV > 0 means the project creates value. NPV < 0 means it destroys value. Detailed breakdown of NPV, IRR, and DPP in the investment metrics article.

IRR (Internal Rate of Return) — the discount rate at which NPV = 0. Shows project profitability.

DPP (Discounted Payback Period) — months until the project recoups initial investment, accounting for the time value of money.

Break-even Month — the month when monthly revenue first covers all expenses.

BEP:RevenuetFixed Costs+Variable CoststBEP: Revenue_t \geq Fixed\ Costs + Variable\ Costs_t

Cash Runway — at the current burn rate, how many months until the bank account hits zero. Differs from Runway by using the current (potentially volatile) burn rate, not the average.

25 Widgets: What Each One Shows

Full Widget Map

#WidgetCategoryWhat It ShowsWhen to React
1Revenue TotalFinancialTotal revenue by monthDecline for 2+ consecutive months
2MRR BreakdownFinancialNew + Expansion - Churn - ContractionChurned MRR > New MRR
3Burn RateFinancialMonthly net expensesGrowing while Revenue stagnates
4RunwayFinancialMonths until zero cash< 6 months
5Net IncomeFinancialNet profit/lossWorsening trend
6CAC by ChannelAcquisitionAcquisition cost per channelCAC > LTV/3
7Channel ROIAcquisitionReturn per channelROI < 100%
8Conversion FunnelAcquisitionDrop-off at each stageSharp conversion decline
9New Users TrendAcquisitionNew customer dynamicsUnexplained decline
10Acquisition CostAcquisitionTotal spend on acquisitionGrowing with flat volume
11Retention CurveRetentionRetention by monthCurve shifting downward
12Churn RateRetention% churned per periodGrowth > 1% per quarter
13Cohort HeatmapRetentionRetention by cohortNew cohorts worse than old
14DAU/MAURetentionProduct stickinessDrop below 15%
15Active UsersRetentionTotal active countStagnation despite growing inflow
16ARPUMonetizationAverage revenue per userDeclining as base grows
17LTVMonetizationCustomer lifetime valueFalling below 3x CAC
18LTV/CACMonetizationKey ratio< 3x
19Payback PeriodMonetizationAcquisition recoup time> 12 months
20Contribution MarginMonetizationPer-customer profitability< 70%
21NPVInvestmentPresent value of projectNPV < 0
22IRRInvestmentInternal rate of returnIRR < discount rate
23DPPInvestmentInvestment payback> 36 months
24Break-evenInvestmentMonth of first profitKeeps shifting right
25Cash RunwayInvestmentCurrent cash buffer< 6 months

Waterfall Chart: Where Profit Comes From and Where It Goes

The waterfall diagram is my favorite widget for understanding P&L structure. It shows how Revenue becomes Net Income through a chain of income and expense items.

Reading example: Revenue 50K>COGS50K -> COGS -10K -> Gross Profit 40K>Payroll40K -> Payroll -25K -> Marketing -8K>OpEx8K -> OpEx -4K -> Net Income $3K.

When to react: if one of the "steps" grew disproportionately. Marketing went from 15% to 30% of Revenue — investigate: is this a growth investment or inefficiency?

Profitability Chart: When Break-Even Happens

Two lines on the same axis: cumulative revenue and cumulative costs. The intersection point is break-even.

Cumulative RevenueT=t=1TRevenuetCumulative\ Revenue_T = \sum_{t=1}^{T} Revenue_t

Cumulative CostsT=Initial Investment+t=1TCoststCumulative\ Costs_T = Initial\ Investment + \sum_{t=1}^{T} Costs_t

Key distinction: don't confuse monthly break-even (Revenue >= Costs in a specific month) with cumulative break-even (when total revenue covers all costs since inception). The first shows operational sustainability, the second shows return on investment.

Cohort Heatmap: Retention Health

A heatmap where rows are cohorts (acquisition month), columns are lifetime months, and color intensity represents retention%. Green (>50%), yellow (25-50%), red (<25%).

What to look for:

  • Horizontal trend: how quickly a cohort "fades." If retention stabilizes at 20-30% after month 6 — that's your core, your loyal users.
  • Vertical trend: are newer cohorts improving? Each subsequent row should be "greener" than the previous one. This signals a growing product.
  • Anomalies: a sharp drop in a specific cohort. What happened that month? A bug? Onboarding change? Channel switch?

Scenario Comparison: Three Realities Side by Side

Three scenarios — pessimistic, base, optimistic — on one chart. Key metrics for each: Revenue, Active Users, Net Income, Break-even Month.

ParameterPessimisticBaseOptimistic
New Users/mo204070
Churn7%5%3%
ARPU$45$55$65
Break-evenMonth 28Month 18Month 11
36-mo Revenue$480K$980K$1.8M

Scenarios show the range of outcomes. If even the optimistic scenario doesn't break even within 36 months — the model needs rethinking. If the pessimistic scenario still survives — the model is resilient.

Sankey Diagram: Cash Flow Visualization

A Sankey diagram shows where money comes from and where it goes. Flows are proportional to amounts. Left side — revenue sources (subscriptions, one-time payments, commissions). Right side — expense categories (team, marketing, infrastructure). In the center — Gross Profit as a distribution node.

One glance is enough: if the flow into "Marketing" is thicker than the flow from "New Subscriptions" — acquisition isn't paying for itself yet.

Principles of Effective Dashboard Design

The 5-Second Rule

In 5 seconds, the user should understand: are things OK or not? This means:

  • Top row — 3-5 key cards (Revenue, Burn Rate, Runway, LTV/CAC, Active Users)
  • Color indicators — green/yellow/red on each card
  • Trend — up/down arrow and percentage change for the period

You don't need to analyze every chart in 5 seconds. You need to tell in 5 seconds whether deep analysis is required.

Hierarchy: From General to Specific

Three dashboard levels:

Level 1 — Health (5 cards): Revenue, Runway, Active Users, LTV/CAC, Net Income. Visible immediately, no scrolling.

Level 2 — Drivers (8-10 widgets): CAC by channel, Churn Rate, ARPU, Conversion Funnel, MRR Breakdown. Show what moves Level 1 metrics.

Level 3 — Diagnostics (10-12 widgets): Cohort Heatmap, Channel ROI, Scenario Comparison, Waterfall, Contribution Margin. Used for deep analysis when a problem is spotted at Level 1 or 2.

The user shouldn't see 25 widgets simultaneously. They see 5, expand to 10, dive into 25 — when needed.

Colors as Signals, Not Decoration

Three rules for color on dashboards:

1. Green = all clear. Metric within normal range. No attention required.

2. Yellow/orange = attention. Metric approaching threshold. Monitor closely.

3. Red = action. Metric beyond acceptable limits. React now.

Threshold values are set for each metric:

MetricGreenYellowRed
Churn (SaaS B2B)<5%5-7%>7%
LTV/CAC>3x1-3x<1x
Runway>12 mo6-12 mo<6 mo
Payback<12 mo12-18 mo>18 mo
Gross Margin>70%50-70%<50%

Important: for charts, use a colorblind-safe palette. The red-green pair is invisible to 8% of men. Better options: blue + orange, or a single-color gradient.

Freshness: A Dashboard Lives When Data Is Fresh

A dashboard with month-old data is a museum exhibit. Update frequency depends on metric type:

Metric TypeUpdate FrequencyExample
OperationalDailyDAU, New Sign-ups
FinancialWeeklyRevenue, Burn Rate
StrategicMonthlyLTV, Cohort Retention
InvestmentQuarterlyNPV, IRR

When modeling, the dashboard updates instantly when input parameters change. This is one of the key advantages over Excel: change churn from 5% to 7% — all 25 metrics recalculate in a second.

Anti-Patterns: How NOT to Build a Dashboard

50 Metrics on One Screen

The most common mistake. The team is afraid of missing something, so they add everything. Result: cognitive overload, nobody looks. The dashboard goes from tool to wallpaper.

Rule: if nobody checks a metric at least once a week — remove it from the dashboard. Let it live in reports.

Vanity Metrics Without Context

"We have 50,000 users!" — vanity metric. Without context, it's useless.

Vanity MetricWhy It's UselessWhat to Track Instead
Total Users (all time)Includes long-gone usersActive Users (MAU)
Cumulative RevenueAlways grows, masks declineMRR + trend
Page ViewsNot tied to business outcomesConversion Rate
App DownloadsNot equal to active usersActivation Rate
NPS ScoreAverage hides distributionRetention by Cohort

A cumulative chart always goes up. Even if the business is dying. This is the most dangerous chart type: it creates a false sense of growth. Always show periodic metrics (per month, per week), not cumulative.

Metrics Without Thresholds

Churn 4.8%. Is that good? Bad? Normal? Without a threshold value, a metric is just a number. It doesn't help make decisions.

Every metric on the dashboard should have:

  • Target — the goal
  • Threshold — the level that triggers a response
  • Direction — which way is "good" (higher/lower)

Pretty Charts With No Practical Value

3D charts, pie charts with 15 segments, animated transitions. Beautiful in a presentation, useless for decision-making.

Rule: if understanding a chart takes more than 3 seconds — replace it with a table or simple bar chart.

From Dashboard to Action: Decision Framework

A dashboard is only as valuable as the actions it drives. Here's a decision-making framework based on metrics:

Scenario 1: Churn Increased 3% Over One Quarter

Detection: Churn Rate card at Level 1 — red.

Diagnosis (Level 3):

  1. Open Cohort Heatmap — which cohorts are leaving faster?
  2. Check by channel — could the problem be one acquisition channel (attracting the wrong users)?
  3. Check by tier — are cheap or expensive customers leaving?

Decision:

  • New cohorts churning (months 1-3) — onboarding or expectations problem. Action: overhaul onboarding, check if marketing promises match reality.
  • Old cohorts churning (months 6-12) — product value problem. Action: interview churned users, analyze feature usage.
  • Churn concentrated in one channel — the channel attracts non-target audience. Action: turn off the channel or change targeting.

Scenario 2: CAC Doubled in 2 Months

Detection: CAC card — yellow turning red.

Diagnosis:

  1. Channel ROI — which channel got more expensive?
  2. Conversion Funnel — where did conversion drop?
  3. ARPU — if it grew in parallel, could there be a segment shift?

Decision:

  • Conversion dropped at Click -> Install — creative or landing page problem. Action: A/B test, update landing page.
  • Conversion stable, but cost-per-click increased — channel competition. Action: redistribute budget to less competitive channels, invest in organic.
  • CAC grew, but ARPU grew more — migration to a more expensive segment. Action: check LTV/CAC — if > 3x, this isn't a problem, it's evolution.

Scenario 3: Revenue Growing, Net Income Falling

Detection: Revenue — green, Net Income — red.

Diagnosis:

  1. Waterfall Chart — which expense line grew disproportionately?
  2. Contribution Margin — is per-customer profitability declining?
  3. Burn Rate — expense trend?

Decision:

  • Payroll grew faster than Revenue — hired ahead of growth. Action: check if there's a plan for the hires to pay off in 3-6 months. If not — freeze hiring.
  • Marketing grew, but New Users didn't — declining channel efficiency. Action: audit channels, cut underperformers.
  • COGS grew — infrastructure scaling more expensively than expected. Action: optimize architecture, review providers.

Wrapping Up

A product manager's dashboard isn't a metric showcase or a management report. It's a tool that every morning answers one question: "what should I do today?"

  1. 25 metrics, not 25 screens. A three-level hierarchy: 5 key cards -> 10 drivers -> 10 diagnostic widgets. Level 1 is always visible, the rest are on demand.

  2. Every metric leads to action. Churn rose -> check cohorts -> find the problem -> make a decision. If a metric doesn't lead to a decision, it doesn't belong on the dashboard.

  3. Thresholds, not numbers. Churn 4.8% without a threshold is noise. Churn 4.8% with a 5% threshold and a 3% target is a clear signal: we're in the yellow zone.

  4. Vanity metrics do harm. Cumulative charts, total users, NPS without context create growth illusions. Use periodic metrics and segment by cohort.

  5. The dashboard must live. Stale data is worse than no data. If the model doesn't update when parameters change — it's not a dashboard, it's a screenshot.

ProductWave's dashboard includes 31 widgets with drag-and-drop layout: from Revenue Waterfall to Cohort Heatmap and Scenario Comparison. Widgets recalculate instantly when any model parameter changes, support presentation mode, and export to PDF/JPG. Try building your own dashboard on the free tier and check whether it answers "what to do?" in 5 seconds.

March 20, 2026

DashboardProduct ManagementAnalyticsGuide
28

Related Articles