ExamGecko
Home / Microsoft / PL-300 / List of questions
Ask Question

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

List of questions

Question 131

Report
Export
Collapse

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?

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

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

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

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

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

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

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

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

Suggested answer: D

Explanation:

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

asked 05/10/2024
Andrzej Pawlus
46 questions

Question 132

Report
Export
Collapse

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?

Microsoft Azure SQL Database

Microsoft Azure SQL Database

a Microsoft SQL Server database

a Microsoft SQL Server database

a Microsoft SQL Server Analysis Services (SSAS) database

a Microsoft SQL Server Analysis Services (SSAS) database

Microsoft Excel

Microsoft Excel

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

asked 05/10/2024
disserto management gmbh
44 questions

Question 133

Report
Export
Collapse

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?

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

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

From the app workspace settings, add a member.

From the app workspace settings, add a member.

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

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

From the app workspace, share the dashboard.

From the app workspace, share the dashboard.

Suggested answer: C

Explanation:

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

asked 05/10/2024
Avion Bryant
46 questions

Question 134

Report
Export
Collapse

You plan to embed multiple visualization in a public website.

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

Microsoft PL-300 image Question 101 106358 10052024010716000000

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.

Visual1

Visual1

Visual2

Visual2

Visual3

Visual3

Visual4

Visual4

Visual5

Visual5

Suggested answer: B, D

Explanation:

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

asked 05/10/2024
Faizan Ahmed
39 questions

Question 135

Report
Export
Collapse

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?

Subscriptions

Subscriptions

Dashboards

Dashboards

Datasets

Datasets

Workbooks

Workbooks

Suggested answer: C

Explanation:

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

asked 05/10/2024
Kevin Boddy
31 questions

Question 136

Report
Export
Collapse

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?

From the Power BI Admin portal, click Usage metrics.

From the Power BI Admin portal, click Usage metrics.

From the Office 365 Admin center, click Users.

From the Office 365 Admin center, click Users.

From the Office 365 Admin center, click Groups.

From the Office 365 Admin center, click Groups.

From the Power BI Admin portal, click Tenant settings.

From the Power BI Admin portal, click Tenant settings.

Suggested answer: C

Explanation:

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

asked 05/10/2024
Marcos Antonio Dantas
42 questions

Question 137

Report
Export
Collapse

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.

Funnel charts

Funnel charts

Custom visuals

Custom visuals

Bubble maps

Bubble maps

Breadcrumbs

Breadcrumbs

R visuals

R visuals

Suggested answer: D, E

Explanation:

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

asked 05/10/2024
Claudious Utete
40 questions

Question 138

Report
Export
Collapse

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.

Microsoft PL-300 image Question 105 106362 10052024010716000000

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?

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

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

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

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

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

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

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

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

Suggested answer: B

Explanation:

Reference:

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

asked 05/10/2024
Ruben Campoy
39 questions

Question 139

Report
Export
Collapse

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.

Microsoft PL-300 image Question 106 106363 10052024010716000000

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?

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

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

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

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

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

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

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

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

Suggested answer: C
asked 05/10/2024
Jay Barre
37 questions

Question 140

Report
Export
Collapse

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?

Yes

Yes

No

No

Suggested answer: B
asked 05/10/2024
Zaneta Zagajewska
31 questions
Total 370 questions
Go to page: of 37
Search

Related questions