Winter Special Sale - Limited Time 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: 575363r9

Welcome To DumpsPedia

PL-300 Sample Questions Answers

Questions 4

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 Power BI report that imports a date table and a sales table from an Azure SQL database data source. The sales table has the following date foreign keys:

    Due Date

    Order Date

    Delivery Date

You need to support the analysis of sales over time based on all the date foreign keys.

Solution: From Power Query Editor, you rename the date query as Due Date. You reference the Due Date query twice to make the queries for Order Date and

Delivery Date.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 5

You have the Power Bl model shown in the following exhibit.

There are four departments in the Departments table.

You need to ensure that users can see the data of their respective department only.

What should you do?

Options:

A.

Create a row-level security (RLS) role for each department, and then define the membership of the role.

B.

Create a DepartmentID parameter to filter the Departments table.

C.

To the ConfidentialData table, add a calculated measure that uses the currentgroup DAX function.

D.

Create a slicer that filters Departments based on DepartmentID.

Buy Now
Questions 6

You are creating a Power 81 model to analyze inventory.

You load data into three tables named Date Product, and Inventor/. The Inventor/ table relates to the Date and Product tables by using one-to-many relationships.

Inventor)' data is recorded daily with no exceptions. The correct inventory quantity for a given product in a month is the last recorded value for that month

You need to write a DAX measure that will show the correct inventory value when a user analyzes inventory by year, month, or date.

How should you complete the measure? To answer select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point

Options:

Buy Now
Questions 7

You have a Power B1 dataset that contains quarterly sales performance data.

You need to enable managers to review the data in a format that meets the following requirements:

• Is optimized for printing.

• Renders data in Microsoft Excel, Word, PowerPoint, and PDF formats.

What should you create?

Options:

A.

a paginated report

B.

a template app

C.

an interactive report

D.

a dashboard

Buy Now
Questions 8

You have a Power Bl model that contains two tables named Population and Date.

The Population table contains two columns named Population Amount and Date Key.

DateKey contains date values that represent the first day of a year and are used to create a many-to

The Power Bl model contains two measures that have the following definitions.

Total Population = Sum ('Population'[Population Amount])

2023 Population = CALCULATE ([Total Population]"Date'[Year] = 2023)

You create a table visual that displays Date[Year] and [2023 Population].

What will the table visual show?

Options:

A.

one row per year that contains blank values for every year except 2023

B.

one row per date that contains the population value for the corresponding year repeated in each row

C.

a single row for the year 2023 that contains the related population value

D.

one row per year that contains the same value repeated for each year

Buy Now
Questions 9

You need to create a Power Bl theme that will be used in multiple reports. The theme will include corporate branding for font size, color, and bar chart

formatting.

What should you do?

Options:

A.

Create a theme as a PBIVIZ file and import the theme into Power Bl Desktop.

B.

Create a theme as a JSON file and import the theme into Power Bl Desktop.

C.

From Power Bl Desktop, use a built-in report theme.

D.

From Power Bl Desktop, customize the current theme.

Buy Now
Questions 10

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 Power BI report that imports a date table and a sales table from an Azure SQL database data source. The sales table has the following date foreign keys:

    Due Date

    Order Date

    Delivery Date

You need to support the analysis of sales over time based on all the date foreign keys.

Solution: For each date foreign key, you add inactive relationships between the sales table and the date table.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 11

You have a power BI tenant that hosts the datasets shown in the following table.

You have the following requirements:

• The export of reports that contain Personally Identifiable Information (Pll) must be prevented.

• Data used for financial decisions must be reviewed and approved before use.

For each of the following statements, select Yes if the statement is true. Otherwise select No. NOTE: Each correct selection is worth one point

Options:

Buy Now
Questions 12

Your company plans to completely separate development and production assets such as datasets, reports, and dashboards in Microsoft Power BI.

You need to recommend an application lifecycle strategy. The solution must minimize access to production assets and prevent end users from viewing the development assets.

What should you recommend?

Options:

A.

Create production reports in a separate workspace that uses a shared dataset from the development

workspace. Grant the end users access to the production workspace.

B.

Create one workspace for development. From the new workspace, publish an app for production.

C.

Create a workspace for development and a workspace for production. From the production workspace,

publish an app.

D.

In one workspace, create separate copies of the assets and append DEV to the names of the copied assets. Grant the end users access to the workspace.

Buy Now
Questions 13

You are configuring a Microsoft Power Bl data model to enable users to ask natural language questions by using Q&A. You have a table named Customer that has the following measure.

Customer Count = DISTINCTCOUNT(Customer[CustomerID])

Users frequently refer to customers as subscribers.

You need to ensure that the users can get a useful result for "subscriber count" by using Q&A. The solution must minimize the size of the model.

What should you do?

Options:

A.

Add a description of "subscriber count" to the Customer Count measure.

B.

Set Summarize By to None for the CustomerlD column.

C.

Add a description of "Subscriber" to the Customer table.

D.

Add a synonym of "subscriber" to the Customer table.

Buy Now
Questions 14

You have a semantic model that has the permissions shown in the following exhibit.

Use the drop-down menus to select the answer choice the that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 15

You have a report in Power BI Desktop.

You add a key influencers visual as shown in the exhibit. (Click the Exhibit tab.)

Use the drop-down menus to select the answer choice that completes each statement based on the information presented in the graphic.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 16

The data model must support the following analysis:

    Total sales by product by month in which the order was placed

    Quantities sold by product by day on which the order was placed

    Number Of sales transactions by quarter in Which the order was placed

For each Of the following statements, select Yes if the statement is true. Otherwise, select NO.

Options:

Buy Now
Questions 17

You use an R visual to produce a map of 500,000 customers. You include the values of CustomerID, Latitude, and Longitude in the fields sent to the visual. Each customer ID is unique.

In powerbi.com, when users load the visual, they only see some of the customers.

What is the cause of the issue?

Options:

A.

The visual was built by using a different version of R.

B.

The data comes from a Microsoft SQL Server source.

C.

The data is deduplicated.

D.

Too many records were sent to the visual.

Buy Now
Questions 18

You have the following three versions of an Azure SQL database:

    Test

    Production

    Development

You have a dataset that uses the development database as a data source.

You need to configure the dataset so that you can easily change the data source between the development, test, and production database servers from powerbi.com.

Which should you do?

Options:

A.

Create a JSON file that contains the database server names. Import the JSON file to the dataset.

B.

Create a parameter and update the queries to use the parameter.

C.

Create a query for each database server and hide the development tables.

D.

Set the data source privacy level to Organizational and use the ReplaceValue Power Query M function.

Buy Now
Questions 19

You have a Microsoft Power BI data model that contains three tables named Sales, Product, and Date.

The Sales table has an existing measure named [Total Sales] that sums the total sales from the Sales table.

You need to write a calculation that returns the percentage of total sales that a selected ProductCategoryName value represents. The calculation must respect any slicers on ProductCategoryName and must show the percentage of visible total sales. For example, if there are four ProductCategoryName values, and a user filters one out, a table showing ProductCategoryName and the calculation must sum up to 100 percent.

How should you complete the calculation? 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.

Options:

Buy Now
Questions 20

You have a Power Bl workspace that contains several reports.

You need to provide a user with the ability to create a dashboard that will use the visuals from the reports.

What should you do?

Options:

A.

Grant the Read permission for the datasets to the user.

B.

Add the user as a Viewer of the workspace.

C.

Share the reports with the user.

D.

Create a row-level security (RLS) role and add the user to the role.

E.

Add the user as a member of the workspace.

Buy Now
Questions 21

You need to provide a solution to provide the sales managers with the required access.

What should you include in the solution?

Options:

A.

Create a security role that has a table filter on the Sales_Manager table where

username = UserName()

B.

Create a security role that has a table filter on the Region_Manager table where

sales_manager_id = UserPrincipalName().

C.

Create a security role that has a table filter on the Sales_Manager table where

name = UserName().

D.

Create a security role that has a table filter on the Sales_Manager table where

username = sales_manager_id.

Buy Now
Questions 22

You plan to use Power Bl Desktop to create a bog tracking dashboard that will pull data from Analytics in Azure DevOps.

From Power Bl Desktop, you need to configure a data connector to authenticate to Azure DevOps. The solution must meet the following requirements:

• Use Analytics views.

• Filter data from the cloud.

Which connector should you use?

Options:

A.

OData queries

B.

Azure DevOps (Boards only)

C.

Azure DevOps Server (Boards only)

D.

OData feed

Buy Now
Questions 23

You publish the semantic model to powerbi.com.

For each of the following statements, select Yes if the statement is true. Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 24

You need to create the required relationship for the executive's visual. What should you do before you can create the relationship?

Options:

A.

Change the data type of Sales[region_id] to Whole Number.

B.

In the Sales table, add a measure for sum(sales_amount).

C.

Change the data type of sales[sales_id] to Text.

D.

Change the data type of sales [region_id] to Decimal Number.

Buy Now
Questions 25

You need to create a visualization to meet the reporting requirements of the sales managers.

How should you create the visualization? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 26

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.

Options:

A.

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

B.

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

filters.

C.

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

D.

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

E.

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

Buy Now
Questions 27

What is the minimum number of datasets and storage modes required to support the reports?

Options:

A.

two imported datasets

B.

a single DirectQuery dataset

C.

two DirectQuery datasets

D.

a single imported dataset

Buy Now
Questions 28

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

Options:

Buy Now
Questions 29

You need to ensure that the data is updated to meet the report requirements. The solution must minimize configuration effort.

What should you do?

Options:

A.

From each report in powerbi.com. select Refresh visuals

B.

From Power Bl Desktop, download the PBIX file and refresh the data.

C.

Configure a scheduled refresh without using an on-premises data gateway.

D.

Configure a scheduled refresh by using an on-premises data gateway

Buy Now
Questions 30

You need to create the relationship between the product list and the revenue results. The solution must minimize the time it takes to render visuals.

What should you set as the relationship cardinality?

Options:

A.

One to one

B.

Many to one

C.

One to many

D.

Many to many

Buy Now
Questions 31

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.

Options:

Buy Now
Questions 32

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?

Options:

A.

Create a shared dataset for each standardized entity.

B.

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

C.

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

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.

Buy Now
Questions 33

You need to configure access for the sales department users. The solution must me meet the security requirements. What should you do?

Options:

A.

Add the sales department as a member of the reports workspace

B.

Add the Azure Active Directory group of the sales department as an Admin of the reports workspace.

C.

Distribute an app to the users in the Azure Active Directory group of the sales department.

D.

Share each report to the Azure Active Directory group of the sales department.

Buy Now
Questions 34

You need to create a relationship in the data model for RLS.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 35

How should you distribute the reports to the board? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 36

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.

Options:

Buy Now
Questions 37

You need to minimize me size of the dataset. The solution must meet the report requirements What should you do?

Options:

A.

Change lite OrderlD column in the Orders table to the text data type.

B.

Filter out discontinued products while importing the Product table.

C.

Remove the QuantityPerUnit column from the Products table

D.

Group the Categories table by the CategorylD column.

Buy Now
Questions 38

You need to create the semantic model.

Which storage mode should you use for the tables in the semantic model?

Options:

A.

live connection

B.

Dual

C.

Import

D.

DirectQuery

Buy Now
Questions 39

You need to create a solution to meet the notification requirements of the warehouse shipping department.

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

NOTE: Each correct select is worth one point:

Options:

Buy Now
Questions 40

You need to minimize the size of the semantic model. The solution must meet the report requirements.

What should you do?

Options:

A.

Filter out discontinued products while importing the Products table.

B.

Group the Categories table by the CategorylD column.

C.

Change the OrderlD column in the Orders table to the Text data type.

D.

Remove the QuantityPerUnit column from the Products table.

Buy Now
Questions 41

You need to design the data model to meet the report requirements.

What should you do in Power BI Desktop?

Options:

A.

From Power Query, use a DAX expression to add columns to the Orders table to calculate the calendar quarter of the OrderDate column, the calendar month of the OrderDate column, the calendar quarter of the ShippedDate column, and the calendar month of the ShippedDate column.

B.

From Power Query, add columns to the Orders table to calculate the calendar quarter and the calendar month of the OrderDate column.

C.

From Power Bl Desktop, use the Auto date/time option when creating the reports.

D.

From Power Query, add a date table. Create an active relationship to the OrderDate column in the Orders table and an inactive relationship to the ShippedDate column in the Orders table.

Buy Now
Questions 42

You need to design the data model and the relationships for the Customer Details worksheet and the Orders table by using Power BI. The solution must meet the report requirements.

For each of the following statement, select Yes if the statement is true, Otherwise, select No.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 43

You use Power Query to import two tables named Order Header and Order Details from an Azure SQL database. The Order Header table relates to the Order Details table by using a column named Order ID in each table.

You need to combine the tables into a single query that contains the unique columns of each table.

What should you select in Power Query Editor?

Options:

A.

Merge queries

B.

Append queries

C.

Combine files

Buy Now
Questions 44

You need to create the dataset. Which dataset mode should you use?

Options:

A.

DirectQuery

B.

Import

C.

Live connection

D.

Composite

Buy Now
Questions 45

You need to create the On-Time Shipping report. The report must include a visualization that shows the percentage of late orders.

Which type of visualization should you create?

Options:

A.

bar chart

B.

scatterplot

C.

pie chart

Buy Now
Questions 46

You need to create a relationship in the dataset for RLS.

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

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 47

You need to create the Top Customers report.

Which type of filter should you use, and at which level should you apply the filter? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now
Questions 48

You need to create a measure that will return the percentage of late orders.

How should you complete the DAX expression? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

Options:

Buy Now