ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 317 - PL-300 discussion

Report
Export

You have a Power BI model that contains a table named Sales. The Sales table contains the following columns:

* Order Line ID

* Product ID

* Unit Price

* Order ID

* Quantity

Orders are uniquely identified by using the order ID and can have multiple order lines Each order line within an order contains a different product ID.

You need to write a DAX measure that counts the number of orders.

Which formula should you use?

A.

CountRows('Sales')

Answers
A.

CountRows('Sales')

B.

Count ('Sales'(Order ID])

Answers
B.

Count ('Sales'(Order ID])

C.

CountA (Sale** (Order ID])

Answers
C.

CountA (Sale** (Order ID])

D.

DistinctCount (sales'[Order ID])

Answers
D.

DistinctCount (sales'[Order ID])

Suggested answer: D
asked 05/10/2024
Mehr Khan
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first