Null in filters

Hi, one of my columns in my customers table has null as a possible value. However when I add a filter that derives its values from my customers model, the filter doesn't have a null option. Is there any known workaround? Or is this something that can be improved in the product?

Thanks

Have you tried using a custom expression? like isnull(column)