Filtering a thousand records down to twelve still leaves the bars looking just as confident
Aliases: remaining share · sample size display
What it is
Filtering changes the chart's sample size, but the chart itself never says so: filter a thousand records down to twelve and the bars stay plump, the trend stays "clear." Without the remaining share, readers cannot distinguish "a stable pattern" from "small-sample accident," and every conclusion on the chart is consumed missing its key qualifier.
Why it happens
Sample size is a hidden variable of chart reading: reader confidence in a conclusion depends on "how much data this rests on," and graphical encoding carries none of it — two plump bars could be a hundred thousand records or eight. Displaying the remaining share makes the hidden variable explicit ("showing 12,340 / 1,203,882 records, about 1%"), and readers calibrate accordingly: when the share collapses, suspect representativeness before trends. The display also serves as an anomaly sentinel — a mistyped filter (say, a swapped range) drops the remainder to an absurdly small value, exposed within a second by the count, whereas without it the wrong conclusion can walk straight into a report.
Where it stops holding
Display granularity follows the audience: analysts want absolute count and percentage (12,340 records, 1%), executives the percentage — offering both is safest. Aggregate views have ambiguous "remainders" — record count, bucket count, and summed value all differ, so state the basis ("12,340 records remaining, aggregated into 87 bins"). With no filter applied the ratio is unnecessary, though showing the full count still helps — it establishes the base for later filters. Extreme shares (under 1% remaining) deserve warning styling, so small-sample conclusions are never absorbed unnoticed.
Applying it
- Pin the remaining count in the filter status bar: "showing 12,340 / 1,203,882 records (1%)," absolute and percentage side by side.
- Add a visual warning when the remaining share falls below a threshold (say 5%), flagging representativeness risk.
- Verification: after a deep filtering session, ask readers "how much data is on this chart now?"; inability to answer means the share display is missing or buried — reposition and restyle it.
Related
- Same group: U6.03.1 Applied filters must all be visible · U6.03.2 Dynamic queries demand real-time response
- Nearby: U10.04.4 Check whether uncertainty, missingness, and sample size are annotated · U6.10.2 After the underlying data updates, an old bookmark's conclusion may no longer hold
- Search terms:
sample size display·filter feedback·remaining count