YuriPP commented on issue #25747: URL: https://github.com/apache/superset/issues/25747#issuecomment-2975889527
Maybe the difference between SuperSet and some other platforms is: - SuperSet calculates totals on the base of rows (vertical path) - Other calculate totals on the base of columns using the formula for the row (horizontal path) Example: row 1 row2 row3 (SUM(row2)/SUM(row1) *100) SuperSet Other 1 1 100 100 10 4 40 40 SUM SUM AVG() == (SUM(row2)/SUM(row1) *100) 11 5 70 45 -- 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-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org