GitHub user dosubot[bot] added a comment to the discussion: In Superset’s native UI, the Drill By option appears for charts, but when the same dashboard is embedded into a React application using the Superset Embedded SDK, the Drill By option is missing, even though hasDrillBy is set to true in dashboardUiConfig.
<!-- Answer --> You're not alone—this is a known issue that others have run into as well. The Drill By option in embedded dashboards depends on the guest token’s role having both can_drill on Dashboard and can_write on ExploreFormDataRestApi permissions, and the chart type must support Drill By. The dashboardUiConfig.hasDrillBy flag does not control visibility; permissions and chart metadata do. Even if you see Drill to detail, missing Drill By usually means one of those permissions or chart requirements isn’t met ([source](https://github.com/apache/superset/issues/34632)). Double-check your guest role permissions, sync roles, and restart Superset after changes. If you’re still stuck, sharing screenshots of your role’s permissions and the chart type can help pinpoint the 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/0c686b49-3eab-4d52-9639-52b41d274a4a?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/0c686b49-3eab-4d52-9639-52b41d274a4a?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/0c686b49-3eab-4d52-9639-52b41d274a4a?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/0c686b49-3eab-4d52-9639-52b41d274a4a?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/0c686b49-3eab-4d52-9639-52b41d274a4a?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/0c686b49-3eab-4d52-9639-52b41d274a4a?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/0c686b49-3eab-4d52-9639-52b41d274a4a?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/34631) GitHub link: https://github.com/apache/superset/discussions/34631#discussioncomment-14372958 ---- 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]
