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