dosubot[bot] commented on issue #34688: URL: https://github.com/apache/superset/issues/34688#issuecomment-3187224688
<!-- Answer --> In Superset 5.0.0, cross-filtering is enabled per dashboard, not globally. For the option to appear, make sure: (1) your dashboard's JSON metadata includes `"cross_filters_enabled": true`, (2) you have edit permissions, (3) you're using a supported chart type (like Table, Pivot Table, or ECharts Bar/Pie), and (4) your chart has at least one dimension (group-by field)—charts with only metrics will not show the option due to a recent change [#30176](https://github.com/apache/superset/pull/30176). The toggle appears in the Filter Bar Settings dropdown as "Enable cross-filtering" only if you have edit rights. If you still don't see it, double-check the dashboard metadata and that your charts have group-by fields. No global feature flag is needed; the old `DASHBOARD_CROSS_FILTERS` flag is deprecated [release notes](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/RELEASING/release-notes-4-0/README.md). If you’ve verified all of this and it’s still missing, let me know what steps you’ve tried or if you see any errors in the browser console. <!-- 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/b8678cf6-004a-48cf-af89-69ad0f181790?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/b8678cf6-004a-48cf-af89-69ad0f181790?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/b8678cf6-004a-48cf-af89-69ad0f181790?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/b8678cf6-004a-48cf-af89-69ad0f181790?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/b8678cf6-004a-48cf-af89-69ad0f181790?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/b8678cf6-004a-48cf-af89-69ad0f181790?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/b8678cf6-004a-48cf-af89-69ad0f181790?feedback_type=other)</sup> [](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=githu b) [](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/issues/34688) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
