ExamGecko
Home Home / Microsoft / PL-300

Microsoft PL-300 Practice Test - Questions Answers, Page 28

Question list
Search
Search

List of questions

Search

Related questions











DRAG DROP

In Power Query Editor, you have three queries named ProductCategory, ProductSubCategory, and Product. Every Product has a ProductSubCategory.

Not every ProductsubCategory has a parent ProductCategory.

You need to merge the three queries into a single query. The solution must ensure the best performance in Power Query. How should you merge the tables? To answer, drag the appropriate merge types to the correct queries. Each merge type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.


Question 271
Correct answer: Question 271

Explanation:

Box 1: Inner Every

Product has a ProductSubCategory.

A standard join is needed.

One of the join kinds available in the Merge dialog box in Power Query is an inner join, which brings in only matching rows from both the left and right tables.

Box 2: Left outer Not

every ProductsubCategory has a parent ProductCategory.

One of the join kinds available in the Merge dialog box in Power Query is a left outer join, which

keeps all the rows from the left table and brings in any matching rows from the right table.

Reference:

https://docs.microsoft.com/en-us/power-query/merge-queries-inner

https://docs.microsoft.com/en-us/power-query/merge-queries-left-outer

DRAG DROP

You receive annual sales data that must be included in Power Bl reports.

From Power Query Editor, you connect to the Microsoft Excel source shown in the following exhibit.

You need to create a report that meets the following requirements:

• Visualizes the Sales value over a period of years and months

• Adds a slicer for the month

• Adds a slicer for the year


Question 272
Correct answer: Question 272

The table has the following columns.

You need to add a column that will be used to sort the Year Month column chronologically.

A.


A.


Answers
Suggested answer: A

DRAG DROP

You publish a dataset lhat contains data from an on-premises Microsoft SQL Server database.

The dataset must be refreshed daily.

You need to ensure that the Power BI service can connect to the database and refresh the dataset.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct


Question 274
Correct answer: Question 274

DRAG DROP

You create a data model in Power BI.

Report developers and users provide feedback that the data model is too complex.

The model contains the following tables.

The model has the following relationships:

*There is a one-to-one relationship between Sales_Region and Region_Manager.

*There are more records in Manager than in Region_Manager, but every record in Region_Manager has a corresponding record in Manager. *There are more records in Sales_Manager than in Sales_Region, but every record in Sales_Region has a corresponding record in Sales_Manager. You need to denormalize the model into a single table. Only managers who are associated to a sales region must be included in the reports. Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct orders you select.


Question 275
Correct answer: Question 275

HOTSPOT

You need to create a Power BI report. The first page of the report must contain the following two views:

*Sales By Postal Code

*Sales by Month

Both views must display a slicer to select a value for a field named Chain.

The Sales By Postal Code view must display a map visual as shown in the following exhibit.

The Sales By Month view must display a column chart visual as shown in the following exhibit.

Users must be able to switch between the views by using buttons on the report page. The selected Chain field must be maintained when switching between views. What is the minimum number of bookmarks required, and which property should you apply to each bookmark? To answer, select the appropriate options in the answer area. NOTE: Each correct selection is worth one point.


Question 276
Correct answer: Question 276

A manager can represent only a single country.

You need to use row-level security (RLS) to meet the following requirements:

The managers must only see the data of their respective country.

The number of RLS roles must be minimized.

Which two actions should you perform? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

A.

Create a single role that filters Country[Manager_Email] by using the USERNAME DAX function.

A.

Create a single role that filters Country[Manager_Email] by using the USERNAME DAX function.

Answers
B.

Create a single role that filters Country[Manager_Email] by using the USEROBJECTID DAX function.

B.

Create a single role that filters Country[Manager_Email] by using the USEROBJECTID DAX function.

Answers
C.

For the relationship between Purchase Detail and Purchase, select Apply security filter in both directions.

C.

For the relationship between Purchase Detail and Purchase, select Apply security filter in both directions.

Answers
D.

Create one role for each country.

D.

Create one role for each country.

Answers
E.

For the relationship between Purchase and Purchase Detail, change the Cross filter direction to Single.

E.

For the relationship between Purchase and Purchase Detail, change the Cross filter direction to Single.

Answers
Suggested answer: A, C

Explanation:

In Power BI Service the username and userprincipalname both return the email address, it's only in Power BI Desktop that username is domain/username rather than the email address. So I agree that userprincipalname is better generally as you always get the same value, the answer is correct and

you can use username as your RLS since the role will be applied in the Service. See

https://community.powerbi.com/t5/Community-Blog/USERNAME-v-s-USERPRINCIPALNAME-in-RLSfor-Power-BI-Embedded/ba-p/1867670 for more information.

You are creating a report in Power BI Desktop.

You load a data extract that includes a free text field named coll.

You need to analyze the frequency distribution of the string lengths in col1. The solution must not affect the size of the model. What should you do?

A.

In the report, add a DAX calculated column that calculates the length of col1

A.

In the report, add a DAX calculated column that calculates the length of col1

Answers
B.

In the report, add a DAX function that calculates the average length of col1

B.

In the report, add a DAX function that calculates the average length of col1

Answers
C.

From Power Query Editor, add a column that calculates the length of col1

C.

From Power Query Editor, add a column that calculates the length of col1

Answers
D.

From Power Query Editor, change the distribution for the Column profile to group by length for col1

D.

From Power Query Editor, change the distribution for the Column profile to group by length for col1

Answers
Suggested answer: A

Explanation:


You have a CSV file that contains user complaints. The file contains a column named Logged. Logged contains the date and time each complaint occurred. The data in Logged is in the following format:

2018-12-31 at 08:59.

You need to be able to analyze the complaints by the logged date and use a built-in date hierarchy. What should you do?

A.

Apply a transformation to extract the last 11 characters of the Logged column and set the data type of the new column to Date.

A.

Apply a transformation to extract the last 11 characters of the Logged column and set the data type of the new column to Date.

Answers
B.

Change the data type of the Logged column to Date.

B.

Change the data type of the Logged column to Date.

Answers
C.

Split the Logged column by using at as the delimiter.

C.

Split the Logged column by using at as the delimiter.

Answers
D.

Apply a transformation to extract the first 11 characters of the Logged column.

D.

Apply a transformation to extract the first 11 characters of the Logged column.

Answers
Suggested answer: C

Explanation:

Simply create a custom table in Power Query, enter the date shown in the question into a column called Date, and then Split it by a delimiter. No need for spaces on either side of "at" Power BI takes care of the rest:

= Table.SplitColumn(#"Changed Type", "Date", Splitter.SplitTextByDelimiter("at", QuoteStyle.Csv),

{"Date.1", "Date.2"})

What should you do to address the existing environment data concerns?

A.

a calculated column that uses the following formula: ABS(Sales[sales_amount])

A.

a calculated column that uses the following formula: ABS(Sales[sales_amount])

Answers
B.

a measure that uses the following formula: SUMX(FILTER('Sales', 'Sales'[sales_amount] > 0)),[sales_amount])

B.

a measure that uses the following formula: SUMX(FILTER('Sales', 'Sales'[sales_amount] > 0)),[sales_amount])

Answers
C.

a measure that uses the following formula: SUM(Sales[sales_amount])

C.

a measure that uses the following formula: SUM(Sales[sales_amount])

Answers
D.

a calculated column that uses the following formula: IF(ISBLANK(Sales[sales_amount]),0, (Sales[sales_amount]))

D.

a calculated column that uses the following formula: IF(ISBLANK(Sales[sales_amount]),0, (Sales[sales_amount]))

Answers
Suggested answer: B
Total 370 questions
Go to page: of 37