diff --git a/web-common/src/features/dashboards/stores/dashboard-stores.ts b/web-common/src/features/dashboards/stores/dashboard-stores.ts index 0ed74928e56..df80fc90f16 100644 --- a/web-common/src/features/dashboards/stores/dashboard-stores.ts +++ b/web-common/src/features/dashboards/stores/dashboard-stores.ts @@ -278,6 +278,7 @@ const metricViewReducers = { setPivotColumns(name: string, value: PivotChipData[]) { updateMetricsExplorerByName(name, (metricsExplorer) => { metricsExplorer.pivot.rowPage = 1; + metricsExplorer.pivot.expanded = {}; const dimensions: PivotChipData[] = []; const measures: PivotChipData[] = [];