exam questions

Exam PL-300 All Questions

View all questions & answers for the PL-300 exam

Exam PL-300 topic 2 question 106 discussion

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

You have a Power BI semantic model named Model1 that runs in Import storage mode.

You need to reduce the size of Model1. The solution must NOT increase report query response times.

What should you do?

  • A. Remove unnecessary columns.
  • B. Unpivot unnecessary columns.
  • C. Rename unnecessary columns.
  • D. Change Model1 to DirectQuery storage mode.
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
SylUK
5 months ago
Selected Answer: A
the given answer is correct: A will reduce the amount of data in the model. D also will decrease the model size but it can be slower especially for complex queries as it needs to query the source each time. A- is the answer.
upvoted 1 times
...
Odidepse
5 months, 2 weeks ago
Selected Answer: A
Presented answer is correct, Removing unnecessary columns will directly reduce the model's size by eliminating data that isn't needed. This change won't affect query performance since the excluded data is not part of the model. The others B. Unpivot unnecessary columns: Increases model size by adding rows. C. Rename unnecessary columns: Doesn't reduce size, only changes labels. D. Change to DirectQuery: May reduce size but can slow down query performance.
upvoted 4 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 ...