Counting null values in pivot table

I would like to count number of null values.
How to do this?

Hi @Mohammad_Abdallah
You would have to go through non-existing data, so that would basically mean that if you don't have data, then you would need to generate it or use a lookup table.
There's no functions in Metabase to do this, so you would have to do it in SQL.