Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to clear null values apache superset

I'm making some dashboards in superset apache, but I have the problem that it makes me null when it doesn't find values to add and this is annoying for the view, for the client. I can't find an option that suppresses the null values or in any case that puts zero.

thanks

enter image description here

like image 335
Danieledu Avatar asked Dec 05 '25 08:12

Danieledu


1 Answers

David example is great! but if you don't want to miss those counts, you could do a calculated column where null values go to a 0 label

case when my_col is Null then 0 else my_col end
like image 65
Eugenia Moreno Avatar answered Dec 08 '25 04:12

Eugenia Moreno



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!