Problems with Null values

By any chance is it displaying NaN? or little square boxes?

These aggregate functions are written to ignore nulls, but on queries that return over 10,000 rows that are all numeric/date, it uses an optimized dataset that turns the nulls into NaNs (“Not a Number”) for efficiency, and the aggregate functions get confused. Is that what you’re seeing?