PL-300 Dumps

PL-300 Free Practice Test

Microsoft PL-300: Microsoft Power BI Data Analyst

QUESTION 36

- (Exam Topic 4)
You have the following table named Location.
PL-300 dumps exhibit
The GeoCode column represents the country where each customer is located. You create a map visualization as shown in the exhibit. (Click the Exhibit tab.)
PL-300 dumps exhibit
You need to ensure that the map displays the country locations. What should you do?

Correct Answer: B
References:
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-map-tips-and-tricks

QUESTION 37

- (Exam Topic 4)
Note: This question is part of a series of questions that present the same scenario. Each question in the series contains a unique solution that might meet the stated goals. Some question sets might have more than one correct solution, while others might not have a correct solution.
After you answer a question in this section, you will NOT be able to return to it. As a result, these questions will not appear in the review screen.
You have a query for a table named Sales. Sales has a column named CustomerlD. The Data Type of CustomerlD is Whole Number.
You refresh the data and find several errors. You discover that new entries in the Sales table contain nonnumeric values.
You need to ensure that nonnumeric values in the CustomerlD column are set to 0. Solution: From Query Editor, select the CustomerlD column and click Remove Errors. Does this meet the goal?

Correct Answer: B

QUESTION 38

- (Exam Topic 4)
You use Power 81 Desktop to load data from a Microsoft SQL Server database. While waiting for the data to load, you receive the following error.
PL-300 dumps exhibit
You need to resolve the error.
What are two ways to achieve the goal? Each correct answer presents a complete solution NOTE: Each correct selection is worth one point.

Correct Answer: BD

QUESTION 39

- (Exam Topic 4)
What is the minimum number of Power BI datasets needed to support the reports?

Correct Answer: A

QUESTION 40

- (Exam Topic 2)
You need to calculate the last day of the month in the balance sheet data to ensure that you can relate the balance sheet data to the Date table. Which type of calculation and which formula should you use? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
PL-300 dumps exhibit
Solution:
Box 1: A DAX Calculated measure
Box 2: Date.EndofQuarter(#date([Year],[Mont],1))
ENDOFQUARTER returns the last date of the quarter in the current context for the specified column of dates. The following sample formula creates a measure that returns the end of the quarter, for the current context.
= ENDOFQUARTER(DateTime[DateKey]) Reference:
https://docs.microsoft.com/en-us/dax/endofquarter-function-dax

Does this meet the goal?

Correct Answer: A