sfirke commented on issue #33738: URL: https://github.com/apache/superset/issues/33738#issuecomment-3358127576
This is still broken in 6.0.0rc2 but I'm using the workaround suggested by Dosu bot. Try adding a filter for `reply_count IS NOT NULL`. In your example `bot_id` seems irrelevant, it's a matter of the column you're computing the histogram buckets on. Following from my first screenshot, here is the filter that makes it work: <img width="486" height="713" alt="Image" src="https://github.com/user-attachments/assets/f5dbf577-4c17-4dfc-b2aa-53bf6e8fa266" /> -- 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]
