Investigate
Analyst tools that go beyond dashboards. Pick a question, point it at a dataset, see the answer.
Anomaly detection
Flag time-series points that depart from a rolling baseline. Catches spikes and drops you'd miss in a glance.
Alerts (background)
Schedule the anomaly detector to run hourly/daily and email when a high-severity spike or drop fires. Don't wait to log in.
Forecast
Project the next N periods of a metric with a confidence band. Statistical — same data always produces the same forecast.
What-if scenarios
Scan how a metric responds when an input column is scaled by different multipliers. Quick ASP / discount sensitivity tests.
A/B testing
Compare a metric across two groups with Welch's t-test or chi-square. Reality-check guardrails for sample size, peeking, and multi-metric.
Data quality
Schema drift, null rate, duplicates, freshness, and per-column drift vs a saved baseline. Catches connector breakage before charts go wrong.
Recommendations
Surfaces the next investigation worth running, grounded in anomalies + data-quality findings from your dataset.