dosubot[bot] commented on issue #34792: URL: https://github.com/apache/superset/issues/34792#issuecomment-3210554624
<!-- Answer --> This is a confirmed bug with the current "Export to Pivoted Excel" feature: when multiple pivot tables are present in a dashboard, exporting to pivoted Excel always exports the first table, regardless of which one you select. This happens because the export function uses a DOM selector ('.pvtTable') that always targets the first matching table, so it doesn't distinguish between multiple pivot tables in the dashboard. The export is handled entirely on the frontend and does not use the specific chart's context or slice ID for selection, which leads to this limitation. There are no documented workarounds or fixes for this issue at the moment, and no configuration options to change this behavior. For more technical details, see the implementation in [PR #33569](https://github.com/apache/superset/pull/33569) and the related [discussion](https://github.com/apache/superset/issues/34731). <!-- 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/7dd7bbe8-a6f6-45db-a21e-87ffc2cd27c1?feedback_type=great_response) | [Irrelevant](https://app.dosu.dev/response-feedback/7dd7bbe8-a6f6-45db-a21e-87ffc2cd27c1?feedback_type=irrelevant_answer) | [Incorrect](https://app.dosu.dev/response-feedback/7dd7bbe8-a6f6-45db-a21e-87ffc2cd27c1?feedback_type=incorrect_sources) | [Verbose](https://app.dosu.dev/response-feedback/7dd7bbe8-a6f6-45db-a21e-87ffc2cd27c1?feedback_type=too_verbose) | [Hallucination](https://app.dosu.dev/response-feedback/7dd7bbe8-a6f6-45db-a21e-87ffc2cd27c1?feedback_type=hallucination) | [Report 🐛](https://app.dosu.dev/response-feedback/7dd7bbe8-a6f6-45db-a21e-87ffc2cd27c1?feedback_type=bug_report) | [Other](https://app.dosu.dev/response-feedback/7dd7bbe8-a6f6-45db-a21e-87ffc2cd27c1?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/34792) -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org