Acknowledgement: Shared by Peter Bamuhigire, techguypeter.com, +256 784 464178.
Required Inputs
Input
Required
Use
Tenant, product, and lifecycle scope
yes
Bound the SaaS decision
Current architecture, plans, policies, and constraints
yes
Preserve enforceable behaviour
Production data or verified evidence
conditional
Validate thresholds and migrations
Capability and permission contract
Default to read-only analysis. Change configuration, billing, identity, tenant data, infrastructure, or customer communications only with explicit authority, least-privilege credentials, tenant scope, rollback, and auditable approval. Never expose secrets or cross tenant boundaries.
Degraded mode
If production access, policy, telemetry, or authoritative records are unavailable, produce a labelled design or dry-run plan. Do not claim deployment, reconciliation, deletion, delivery, or measured outcomes; list missing evidence and verification.
Decision rules
Condition
Action
Stop condition
Tenant isolation, money, identity, or deletion is affected
Require approval and rollback evidence
Scope or authority is ambiguous
Evidence supports a reversible change
Stage, test, and record it
Acceptance checks fail
Only partial context is available
Return assumptions and validation
A production claim cannot be verified
Domain Anti-Patterns
Applying one tenant's policy or data to another. Fix: enforce tenant scope at every boundary.
Mutating production from an advisory request. Fix: remain read-only until authority is explicit.
Inventing limits, prices, metrics, or compliance claims. Fix: use authoritative records or mark them unresolved.
Shipping without rollback and audit evidence. Fix: stage and retain before/after proof.
Treating a missing dependency as successful. Fix: name the blocked verification.
Use When
Complete SaaS metrics framework covering revenue (MRR/ARR/ARPU), growth (CAC/LTV/payback), retention (churn/NRR/GRR), engagement, customer satisfaction (NPS/CSAT/CES), unit economics, the Rule of 40, and SaaS finance basics. Use when measuring...
Evidence Produced
Category
Artifact
Format
Example
Release evidence
SaaS metrics dashboard
Markdown doc plus dashboard link covering MRR/ARR/ARPU, CAC/LTV/payback, and churn/NRR/GRR
docs/metrics/saas-dashboard-2026-04-16.md
References
Use the links and companion skills already referenced in this file when deeper context is needed.
Based on A Quick Guide to Software as a Service (Indocan Publications, 2022)
and Dash (2025) Mastering Software Product Management.
When to Use
Establishing a metrics dashboard for a new SaaS product
Diagnosing why growth has stalled or churn has increased
Preparing a board deck or investor update
Setting measurable Key Results for product team OKRs
Evaluating the health of a product before a pricing or packaging change
The first principle of SaaS metrics: Measure outcomes, not activities. The number of features
shipped, lines of code written, or support tickets closed are activities. MRR growth, churn rate,
and NPS are outcomes.
1. Revenue Metrics
Monthly Recurring Revenue (MRR)
MRR = Sum of all normalised monthly subscription revenue from active customers.
New MRR: Revenue from customers acquired this month.
GRR excludes expansion revenue. It measures purely how well you retain existing revenue.
GRR can never exceed 100%.
4. Engagement Metrics
DAU / MAU Ratio (Stickiness)
Stickiness = Daily Active Users ÷ Monthly Active Users
20%: Good engagement for most B2B tools.
50%: Exceptional — product is used daily by most monthly users (messaging, task management).
Benchmark against your product category, not the global average.
Feature Adoption Rate
Feature Adoption = Users who used feature at least once ÷ Total Active Users
Tracks whether discovery is translating to usage.
Low adoption on a high-investment feature is a strong signal to investigate (usability problem,
awareness problem, or wrong feature for the market).
Time-to-First-Value (TTFV)
The elapsed time from account creation to the moment a new user experiences the core value of
the product. Minimising TTFV is the single most impactful lever for improving early retention.
5. Customer Satisfaction Metrics
Net Promoter Score (NPS)
NPS asks one question: "On a scale of 0–10, how likely are you to recommend [product] to a
colleague?"
Promoters (9–10): Loyal advocates. They generate referrals.
Passives (7–8): Satisfied but indifferent. Vulnerable to competitor offers.
Detractors (0–6): Unhappy customers. At risk of churning and leaving negative reviews.
NPS = % Promoters − % Detractors
NPS Range
Benchmark
< 0
Poor — more detractors than promoters
0–29
Average
30–69
Good
≥ 70
World-class
Always follow up NPS with an open-ended "Why did you give that score?" NPS alone tells you
what; the open question tells you why.
Customer Satisfaction Score (CSAT)
CSAT asks: "How satisfied were you with [interaction/product]?" on a 1–5 or 1–10 scale.
Calculated as % of respondents who gave a positive score (4 or 5 on a 5-point scale).
CSAT is transactional (measures a specific interaction). NPS is relational (measures overall loyalty).
Customer Effort Score (CES)
CES asks: "How easy was it to [complete the task]?" on a 1–7 scale.
Low effort = high loyalty. CES is the strongest predictor of customer churn in support contexts.
Every time a customer must work hard to use your product, churn probability increases.
6. Unit Economics
Unit economics measure the per-customer profitability of the business model.
For SaaS, COGS includes: hosting, third-party APIs, customer support costs directly tied to
delivering the service. It does not include sales, marketing, or R&D.
Healthy SaaS Gross Margin: 70–85%. Below 60% indicates a services-heavy model or
infrastructure inefficiency.
The Rule of 40 is an investor heuristic, not an operational target. Use it for external
communication and strategic health checks, not for weekly product decisions.
8. SaaS Finance Basics
Bookings vs Billings vs Revenue
Term
Definition
Bookings
Total contract value signed (including future periods not yet billed)
Billings
Cash invoiced to customers in the period
Revenue
Cash recognised under accounting rules (deferred for prepaid annual contracts)
An annual contract signed in December is a Booking and a Billing, but only 1/12 is recognised
as Revenue in December.
Deferred Revenue
When a customer pays for a 12-month subscription upfront, the unearned portion sits on the
balance sheet as Deferred Revenue. It is a liability (you owe the service), not income.
As each month passes, 1/12 is recognised as Revenue.
9. Metrics Hierarchy and Anti-Patterns
Leading vs Lagging Indicators
Type
Characteristic
Examples
Lagging
Confirms what happened; cannot be acted on in real time
MRR, ARR, Churn Rate
Leading
Predicts future outcomes; actionable now
TTFV, Feature Adoption, Onboarding Completion
Build your operational dashboard around leading indicators. Report lagging indicators to
leadership and investors.
Vanity Metrics to Avoid
Vanity Metric
Why It Is Misleading
Total registered users
Includes inactive accounts; inflates perceived traction
App downloads
Tells you nothing about usage or retention
Page views
Traffic without conversion is not a business
Features shipped
Output metric; does not measure customer or business outcome
Support tickets closed
Closing tickets faster does not mean fewer problems
The Metric Gaming Anti-Pattern
If a metric is used as a performance target, it will be gamed. (Goodhart's Law.)
Pair every KPI metric with a counter-metric to detect gaming.
Example: Pair "Average ticket close time" with "Customer re-open rate."
If close time drops and re-open rate rises, support agents are closing tickets prematurely.
Sources
Indocan Publications (2022). A Quick Guide to Software as a Service (SaaS): Beginner Insight.
Dash, S. K. (2025). Mastering Software Product Management. Orange Education.
Cross-References
Upstream:product-strategy-vision (OKR Key Results should be drawn from leading metrics)
Downstream:software-pricing-strategy (MRR and churn data drive pricing decisions)
Related:competitive-analysis-pm (win rate and churn by segment are competitive intelligence), lean-ux-validation (metrics design for UX experiments)
Quality Standards
Every reported metric must fix its grain, denominator, currency, time boundary, source, owner, exclusions, and reconciliation rule before comparison or target-setting.
Outputs
Artefact
Consumer
Acceptance condition
SaaS metric dictionary and operating scorecard
Executive, finance, and growth teams
MRR movements reconcile, cohort and denominator rules are fixed, source systems are named, and each metric has an owner and decision threshold