an3uryzm commented on issue #35158: URL: https://github.com/apache/superset/issues/35158#issuecomment-3303384770
@msyavuz thank you for the answer! > Think of it as "I want to see this same metric grouped by region instead of product" vs "I want to filter to only show data for region X". Use case: "I want to see this same metric grouped by region instead of product" I would ask a user how he wants to see this metric (what chart type?) Solutions: 1. If line chart (read as I want to see this metric through time): - Create one line chart for this metric - Create another table chart with dimensions - Add both charts to the dashboard and enable cross filter for both. 2. If table chart (read as "I want to see this metric, calculated during specified time window I set at the global dashboard filter. Table should have default dimension and I want to change it dynamically using global filters): - Implement [Using Jinja to Manipulate Aggregated Columns of a Chart](https://docs.preset.io/docs/using-jinja-to-manipulate-the-aggregated-column-used-on-a-chart) -- 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]
