dosubot[bot] commented on issue #38870:
URL: https://github.com/apache/superset/issues/38870#issuecomment-4131861238

   <!-- Answer -->
   Thanks for the detailed bug report! Both issues you're experiencing appear 
to be related to **known Mixed Chart dimension handling problems** that affect 
how series keys and dimension values are extracted.
   
   **For the "Drill to detail by undefined" issue:** This is likely related to 
[issue #35909](https://github.com/apache/superset/issues/35909), which 
documents that adding the `dimensions` field to Mixed Charts causes series key 
construction problems. There are also related issues with drill-to-detail 
column label mapping 
([#34402](https://github.com/apache/superset/issues/34402), 
[#33907](https://github.com/apache/superset/issues/33907)) where dimension 
names aren't resolved correctly.
   
   **For the "Filter value list cannot be empty" cross-filter error:** [PR 
#30176](https://github.com/apache/superset/pull/30176) added logic to disable 
cross-filtering when no dimensions are configured, but your issue suggests the 
inverse problem—cross-filtering fails when dimensions ARE configured. A similar 
bug was reported for Bar Charts in 
[#37882](https://github.com/apache/superset/issues/37882) where cross-filters 
emit metric labels instead of dimension values.
   
   Your suspicion is correct—the display change from "Dimensions" to "Metrics, 
Dimensions" indicates the underlying data structure changed, and the code that 
extracts dimension values for drill/cross-filter operations may not be handling 
this correctly.
   
   I'd suggest linking this issue to 
[#35909](https://github.com/apache/superset/issues/35909) as a related 
regression.
   
   
   <!-- Dosu Comment Footer -->
   *To reply, just mention 
[@dosu](https://go.dosu.dev/dosubot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=brand-link).*
   
   ---
   <sup>How did I do? 
[Good](https://app.dosu.dev/response-feedback/8a286617-448f-4e37-9a2f-b5e231516369?feedback_type=great_response&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-great_response)
 | 
[Irrelevant](https://app.dosu.dev/response-feedback/8a286617-448f-4e37-9a2f-b5e231516369?feedback_type=irrelevant_answer&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-irrelevant_answer)
 | 
[Incorrect](https://app.dosu.dev/response-feedback/8a286617-448f-4e37-9a2f-b5e231516369?feedback_type=incorrect_sources&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-incorrect_sources)
 | 
[Verbose](https://app.dosu.dev/response-feedback/8a286617-448f-4e37-9a2f-b5e231516369?feedback_type=too_verbose&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-too_verbose)
 | [Hallucination](https://app.dosu.dev/response-feedback/8a286617-448f
 
-4e37-9a2f-b5e231516369?feedback_type=hallucination&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-hallucination)
 | [Report 
🐛](https://app.dosu.dev/response-feedback/8a286617-448f-4e37-9a2f-b5e231516369?feedback_type=bug_report&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-bug_report)
 | 
[Other](https://app.dosu.dev/response-feedback/8a286617-448f-4e37-9a2f-b5e231516369?feedback_type=other&utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=feedback-other)</sup>
   
   [![Chat with 
Dosu](https://dosu.dev/dosu-chat-badge.svg)](https://app.dosu.dev/a28d3c7e-a9d3-459e-9fb6-3a6f9ff4f357/ask?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=chat-badge)&nbsp;[![Open
 in 
Cursor](https://dosu.dev/dosu-in-cursor.svg)](https://cursor.com/link/prompt?text=Thanks%20for%20the%20detailed%20bug%20report%21%20Both%20issues%20you%27re%20experiencing%20appear%20to%20be%20related%20to%20%2A%2Aknown%20Mixed%20Chart%20dimension%20handling%20problems%2A%2A%20that%20affect%20how%20series%20keys%20and%20dimension%20values%20are%20extracted.%0A%0A%2A%2AFor%20the%20%22Drill%20to%20detail%20by%20undefined%22%20issue%3A%2A%2A%20This%20is%20likely%20related%20to%20%5Bissue%20%2335909%5D%28https%3A//github.com/apache/superset/issues/35909%29%2C%20which%20documents%20that%20adding%20the%20%60dimensions%60%20field%20to%20Mixed%20Charts%20causes%20series%20key%20construction%20problems.%20There%20are%20also%20related%20issues%20with%20drill-to-de
 
tail%20column%20label%20mapping%20%28%5B%2334402%5D%28https%3A//github.com/apache/superset/issues/34402%29%2C%20%5B%2333907%5D%28https%3A//github.com/apache/superset/issues/33907%29%29%20where%20dimension%20names%20aren%27t%20resolved%20correctly.%0A%0A%2A%2AFor%20the%20%22Filter%20value%20list%20cannot%20be%20empty%22%20cross-filter%20error%3A%2A%2A%20%5BPR%20%2330176%5D%28https%3A//github.com/apache/superset/pull/30176%29%20added%20logic%20to%20disable%20cross-filtering%20when%20no%20dimensions%20are%20configured%2C%20but%20your%20issue%20suggests%20the%20inverse%20problem%E2%80%94cross-filtering%20fails%20when%20dimensions%20ARE%20configured.%20A%20similar%20bug%20was%20reported%20for%20Bar%20Charts%20in%20%5B%2337882%5D%28https%3A//github.com/apache/superset/issues/37882%29%20where%20cross-filters%20emit%20metric%20labels%20instead%20of%20dimension%20values.%0A%0AYour%20suspicion%20is%20correct%E2%80%94the%20display%20change%20from%20%22Dimensions%22%20to%20%22Metrics%2C%20Dimen
 
sions%22%20indicates%20the%20underlying%20data%20structure%20changed%2C%20and%20the%20code%20that%20extracts%20dimension%20values%20for%20drill/cross-filter%20operations%20may%20not%20be%20handling%20this%20correctly.%0A%0AI%27d%20suggest%20linking%20this%20issue%20to%20%5B%2335909%5D%28https%3A//github.com/apache/superset/issues/35909%29%20as%20a%20related%20regression.)&nbsp;[![Join
 
Discord](https://img.shields.io/badge/join-5865F2?logo=discord&logoColor=white&label=)](https://go.dosu.dev/discord-bot?utm_source=github&utm_medium=bot-comment&utm_campaign=github-assistant&utm_content=join-discord)&nbsp;[![Share
 on 
X](https://img.shields.io/badge/X-share-black)](https://twitter.com/intent/tweet?text=%40dosu_ai%20helped%20me%20solve%20this%20issue!&url=https%3A//github.com/apache/superset/issues/38870)


-- 
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]

Reply via email to