From 5bcd9cd078068e9609bb7e28145de50d72fb4dba Mon Sep 17 00:00:00 2001 From: Evan Rusackas Date: Mon, 10 Aug 2026 10:28:14 -0700 Subject: [PATCH] docs(exploring-data): document CSV/XLSX download in drill modals (#42952) Co-authored-by: Claude Sonnet 5 --- docs/docs/using-superset/exploring-data.mdx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/docs/using-superset/exploring-data.mdx b/docs/docs/using-superset/exploring-data.mdx index 50c107ca03d..ca30f7352d5 100644 --- a/docs/docs/using-superset/exploring-data.mdx +++ b/docs/docs/using-superset/exploring-data.mdx @@ -352,6 +352,13 @@ The **Custom** time range picker accepts natural language expressions alongside These expressions are evaluated at query time, so saved charts always display data relative to the current date. +### Downloading Drill to Detail and Drill By Results + +The **Drill to detail** and **Drill by** modals, available from a chart's context menu, show the row-level +data behind a chart (or behind a specific data point, when one is selected). Use the **Download** button in +the modal's toolbar to export the underlying result set as CSV or Excel (XLSX) without leaving the modal — +the export isn't limited to the page currently visible in the table. + :::resources - [Chart Walkthroughs](https://docs.preset.io/docs/chart-walkthroughs) - Detailed guides for most chart types