To minimize the number of values rendered NULL due to aggregation thresholds, you can:

  • Broaden any filtering that may be in place on the query
  • Look at certain dimensions in combination rather than in isolation
  • Reduce the time window of the query
  • Use more granular dimensions in your final GROUP BY statement

The correct answer is:

  • Broaden any filtering that may be in place on the query