ExamGecko
Home Home / Microsoft / PL-300

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

Question list
Search
Search

List of questions

Search

Related questions











You plan to create a dashboard in the Power BI service that retrieves data from a Microsoft SQL Server database. The dashboard will be shared between the users in your organization. You need to ensure that the users will see the current data when they view the dashboard.

How should you configure the connection to the data source?

A.

Deploy an on-premises data gateway (personal mode). Import the data by using the Import Data Connectivity mode.

A.

Deploy an on-premises data gateway (personal mode). Import the data by using the Import Data Connectivity mode.

Answers
B.

Deploy an on-premises data gateway. Import the data by using the Import Data Connectivity mode.

B.

Deploy an on-premises data gateway. Import the data by using the Import Data Connectivity mode.

Answers
C.

Deploy an on-premises data gateway. Import the data by using the DirectQuery Data Connectivity mode.

C.

Deploy an on-premises data gateway. Import the data by using the DirectQuery Data Connectivity mode.

Answers
D.

Deploy an on-premises data gateway (personal mode). Import the data by using the DirectQuery Data Connectivity mode.

D.

Deploy an on-premises data gateway (personal mode). Import the data by using the DirectQuery Data Connectivity mode.

Answers
Suggested answer: D

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about#power-biconnectivity-modes

You have an on-premises Power BI Report Server.

You plan to create a report in Power BI Desktop and publish the report to the report server.

Which data source should the report use?

A.

Microsoft Azure SQL Database

A.

Microsoft Azure SQL Database

Answers
B.

a Microsoft SQL Server database

B.

a Microsoft SQL Server database

Answers
C.

a Microsoft SQL Server Analysis Services (SSAS) database

C.

a Microsoft SQL Server Analysis Services (SSAS) database

Answers
D.

Microsoft Excel

D.

Microsoft Excel

Answers
Suggested answer: C

Explanation:

Reference:

https://docs.microsoft.com/en-us/power-bi/report-server/quickstart-create-powerbi-report

https://docs.microsoft.com/en-us/power-bi/report-server/connect-data-sources

You have a Power BI app named App1. The privacy for the App1 workspace is set to Private.

A user named User1 reports that App1 does not appear in the My organization AppSource. App1 appears in the My organization AppSource for your account. You need to ensure that User sees App1 from the My organization AppSource.

What should you do?

A.

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

A.

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

Answers
B.

From the app workspace settings, add a member.

B.

From the app workspace settings, add a member.

Answers
C.

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

C.

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

Answers
D.

From the app workspace, share the dashboard.

D.

From the app workspace, share the dashboard.

Answers
Suggested answer: C

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/service-organizational-content-packintroduction#what-is-appsource

You plan to embed multiple visualization in a public website.

Your Power BI infrastructure contains the visualizations configured as shown in the following table.

Which two visualizations can you embed into the website? Each correct answer presents a complete the solution. NOTE: Each correct selection is worth one point.

A.

Visual1

A.

Visual1

Answers
B.

Visual2

B.

Visual2

Answers
C.

Visual3

C.

Visual3

Answers
D.

Visual4

D.

Visual4

Answers
E.

Visual5

E.

Visual5

Answers
Suggested answer: B, D

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/service-publish-to-web

You have a Power BI dashboard that displays different visualizations of company sales.

You enable Q&A on the dashboard.

You need to provide users with sample questions that they can ask when using Q&A.

Which settings should you modify from the Power BI Settings?

A.

Subscriptions

A.

Subscriptions

Answers
B.

Dashboards

B.

Dashboards

Answers
C.

Datasets

C.

Datasets

Answers
D.

Workbooks

D.

Workbooks

Answers
Suggested answer: C

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-create-featured-questions

You have an app workspace named Retail Analysis in the Power BI service.

You need manage the members that have access to the app workspace.

What should you do?

A.

From the Power BI Admin portal, click Usage metrics.

A.

From the Power BI Admin portal, click Usage metrics.

Answers
B.

From the Office 365 Admin center, click Users.

B.

From the Office 365 Admin center, click Users.

Answers
C.

From the Office 365 Admin center, click Groups.

C.

From the Office 365 Admin center, click Groups.

Answers
D.

From the Power BI Admin portal, click Tenant settings.

D.

From the Power BI Admin portal, click Tenant settings.

Answers
Suggested answer: C

Explanation:

Reference: https://docs.microsoft.com/en-us/power-bi/service-manage-app-workspace-in-power-biand-office-365

You plan to use Power BI Desktop optimized for Power BI Report Server to create a report. The report will be published to Power BI Report Server. You need to ensure that all the visualization in the report can be consumed by users.

Which two types of visualizations should you exclude from the report? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A.

Funnel charts

A.

Funnel charts

Answers
B.

Custom visuals

B.

Custom visuals

Answers
C.

Bubble maps

C.

Bubble maps

Answers
D.

Breadcrumbs

D.

Breadcrumbs

Answers
E.

R visuals

E.

R visuals

Answers
Suggested answer: D, E

Explanation:

Reference: https://powerbi.microsoft.com/en-us/guided-learning/reportserver-quickstart-powerbireport/

Note: This question is part of a series of questions that use 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 the same in each question in this series.

You have a Microsoft SQL Server database that contains the following tables.

The following columns contain date information:

- Date[Month] in the mmyyyy format

- Date[Date_ID] in the ddmmyyyy format

- Date[Date_name] in the mm/dd/yyyy format

- Monthly_returns[Month_ID] in the mmyyyy format

The Order table contains more than one million rows.

The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data.

You need to create a relationship between the Monthly_returns table and Date[Date_ID].

What should you do before you create the relationship?

A.

In the Date table, create a new calculated column named MonthJD that uses the yyyydd format.

A.

In the Date table, create a new calculated column named MonthJD that uses the yyyydd format.

Answers
B.

In the Monthly_returns table, create a new calculated column named DateJD that uses the ddmmyyyy format.

B.

In the Monthly_returns table, create a new calculated column named DateJD that uses the ddmmyyyy format.

Answers
C.

To the Order table, add a calculated column that uses the RELATED(Monthly_returns[Month_ID]) DAX formula.

C.

To the Order table, add a calculated column that uses the RELATED(Monthly_returns[Month_ID]) DAX formula.

Answers
D.

To the Date table, add a calculated column that uses the RE LATE D(Monthly_ret urns [MonthJD]) DAX formula.

D.

To the Date table, add a calculated column that uses the RE LATE D(Monthly_ret urns [MonthJD]) DAX formula.

Answers
Suggested answer: B

Explanation:

Reference:

https://docs.microsoft.com/en-us/power-bi/desktop-create-and-manage-relationships

Note: This question is part of a series of questions that use 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 the same in each question in this series.

You have a Microsoft SQL Server database that contains the following tables.

The following columns contain date information:

- Date[Month] in the mmyyyy format

- Date[Date_ID] in the ddmmyyyy format

- Date[Date_name] in the mm/dd/yyyy format

- Monthly_returns[Month_ID] in the mmyyyy format

The Order table contains more than one million rows.

The Store table has a relationship to the Monthly_returns table on the Store_ID column. This is the only relationship between the tables. You plan to use Power BI Desktop to create an analytics solution for the data.

You need to create a relationship between the Order table and the Store table on the Store_ID column. What should you do before you create the relationship?

A.

In the Order table query, use the Table.TrasformRows function.

A.

In the Order table query, use the Table.TrasformRows function.

Answers
B.

In the Store table query, use the Table.TrasformRows function.

B.

In the Store table query, use the Table.TrasformRows function.

Answers
C.

In the Store table query, use the Table.TrasformColumnTypes function.

C.

In the Store table query, use the Table.TrasformColumnTypes function.

Answers
D.

In the Order table query, use the Table.TrasformColumnTypes function.

D.

In the Order table query, use the Table.TrasformColumnTypes function.

Answers
Suggested answer: C

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 Microsoft Excel workbook that is saved to Microsoft SharePoint Online. The workbook contains several Power View sheets. You need to recreate the Power View sheets as reports in the Power Bl service.

Solution: Copy the workbook to Microsoft OneDrive for Business. From Excel, click Publish to Power Bl, and then click Upload Does this meet the goal?

A.

Yes

A.

Yes

Answers
B.

No

B.

No

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