ExamGecko
Home Home / Microsoft / PL-300

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

Question list
Search
Search

List of questions

Search

Related questions











You have a report that includes a card visualization.

You need to apply the following conditional formatting to the card while minimizing design effort.

For values that are greater than or equal to 100, the font of the data label must be dark red.

For values that are less than 100, the font of the data label must be dark gray.

Which type of format should you use?

A.

Color scale

A.

Color scale

Answers
B.

Rules

B.

Rules

Answers
C.

Field value

C.

Field value

Answers
Suggested answer: B

You have a Power BI report that uses a dataset based on an Azure Analysis Services live connection. You need to ensure that users can use Q&A from the Power BI service for the dataset.

What should you do?

A.

From the Power BI service, add an enterprise gateway to the dataset.

A.

From the Power BI service, add an enterprise gateway to the dataset.

Answers
B.

From Power BI Desktop, add synonyms and suggested questions.

B.

From Power BI Desktop, add synonyms and suggested questions.

Answers
C.

From Power BI Desktop, add a Q&A visual to the report.

C.

From Power BI Desktop, add a Q&A visual to the report.

Answers
D.

From the Power Bi service, select Turn on Q& A for this dataset.

D.

From the Power Bi service, select Turn on Q& A for this dataset.

Answers
Suggested answer: D

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)

You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).

You plan to use Power BI to import data from 2013 to 2015.

Product Subcategory [Subcategory] contains NULL values.

End of repeated scenario.

You implement the Power BI model.

You need to add a new column to the Product Subcategory table that uses the following formula.

=if [Subcategory] =null then “NA” else [Subcategory]

Which command should you use in Query Editor?

A.

Column From Examples

A.

Column From Examples

Answers
B.

Custom Column

B.

Custom Column

Answers
C.

Invoke Custom Function

C.

Invoke Custom Function

Answers
D.

Conditional Column

D.

Conditional Column

Answers
Suggested answer: D

Explanation:

Reference: http://community.powerbi.com/t5/Desktop/if-then-else/td-p/117999

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)

You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).

You plan to use Power BI to import data from 2013 to 2015.

Product Subcategory [Subcategory] contains NULL values.

End of repeated scenario.

You implement the Power BI model.

You add another table named Territory to the model. A sample of the data is shown in the following table.

You need to create a relationship between the Territory table and the Sales table.

Which function should you use in the query for Territory before you create the relationship?

A.

Table.RemoveMatchingRows

A.

Table.RemoveMatchingRows

Answers
B.

Table.Distinct

B.

Table.Distinct

Answers
C.

Table.InDistinct

C.

Table.InDistinct

Answers
D.

Table.ReplaceMatchingRows

D.

Table.ReplaceMatchingRows

Answers
Suggested answer: B

Explanation:

Reference: https://msdn.microsoft.com/en-us/library/mt260775.aspx

Note: This question is a part of a series of questions that present the same scenario. For your convenience, the scenario is repeated in each question. Each question presents a different goal and answer choices, but the text of the scenario is exactly the same in each question in this series.

Start of repeated scenario

You have a Microsoft SQL Server database that has the tables shown in the Database Diagram exhibit. (Click the Exhibit.)

You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the Exhibit).

You plan to use Power BI to import data from 2013 to 2015.

Product Subcategory [Subcategory] contains NULL values.

End of repeated scenario.

You implement the Power BI model.

You need to add a measure to rank total sales by product. The results must appear as shown in the following table.

Which DAX formula should you use?

A.

Product Ranking= RANKX (Product, [SalesAmount], , DESC, Skip)

A.

Product Ranking= RANKX (Product, [SalesAmount], , DESC, Skip)

Answers
B.

Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Dense)

B.

Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Dense)

Answers
C.

Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Skip)

C.

Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Skip)

Answers
D.

Product Ranking= RANKX (ALL (‘Product’), [SalesAmount], , Asc, Dense

D.

Product Ranking= RANKX (ALL (‘Product’), [SalesAmount], , Asc, Dense

Answers
Suggested answer: B

Explanation:

Reference: https://msdn.microsoft.com/en-us/library/gg492185.aspx

You manage a Power BI model has a table named Sales and product.

You need to ensure that a sales team can view only data that has a CountryRegionName value of United States and a ProductCategory value of Clothing. What should you do from Power BI Desktop?

A.

From Power BI Desktop, create a new role that has the following filter.[countryRegionName]= “United States” && [ProductCategory]= “Clothing”

A.

From Power BI Desktop, create a new role that has the following filter.[countryRegionName]= “United States” && [ProductCategory]= “Clothing”

Answers
B.

Add the following filters in Query Editor.CountryRegionName is United StatesProductCategory is Clothing

B.

Add the following filters in Query Editor.CountryRegionName is United StatesProductCategory is Clothing

Answers
C.

From Power BI Desktop, create a new role that has the following filters.[CountryRegionName]= “United States”

C.

From Power BI Desktop, create a new role that has the following filters.[CountryRegionName]= “United States”

Answers
D.

Add the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing

D.

Add the following filters to a report.CountryRegionName is United SatesProductCategory is Clothing

Answers
Suggested answer: D

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/power-bi-how-to-report-filter

In the Power BI service, you create an app workplace that contains several dashboards.

You need to provide a user named [email protected] with the ability to edit and publish dashboards. What should you do?

A.

Modify the members of the app workspace.

A.

Modify the members of the app workspace.

Answers
B.

Configure security for the dataset used by the app.

B.

Configure security for the dataset used by the app.

Answers
C.

Share the dashboard, and then modify the Access settings of the dashboard.

C.

Share the dashboard, and then modify the Access settings of the dashboard.

Answers
D.

From the app workspace, click Update app, and then configure the Access settings.

D.

From the app workspace, click Update app, and then configure the Access settings.

Answers
Suggested answer: C

Your organization has a team of power users who recently created 20 Power BI dashboards.

The power users share the dashboards with other users in the organization.

When the users attempt to access the dashboards, they receive the error message shown in the exhibit. (Click the Exhibit.)

You need to ensure that all the users can access the dashboards.

What should you do first?

A.

From the Microsoft Office 365 Admin center, and the Power BI (free) subscription, and then assign a license to each user.

A.

From the Microsoft Office 365 Admin center, and the Power BI (free) subscription, and then assign a license to each user.

Answers
B.

From the Power BI Admin portal, modify the Privacy Settings.

B.

From the Power BI Admin portal, modify the Privacy Settings.

Answers
C.

From the properties of each dashboard, modify the Share dashboard settings.

C.

From the properties of each dashboard, modify the Share dashboard settings.

Answers
D.

Instruct each user to install Microsoft Office 2016.

D.

Instruct each user to install Microsoft Office 2016.

Answers
Suggested answer: A

Explanation:

Reference: http://www.nubo.eu/en/blog/2016/12/Enable-PowerBI-On-Office-365/

You embed a Power BI report in a Microsoft SharePoint Online page.

A user name User1 can access the SharePoint Online page, but the Power BI web part displays the following error message: “This content isn’t available”. User1 is unable to view the report.

You verify that you can access the SharePoint Online page and that the Power BI report displays as expected. You need to ensure that User1 can view the report form SharePoint Online.

What should you do?

A.

Publish the app workspace.

A.

Publish the app workspace.

Answers
B.

Edit the settings of the Power BI web part.

B.

Edit the settings of the Power BI web part.

Answers
C.

Modify the members of the app workplace.

C.

Modify the members of the app workplace.

Answers
D.

Share the dashboards in the app workspace.

D.

Share the dashboards in the app workspace.

Answers
Suggested answer: C

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/service-embed-report-spo

You have an app workspace that contains a dashboard and four reports. All the reports are generated from a single dataset that contains sales data for your company. The reports display the data configured as shown in the following table.

You need to ensure that the users of the reports can locate the correct report by using natural language queries. What should you do?

A.

From the properties of the dataset, create four Featured Q&A Questions.

A.

From the properties of the dataset, create four Featured Q&A Questions.

Answers
B.

From the Format settings of the reports, modify the Page Information.

B.

From the Format settings of the reports, modify the Page Information.

Answers
C.

From the properties of the dataset, modify the Q&A and Cortana settings.

C.

From the properties of the dataset, modify the Q&A and Cortana settings.

Answers
D.

From the properties of the workspace, modify the Language Settings.

D.

From the properties of the workspace, modify the Language Settings.

Answers
Suggested answer: C

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-direct-query#limitationsduring-public-preview

Total 370 questions
Go to page: of 37