GitHub user dosubot[bot] added a comment to the discussion: How to enable cross filtering in Superset 5.0.0?
<!-- Answer --> In Superset 5.0.0, cross filtering is enabled per chart and only appears if the chart type supports it (like Table, Pivot Table, World Map, and most ECharts visualizations such as Timeseries, Area, Pie, Sunburst). There’s no global toggle or feature flag—cross filtering is chart-driven and permission-based. You must have edit permissions on the dashboard, and each chart needs at least one dimension (group-by field); charts with only metrics won’t show the option. To use it: open your dashboard in edit mode, click the vertical dots on a supported chart’s header, and select “Cross-filtering scoping” if it’s available. Interacting with the chart (like clicking a bar or pie slice) will then filter other charts on the dashboard that share compatible dimensions. If you don’t see the option, check the chart type, your permissions, and that the chart has a dimension. For dashboards with multiple datasets, make sure the fields you want to cross-filter on are present and compatible across charts. You can also check the dashboard metadata for `"cross_filters_enabled": true`, but this is usually handled automatically. Sample dashboards like “Sales Dashboard” and “Featured Charts” have cross filtering enabled by default and can be used as references. No restart is needed—just reload the dashboard after making changes. More details and troubleshooting tips are available in the [official discussion](https://github.com/apache/superset/discussions/34549) and [related docs](https://github.com/apache/superset/discussions/32615). <!-- Dosu Comment Footer --> *To reply, just mention [@dosu](https://go.dosu.dev/dosubot).* --- <sup>How did I do? [Good](https://app.dosu.dev/response-feedback/77e6351b-49d2-4965-9873-23a19c790cfc?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/77e6351b-49d2-4965-9873-23a19c790cfc?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/77e6351b-49d2-4965-9873-23a19c790cfc?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/77e6351b-49d2-4965-9873-23a19c790cfc?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/77e6351b-49d2-4965-9873-23a19c790cfc?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/77e6351b-49d2-4965-9873-23a19c790cfc?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/77e6351b-49d2-4965-9873-23a19c790cfc?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github)& nbsp;[](https://go.dosu.dev/discord-bot) [](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/discussions/34649) GitHub link: https://github.com/apache/superset/discussions/34649#discussioncomment-14079695 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
