U7.08.1An anomaly found on the dashboard needs a next station toward explanationdesign

Spotting a spike on a dashboard is only the start; there needs to be a next stop toward explaining it

Aliases: drill-down · anomaly investigation path

What it is

The value of a dashboard does not end at detecting anomalies—detection is only the starting point of investigation. When a user sees a metric spike, the immediate question is "why": which segment is driving it? Is it a data problem or a real business change? How wide is the impact? If the dashboard stops at "this number is abnormal" with no path toward explanation (drilling into segment dimensions, jumping to logs or alert details), the investigation breaks at the interface boundary and the user must leave for another system and manually rebuild their context. The anomaly's "next station" is the dividing line between a dashboard as a monitoring tool and a dashboard as an analytical tool.

Why it happens

Investigation is a progressive narrowing of the search space: from the global metric to a dimensional slice to individual events, each step using the previous step's information to shrink the range. The cost of a broken path in the interface is not just extra clicks but context loss—once the user leaves the dashboard for a log system, they must manually rebuild the query premises ("which metric, which time window, which filters"), and the rebuilding itself is error-prone (the time window shifts by a timezone, a filter condition gets dropped). A drill-down path automates the context handoff: clicking the anomaly point carries the current metric definition, time range, and filters into the next-level view, so the user attends to new information rather than reconstructing old context. This is structurally the same problem as deep linking (see the same-group knowledge on filter context in Related), but from a different angle: deep linking cares about "don't lose context when you jump"; the anomaly's next station cares about "is there a path to jump at all."

Where it stops holding

Not every anomaly has a clear drill-down target: explanations for data delays, upstream failures, or holiday effects may lie outside the data system, and forcing a drill-down in those cases leads users to an informationless page. Drill-down depth should not be excessive—beyond three levels (top metric → dimensional slice → individual detail), users' orientation degrades markedly and needs breadcrumbs or a status bar to remember "which level am I on." Exploratory analysts need not preset paths but free dimension-switching; preset paths become a constraint for them.

Applying it

  • Define the drill-down target for every metric chart from the data model: a dimension-slice chart, a detail table, or the linked alert detail page.
  • When an anomaly detection system flags an anomaly, attach a suggested drill-down entry ("see breakdown by channel") rather than only a label.
  • Verification: simulate an anomaly scenario and walk the path from detection to explanation; count how many times the user leaves the dashboard—any departure means a path gap.

Related

  • Same group: U7.08.2 Jumping to a detail page must carry the current filter context · U7.08.3 The detail page must offer a way back that restores the dashboard's prior state · U7.08.4 A dashboard without drill-down paths can surface problems but not locate them · U7.08.5 Drillable elements need a clickable visual cue
  • Nearby: U7.04.5 Alerts must point to the executable next step, not just report the value · U7.07.2 Reading order should match the decision order
  • Search terms: drill-down · anomaly investigation · root cause analysis

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/U7.08.1