4 min read
‧ 4 min read
Most sales dashboards get ignored.
They’re built to look good in a QBR, not to help someone close a deal. Reps say they want dashboards-but what they really want is answers: who to call, what’s stuck, and how close they are to quota.
The truth is, a lot of sales dashboards are built by people who’ve never sold a thing. The result: performance metrics no one checks, charts no one trusts, and tools no one opens.
If you want a dashboard that gets used, start simple, build fast, and listen hard. Then iterate. Because usage beats requirements every time.
Check out a live Sales Team Dashboard built in Metabase.
Sales dashboards often end up as decoration: nice to look at, but ignored by the team. Here’s why:
Here’s what actually works:
Dashboards that help people do their job get used. Everything else is noise.
Begin with big-picture metrics to understand overall performance. Then drill down by rep or stage to spot what needs attention.
Why it matters: Shows where deals sit in the funnel and helps identify bottlenecks. In Metabase, you can drill into each stage to view the underlying deals.
How to build: Group deals by stage_name, count or sum deal_amount.
Why it matters: Tracks actual sales outcomes over time.
How to build: Filter stage = 'Closed-Won', group by closed_at month, sum deal_amount.
Why it matters: Measures efficiency-how many opportunities convert into closed-won.
How to build: closed_won_count / (closed_won_count + closed_lost_count) grouped by month or rep.
Why it matters: Bigger deals can skew revenue-track trends and rep performance.
How to build: AVG(deal_amount) grouped by month or rep.
Why it matters: Helps identify delays in the funnel and forecast more accurately.
How to build: DATEDIFF(closed_at, created_at) averaged for closed-won deals.
Why it matters: Tracks individual performance vs. goal.
How to build: Join deal data with quota table, compare SUM(closed_won_amount) to target.
Why it matters: Know who or what channels are feeding your funnel.
How to build: Sum deal_amount grouped by source or rep.
Why it matters: See where deals drop off in the funnel.
How to build: Funnel chart showing count of deals at each stage transition over time.
Why it matters: This is the most viewed dashboard for many sales teams. It’s personal and drives action.
How to build: Multiply deal_amount * probability * commission_rate. Filter by rep and group by close month.
Why it matters: Helps reps prioritize outreach by surfacing accounts likely to buy again soon.
How to build: Use expected_close_date to identify deals closing within the next 7-14 days. Optionally, base it on reorder history.
If a dashboard requires a ticket to update, it won’t get used. Sales teams need tools they can adjust without help.
Metabase makes it easy to:
Metabase helps you go from question to chart in minutes. Build once, share with the team, and let them explore.
Explore a real Sales Team Dashboard or get started with Metabase.