Question: Your data model includes two related tables, Customers and Orders. To determine the number of customers that have placed orders, create a measure on the **\_** table using the **\_** function.

  1. Orders; DISTINCTCOUNT
  2. Customers; COUNT
  3. Orders; COUNT
  4. Customers; DISTINCTCOUNT

Answer: The correct answer of the above question is Option A:Orders; DISTINCTCOUNT