rusackas opened a new pull request, #43636: URL: https://github.com/apache/superset/pull/43636
### SUMMARY #41184 removed the Pivot Table's client-side "Aggregation function" control and moved totals/subtotals computation to the database, at the same grouping level as the total itself, so non-additive metrics (ratios, `COUNT_DISTINCT`, `AVG`, percentiles) roll up correctly. That was documented as a breaking change in `UPDATING.md`, but not anywhere a user would land while reading the actual chart docs. This adds a short note to the Pivot Table section of the "Exploring Data" tutorial explaining the new behavior and why the old control is gone, and calls out that the Table chart's summary row works the same way. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF N/A, docs-only change. ### TESTING INSTRUCTIONS Read the updated "Pivot Table" section in `docs/docs/using-superset/exploring-data.mdx`. Optionally build the docs site (`cd docs && npm run start`) and check the rendered note under Using Superset → Exploring Data. ### ADDITIONAL INFORMATION - [ ] Has associated issue: - [ ] Required feature flags: - [ ] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] Migration is atomic, supports rollback & is backwards-compatible - [ ] Confirm DB migration upgrade and downgrade tested - [ ] Runtime estimates and downtime expectations provided - [ ] Introduces new feature or API - [ ] Removes existing feature or API Follow-up to #41184. -- 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]
