You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2022/01/05 13:53:47 UTC

[GitHub] [superset] villebro commented on issue #17927: [SIP-77] Traversing Hierarchical Data ("Drill Down")

villebro commented on issue #17927:
URL: https://github.com/apache/superset/issues/17927#issuecomment-1005704365


   I would also love seeing drill down/through functionality added to Superset! I think there are roughly two ways forward here:
   1) adding drill down in the chart layer, much like has been done in #14688
   2) adding support for hierarchical dimensions to the semantic layer.
   
   Both probably have their pros/cons:
   - Adding drill down to a single chart is fairly straight forward and wouldn't require a lot of changes to the rest of the application. On the downside it's slightly hacky and might introduce some design debt.
   - Adding semantics for defining hierarchical dimensions would make it possible to introduce drill downs into any chart (including native filters), but on the downside it's a fair bit of work and could take long to implement.
   
   As we're getting ready to kick off work for Superset 2.0, I'd personally vote for the second option, as I feel having full drill down support would be a very valuable (and cool!) feature.
   
   @betodealmeida , has any consideration been given to adding hierarchical dimension semantics to the new dataset models?


-- 
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-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org