diff --git a/superset-frontend/src/dashboard/util/activeAllDashboardFilters.ts b/superset-frontend/src/dashboard/util/activeAllDashboardFilters.ts index 204791b45dd4e..3d5c3ea4b10b7 100644 --- a/superset-frontend/src/dashboard/util/activeAllDashboardFilters.ts +++ b/superset-frontend/src/dashboard/util/activeAllDashboardFilters.ts @@ -92,7 +92,7 @@ export const getAllActiveFilters = ({ const scope = nativeFilters?.[filterId]?.scope ?? chartConfiguration?.[filterId]?.crossFilters?.scope ?? { rootPath: [DASHBOARD_ROOT_ID], - excluded: [], + excluded: [filterId], }; // Iterate over all roots to find all affected charts scope.rootPath.forEach(layoutItemId => {