GitHub user dosubot[bot] added a comment to the discussion: Couldn't find the option to enable cross-filtering
<!-- Answer --> Yes, cross-filtering is enabled for both Bar and Pie charts in Superset v5.0.0—they both declare the required interactive behavior in their plugin metadata, so the feature is supported out of the box if requirements are met ([Bar](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/plugins/plugin-chart-echarts/src/Timeseries/Regular/Bar/index.ts), [Pie](https://github.com/apache/superset/blob/829e4d92d91ceae4b43b1ed3b063ffe45377799c/superset-frontend/plugins/plugin-chart-echarts/src/Pie/index.ts)). If the cross-filtering option isn't showing up, check these points: - The chart must have at least one dimension (group-by field); if it only has metrics, cross-filtering is hidden ([source](https://github.com/apache/superset/pull/30176)). - You need edit permissions on the dashboard. - The dashboard metadata should have `"cross_filters_enabled": true` (usually set automatically). - The option appears in the chart's dropdown menu (vertical dots) when all requirements are met. If you still don't see it in built-in dashboards, double-check that the charts have dimensions and that you're in edit mode with the right permissions. If all of these are correct and the option is still missing, there may be a local config or permission issue. <!-- 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/775cd754-7ef7-4872-9487-80ca93b4c863?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/775cd754-7ef7-4872-9487-80ca93b4c863?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/775cd754-7ef7-4872-9487-80ca93b4c863?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/775cd754-7ef7-4872-9487-80ca93b4c863?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/775cd754-7ef7-4872-9487-80ca93b4c863?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/775cd754-7ef7-4872-9487-80ca93b4c863?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/775cd754-7ef7-4872-9487-80ca93b4c863?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/34549) GitHub link: https://github.com/apache/superset/discussions/34549#discussioncomment-14078976 ---- 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]
