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.
- Orders; DISTINCTCOUNT
- Customers; COUNT
- Orders; COUNT
- Customers; DISTINCTCOUNT
Answer: The correct answer of the above question is Option A:Orders; DISTINCTCOUNT