Para minimizar el número de valores que aparecen como NULL debido a los umbrales de agregación, puedes:
Elige una respuesta
Toca una opción para verificar tu respuesta.
Respuesta correcta: Ampliar cualquier filtrado que pueda estar presente en la consulta.
Por qué esta es la respuesta
Expanding any filtering in your query is the correct approach because it increases the number of rows considered, making it more likely that each group will meet the aggregation threshold. When a group doesn't meet the minimum number of records required for aggregation (due to privacy thresholds), its values appear as NULL. By broadening your filters, you include more data, which helps groups reach the necessary size. Using more granular dimensions in your GROUP BY clause would likely increase the number of NULLs, as it creates smaller groups that are less likely to meet the threshold. Reducing the query's time range would also decrease the data volume, leading to more NULLs. Observing dimensions in combination rather than isolation is a good practice for analysis but doesn't directly address the issue of aggregation thresholds causing NULLs in the same way as expanding filters.
Aprueba tu examen — sin la interminable búsqueda de respuestas
Obtén todas las preguntas y explicaciones verificadas para este examen en un solo lugar, y ahorra horas de preparación. Más de 1,000 certificaciones · Más de 20 idiomas · Empieza gratis.
Aprueba tu examen más rápido → No se requiere tarjeta