exam questions

Exam PL-300 All Questions

View all questions & answers for the PL-300 exam

Exam PL-300 topic 2 question 116 discussion

Actual exam question from Microsoft's PL-300
Question #: 116
Topic #: 2
[All PL-300 Questions]

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

• Date
• Amount
• Category
• Expense ID
• Employee ID

Expenses are recorded by employees, and each expense has a unique expense ID.

You need to create a DAX measure that will calculate the total amount of expenses.

Which DAX expression should you use?

  • A. Sum(‘Expenses’[Amount])
  • B. Max(‘Expenses’[Amount])
  • C. Sum(‘Expenses’[Expense ID])
  • D. Count(‘Expenses’[Amount])
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
kay000001
1 week, 1 day ago
Selected Answer: A
A. Sum(‘Expenses’[Amount])
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...