Box Plot

Box Plot

What Is This Report Type?

A Box Plot (also called a Box-and-Whisker Plot) is a statistical chart that summarizes the distribution of a dataset through five key values: minimum, first quartile (Q1), median (Q2), third quartile (Q3), and maximum. The “box” spans from Q1 to Q3 (the interquartile range), a line inside the box marks the median, and “whiskers” extend to the minimum and maximum values. Outliers beyond the whisker bounds are plotted as individual dots.

Why Is It Used?

Box Plots are used when you need to understand the statistical spread, central tendency, and outlier presence of a dataset—not just its average. A single average value hides whether data is tightly clustered or wildly variable. Box plots reveal this distribution instantly and allow comparison of distributions across multiple categories side by side.

Key Features and Characteristics

FeatureDescription
Five-Number SummaryMin, Q1, Median, Q3, Max encoded in a single visual element per category.
IQR BoxThe box body spans Q1–Q3, representing the middle 50% of data.
WhiskersLines extending to min/max (or 1.5× IQR bounds) show the full data range.
Outlier PointsIndividual dots beyond whisker bounds mark statistical outliers for investigation.
Multi-Category ComparisonMultiple boxes side by side enable distribution comparison across groups.

When to Use It (Use Cases)

  • Sales Performance Distribution: Comparing the spread of deal sizes across sales reps or regions.
  • Quality Control: Analyzing product measurement distributions across manufacturing batches.
  • Response Time Analysis: Comparing API or support ticket response time distributions by team.
  • Salary Benchmarking: Displaying compensation distribution across departments or job grades.

Real-Time Business Example

Scenario: A VP of Sales wants to understand whether deal sizes are consistent or highly variable across three sales regions.

Visualization: Three Box Plots appear side by side—North, South, and West. The North box is tall with a high median and long whiskers, indicating high-value but inconsistent deals. The South box is short and compact near the median with tiny whiskers—very consistent deal sizes. The West box has a low median but several outlier dots above the whisker, showing mostly small deals with occasional large wins. This single chart drives three different coaching conversations.

Common Metrics Displayed

  • Deal/Order Sizes: Distribution of revenue per transaction across segments.
  • Response Times: Latency or SLA response distribution per team or product.
  • Test Scores: Student or employee assessment score spread per cohort.
  • Delivery Lead Times: Order fulfillment duration distribution by supplier or region.

User Interactions

InteractionBehavior
FiltersFilter by date range, category, or segment to narrow the distribution being analyzed.
Hover / TooltipHovering over the box reveals Min, Q1, Median, Q3, and Max values for that category.
Outlier HoverHovering over an outlier dot shows the specific record identifier and value.
Click / Drill-DownClicking a box or outlier navigates to the underlying records for that distribution.
ExportExport to Excel.

Creation Steps

  1. Select Box Plot as the report type.
  2. X-Axis (Group By): Drag a category field for side-by-side comparison (e.g., Region or Sales Rep).
  3. Metrics: Drag the numeric field whose distribution you want to analyze (e.g., Deal Size).