ExamGecko
Home Home / Microsoft / PL-300

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

Question list
Search
Search

List of questions

Search

Related questions











You merge data from Sales.Region, Region_Manager, Sales_Manager, and Manager into a single table named Region. What should you do next to meet the reporting requirements of the executives?

A.

Apply row-level security (RLS) to the Region table based on the sales manager username.

A.

Apply row-level security (RLS) to the Region table based on the sales manager username.

Answers
B.

Configure a bi-directional relationship between Region and Sales.Region.

B.

Configure a bi-directional relationship between Region and Sales.Region.

Answers
C.

Create a DAX calculated column that retrieves the region manager from the Weekly.Returns table based on the sales.regionjd column.

C.

Create a DAX calculated column that retrieves the region manager from the Weekly.Returns table based on the sales.regionjd column.

Answers
D.

In the Region table, create a hierarchy that has the manager name, and then the sales manager name.

D.

In the Region table, create a hierarchy that has the manager name, and then the sales manager name.

Answers
Suggested answer: C

Explanation:

You need to recommend a strategy to consistently define the business unit, department, and product category data and make the data usable across reports. What should you recommend?

A.

Create a shared dataset for each standardized entity.

A.

Create a shared dataset for each standardized entity.

Answers
B.

Create dataflows for the standardized data and make the dataflows available for use in all imported datasets.

B.

Create dataflows for the standardized data and make the dataflows available for use in all imported datasets.

Answers
C.

For every report, create and use a single shared dataset that contains the standardized data.

C.

For every report, create and use a single shared dataset that contains the standardized data.

Answers
D.

For the three entities, create exports of the data from the Power Bl model to Excel and store the data in Microsoft OneDrive for others to use as a source.

D.

For the three entities, create exports of the data from the Power Bl model to Excel and store the data in Microsoft OneDrive for others to use as a source.

Answers
Suggested answer: B

support the reports?

A.

two imported datasets

A.

two imported datasets

Answers
B.

a single DirectQuery dataset

B.

a single DirectQuery dataset

Answers
C.

two DirectQuery datasets

C.

two DirectQuery datasets

Answers
D.

a single imported dataset

D.

a single imported dataset

Answers
Suggested answer: D

Explanation:

"The analysts responsible for each business unit must see all the data the board sees, except the profit and loss data, which must be restricted to only their business unit's data. The analysts must be able to build new reports from the dataset that contains the profit and loss data" => one dataset and two separate workspaces Reason: All data can be imported into one dataset also if these are two logical models. Shared dimensions can be reconsumed in both models. Reports and additional materials can be shared to the board with an app. The "profit and loss" data model needs RLS for the analysts and the analysts must have just read access to the original workspace. In a separate workspace with contributer (or more rights) they can create new reports (with live connection to the dataset). It is also stated that the new reports mustn't be shared so therefore no need to include them into the app. Import vs. DirectQuery: Due to RLS requirements an imported dataset is needed.

It is not possible with file sources and Sharepoint lists.

You plan to develop a Power BI report that has a bar chart to display the number of customers by location. You have a table named Customer that has the following columns:

• Customer ID

• CustomerName

• Address

• City

• ProvState

• Country

You need to allow users to drill down by location. The report will display the number of each customer by Country, and drill down to ProvState, and then to City. How should you configure the drill down in the bar chart?

A.

In the Value field, add Country. In the Legend field, add ProvState at the top, followed by City.

A.

In the Value field, add Country. In the Legend field, add ProvState at the top, followed by City.

Answers
B.

In the Legend field, add Country. In the Axis field, add ProvState at the top, followed by City.

B.

In the Legend field, add Country. In the Axis field, add ProvState at the top, followed by City.

Answers
C.

In the Axis field, add Country at the top, followed by ProvState, and then City.

C.

In the Axis field, add Country at the top, followed by ProvState, and then City.

Answers
D.

In the Value field, add Country at the top, followed by ProvState, and then City.

D.

In the Value field, add Country at the top, followed by ProvState, and then City.

Answers
Suggested answer: C

Explanation:

Reference:

https://docs.microsoft.com/en-us/power-bi/guided-learning/visualizations#step-18

https://docs.microsoft.com/en-us/power-bi/power-bi-visualization-drill-down

Which DAX expression should you use to get the ending balances in the balance sheet reports?

A.

CALCULATE (

SUM( BalanceSheet [BalanceAmount] ),

DATESQTD( 'Date'[Date] )

)

A.

CALCULATE (

SUM( BalanceSheet [BalanceAmount] ),

DATESQTD( 'Date'[Date] )

)

Answers
B.

CALCULATE (

SUM( BalanceSheet [BalanceAmount] ),

LASTDATE( 'Date'[Date] )

)

B.

CALCULATE (

SUM( BalanceSheet [BalanceAmount] ),

LASTDATE( 'Date'[Date] )

)

Answers
C.

FIRSTNONBLANK ( 'Date' [Date]

SUM( BalanceSheet[BalanceAmount] )

)

C.

FIRSTNONBLANK ( 'Date' [Date]

SUM( BalanceSheet[BalanceAmount] )

)

Answers
D.

CALCULATE (

MAX( BalanceSheet[BalanceAmount] ),

LASTDATE( 'Date' [Date] )

)

D.

CALCULATE (

MAX( BalanceSheet[BalanceAmount] ),

LASTDATE( 'Date' [Date] )

)

Answers
Suggested answer: A

Explanation:

Scenario: At least one of the balance sheet reports in the quarterly reporting package must show the ending balances for the quarter, as well as for the previous quarter. DATESQTD returns a table that contains a column of the dates for the quarter to date, in the current context.

Reference:

https://docs.microsoft.com/en-us/dax/datesqtd-function-dax

Which two types of visualizations can be used in the balance sheet reports to meet the reporting goals? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A.

a line chart that shows balances by quarter filtered to account categories that are long-term liabilities.

A.

a line chart that shows balances by quarter filtered to account categories that are long-term liabilities.

Answers
B.

a clustered column chart that shows balances by date (x-axis) and account category (legend) without filters.

B.

a clustered column chart that shows balances by date (x-axis) and account category (legend) without filters.

Answers
C.

a clustered column chart that shows balances by quarter filtered to account categories that are long-term liabilities.

C.

a clustered column chart that shows balances by quarter filtered to account categories that are long-term liabilities.

Answers
D.

a pie chart that shows balances by account category without filters.

D.

a pie chart that shows balances by account category without filters.

Answers
E.

a ribbon chart that shows balances by quarter and accounts in the legend.

E.

a ribbon chart that shows balances by quarter and accounts in the legend.

Answers
Suggested answer: A, E

Explanation:

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-types-for-reports-and-qand-a

DRAG DROP

You need to create a DAX measure in the data model that only allows users to see projections at the appropriate levels of granularity. How should you complete the measure? To answer, drag the appropriate values to the correct targets. Each value 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 17
Correct answer: Question 17

Explanation:

Scenario: Revenue projections are set at the monthly level and summed to show projections for the quarter. Box 1: IF

Box 2: ISFILTERED

ISFILTERED returns TRUE when columnName is being filtered directly. If there is no filter on the column or if the filtering happens because a different column in the same table or in a related table is being filtered then the function returns FALSE.

Box 3: SUM

Reference:

https://docs.microsoft.com/en-us/dax/isfiltered-function-dax

HOTSPOT

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 are a. NOTE: Each correct selection is worth one point.


Question 18
Correct answer: Question 18

Explanation:

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

HOTSPOT

You need to grant access to the business unit analysts.

What should you configure? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.


Question 19
Correct answer: Question 19

Explanation:

Box 1: The Viewer role to the workspace

The Viewer role gives a read-only experience to its users. They can view dashboards, reports, or workbooks in the workspace, but can’t browse the datasets or dataflows. Use the Viewer role wherever you would previously use a classic workspace set to “Members can only view Power BI content”.

Box 2: Build

The analysts must be able to build new reports from the dataset that contains the profit and loss data. Scenario: The reports must be made available to the board from powerbi.com.

The analysts responsible for each business unit must see all the data the board sees, except the profit and loss data, which must be restricted to only their business unit's dat a. The analysts must be able to build new reports from the dataset that contains the profit and loss data, but any reports that the analysts build must not be included in the quarterly reports for the board. The analysts must not be able to share the quarterly reports with anyone.

Reference:

https://www.nickyvv.com/2019/08/the-new-power-bi-workspace-viewer-role-explained.html

DRAG DROP

Once the profit and loss dataset is created, which four actions should you perform in sequence to ensure that the business unit analysts see the appropriate profit and loss data? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.


Question 20
Correct answer: Question 20

Explanation:

https://docs.microsoft.com/en-us/power-bi/admin/service-admin-rls

https://docs.microsoft.com/en-us/power-bi/connect-data/service-datasets-build-permissions

Total 370 questions
Go to page: of 37