rusackas commented on issue #25747: URL: https://github.com/apache/superset/issues/25747#issuecomment-4813498264
Update for everyone on this one: I've written it up as a proper SIP, #41463, so we can align on the approach before it goes much further. The gist is computing totals in the database at each grouping level (via `GROUPING SETS` where the engine supports it, with a fallback otherwise) instead of summing already-aggregated cells, covering both the pivot table and the regular table chart. There's a working POC in #41184 that's verified against Postgres (the classic "completion %" grand total now shows 11% instead of 100%+). Would love thoughts on the SIP before we take it to a vote... CC @michael-s-molina @mistercrunch @villebro -- 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]
