@@ -334,6 +334,7 @@ class Pro extends Model
$measurementsQuery
->whereNotNull('client_bdt_measurement_id')
->whereNotNull('ts')
+ ->where('is_cellular_zero', '<>', 'NO')
->where(function ($q) {
$q->whereNull('status')
->orWhere(function ($q2) {