aditikh-76 commented on issue #36189: URL: https://github.com/apache/superset/issues/36189#issuecomment-3696262459
I can confirm this issue in Superset 5.0.0. When using percentage formatting in table visualizations, very small decimal values (e.g. 0.0001) are rounded down and displayed as 0%, which causes loss of precision. This appears to be a formatting/rounding issue rather than a data issue. As a temporary workaround, increasing decimal precision in the column format (e.g. 0.0000%) or multiplying the value in SQL before formatting helps. -- 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]
