Hey, currently we have an AI/BI Dashboard pivot table with a row hierarchy such as: outlet->date->day
In the dashboard, users can expand/collapse the hierarchy and may be viewing only the top-level outlet aggregation.
However, when downloading the pivot to Excel, the export includes the lower hierarchy levels (date, day) even when those levels are currently collapsed in the dashboard.
In Power BI, users can export โData with current layoutโ, where the export reflects the hierarchy level currently visible in the visual.
Questions:
1. Is there any native Databricks AI/BI Dashboard option to export a pivot table at the currently expanded/collapsed level?
2. Is there an equivalent to Power BIโs โData with current layoutโ?
3. If not, is parameter-driven aggregation at the dataset/query level the recommended workaround, or is there another supported approach that preserves a single pivot visual?