Multiple choice technology

Default join type for a metric

  1. Inner

  2. Outer

  3. Cross

  4. None

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The default join type for metrics is typically an outer join to ensure that metric values are calculated even when some dimensions have null values. Inner joins would exclude records with null dimension values, potentially losing data.