Weekend Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: pass65

PL-300 Microsoft Power BI Data Analyst Questions and Answers

Questions 4

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 5

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.

PL-300 Question 5

Options:

Buy Now
Questions 6

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 7

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.

PL-300 Question 7

Options:

Buy Now
Questions 8

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

Options:

A.

CALCULATE (SUM( BalanceSheet [BalanceAmount] ),DATESQTD( 'Date'[Date] ))

B.

CALCULATE (SUM( BalanceSheet [BalanceAmount] ),LASTDATE( 'Date'[Date] ))

C.

FIRSTNONBLANK ( 'Date' [Date]SUM( BalanceSheet[BalanceAmount] ))

D.

CALCULATE (MAX( BalanceSheet[BalanceAmount] ),LASTDATE( 'Date' [Date] ))

Buy Now
Questions 9

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.

PL-300 Question 9

Options:

Buy Now
Questions 10

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 11

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.

PL-300 Question 11

Options:

Buy Now
Questions 12

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 13

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.

PL-300 Question 13

Options:

Buy Now
Questions 14

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 15

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 16

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 17

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 18

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.

PL-300 Question 18

Options:

Buy Now
Questions 19

Your company has employees in 10 states.

The company recently decided to associate each state to one of the following three regions: East, West, and North.

You have a data model that contains employee information by state. The model does NOT include region

information.

You have a report that shows the employees by state.

You need to view the employees by region as quickly as possible.

What should you do?

Options:

A.

Create a new aggregation that summarizes by employee.

B.

Create a new group on the state column and set the Group type to List.

C.

Create a new group on the state column and set the Group type to Bin.

D.

Create a new aggregation that summarizes by state.

Buy Now
Questions 20

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.

PL-300 Question 20

Options:

Buy Now
Questions 21

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.

PL-300 Question 21

Options:

Buy Now
Questions 22

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 23

You need to create a relationship between the Weekly_Returns table and the Date table to meet the reporting requirements of the regional managers. What should you do?

Options:

A.

In the Weekly.Returns table, create a new calculated column named date-id in a format of yyyymmdd and use the calculated column to create a relationship to the Date table.

B.

Add the Weekly_Returns data to the Sales table by using related DAX functions.

C.

Create a new table based on the Date table where date-id is unique, and then create a many-to-many relationship to Weekly_Return.

Buy Now
Questions 24

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.

PL-300 Question 24

Options:

Buy Now
Questions 25

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.

PL-300 Question 25

Options:

Buy Now
Questions 26

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 27

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:

PL-300 Question 27

Options:

Buy Now
Questions 28

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.

PL-300 Question 28

Options:

Buy Now
Questions 29

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 30

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 31

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.

PL-300 Question 31

Options:

Buy Now
Questions 32

You have a project management app that is fully hosted in Microsoft Teams. The app was developed by using Microsoft Power Apps.

You need to create a Power BI report that connects to the project management app.

Which connector should you select?

Options:

A.

Microsoft Teams Personal Analytics

B.

SQL Server database

C.

Dataverse

D.

Dataflows

Buy Now
Questions 33

You have a Microsoft Excel file on a file server.

You create a Power BI report and import a table from the Excel file.

You publish the report.

You need to ensure that the data refreshes every four hours.

What should you do first?

Options:

A.

Upload the Excel file to a Power BI workspace.

B.

Create a subscription to the report.

C.

Deploy an on-premises data gateway.

D.

Edit the data source credentials.

Buy Now
Questions 34

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 35

From Power Query Editor, you attempt to execute a query and receive the following error message.

Datasource.Error: could not find file.

What are two possible causes of the error? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Options:

A.

The file is locked

B.

An incorrect privacy level was used for the data source.

C.

The referenced file was moved to a new location

D.

You do not have permissions to the file.

Buy Now
Questions 36

You have data in a Microsoft Excel worksheet as shown in the following table.

PL-300 Question 36

You need to use Power Query to clean and transform the dataset. The solution must meet the following requirements:

• If the discount column returns an error, a discount of 0.05 must be used.

• All the rows of data must be maintained.

• Administrative effort must be minimized.

What should you do in Power Query Editor?

Options:

A.

Select Keep Errors

B.

Edit the query in the Query Errors group.

C.

Select Replace Errors

D.

Select Remove Errors.

Buy Now
Questions 37

You are creating a query to be used as a Country dimension in a star schema.

A snapshot of the source data is shown in the following table.

PL-300 Question 37

You need to create the dimension. The dimension must contain a list of unique countries.

Which two actions should you perform? Each correct answer presents part of the solution.

Options:

A.

Remove duplicates from the Country column.

B.

Remove duplicates from the City column.

C.

|Remove duplicates from the table.

D.

Delete the City column.

E.

Delete the Country column.

Buy Now
Questions 38

You use Power Query Editor to preview the data shown in the following exhibit.

PL-300 Question 38

PL-300 Question 38

Options:

Buy Now
Questions 39

You are profiting data by using Power Query Editor.

You have a table that contains a column named column1. Column statistics and Value distribution for column1 are shown in the following exhibit.

PL-300 Question 39

PL-300 Question 39

Options:

Buy Now
Questions 40

You have the tables shown in the following table.

PL-300 Question 40

The Impressions table contains approximately 30 million records per month.

You need to create an ad analytics system to meet the following requirements:

    Present ad impression counts for the day, campaign, and Site_name. The analytics for the last year are required.

    Minimize the data model size.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Group the impressions by Ad_id, Site_name, and Impression_date.Aggregate by using the CountRows function.

B.

Create one-to-many relationships between the tables.

C.

Create a calculated measure that aggregates by using the COUNTROWS function.

D.

Create a calculated table that contains Ad_id, Site_name, and Impression_date.

Buy Now
Questions 41

UESTION NO: 7

You have a report that contains a bar chart and a column chart. The bar chart shows customer count by

customer segment. The column chart shows sales by month.

You need to ensure that when a segment is selected in the bar chart, you see which portion of the total sales for the month belongs to the customer segment.

How should the visual interactions be set on the column chart when the bar chart is selected?

Options:

A.

no impact

B.

highlight

C.

filter

Buy Now
Questions 42

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.

From Power Query Editor, you profile the data shown in the following exhibit.

PL-300 Question 42

The IoT GUID and IoT ID columns are unique to each row in query.

You need to analyze IoT events by the hour and day of the year. The solution must improve dataset performance.

Solution: You remove the loT GUID column and retain the loT ID column.

Does this meet the goal?

Options:

A.

Yes

B.

No

Buy Now
Questions 43

You have a Q&A visual that displays information from a table named Carriers as shown in the following exhibit.

PL-300 Question 43

You need to ensure that users can ask questions by using the term airline or carrier. The solution must minimize changes to the data model.

What should you do?

Options:

A.

Add a duplicate query named Airline.

B.

Add airline as a synonym of carrier.

C.

Rename the carrier column as airline in the Carriers query.

D.

Rename the query from Carriers to airlines.

Buy Now
Questions 44

You have multiple dashboards.

You need to ensure that when users browse the available dashboards from powerbi.com. they can see which dashboards contain Personally Identifiable Information (Pll). The solution must minimize configuration effort and impact on the dashboard design.

What should you use?

Options:

A.

Active Directory groups

B.

tiles

C.

data classifications

D.

comments

Buy Now
Questions 45

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.

PL-300 Question 45

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?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 46

You need to get data from the Microsoft SQL Server tables. What should you use to configure the connection'

Options:

A.

import that uses a Microsoft account

B.

DirectQuery that uses the end-user s credentials

C.

DirectQuery that uses a database credential

D.

Import that uses a database credential

Buy Now
Questions 47

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?

Options:

A.

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

B.

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

C.

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

D.

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

Buy Now
Questions 48

You need to create relationships to meet the reporting requirements of the customer service department.

What should you create?

Options:

A.

an additional date table named ShipDate, a one-to-many relationship fromSales[sales_date_id] to Date[date_id], and a one-to-many relationship fromSales[sales_ship_date_id] to ShipDate[date_id]

B.

an additional date table named ShipDate, a many-to-many relationship fromSales[sales_date_id] to Date[date_id], and a many-to-many relationship fromSales[sales_ship_date_id] to ShipDate[date_id]

C.

a one-to-many relationship from Date[date_id] to Sales[sales_date_id] and another one-to-many relationship from Date[date_id] to Weekly_Returns[week_id]

D.

a one-to-many relationship from Sales[sales_date_id] to Date[date_id] and a one-to-manyrelationship from Sales[sales_ship_date_id] to Date[date_id]

E.

a one-to-many relationship from Date[date_id] to Sales[sales_date_id] and another one-to-many relationship from Date[date_id] to Sales[sales_ship_date_id]

Buy Now
Questions 49

You have a Power Bl workspace named Inventory that contains a dataset a report and a dashboard.

You need to add an additional tile to the dashboard. The tile must show inventory by location. This information is NOT visualized in the report. The solution must minimize the impact on the report.

Which two actions should you perform? Each correct answer presents part of the solution.

NOTE: Each correct selection is worth one point.

Options:

A.

Use quick insights on the dashboard.

B.

Hide the report page.

C.

Ask a question by using Q&A.

D.

Add the visual to the report.

E.

Pin the visual to the dashboard.

Buy Now
Questions 50

You have a Microsoft Exert spreadsheet named Excel1 that contains survey results.

You have a Power Bl dashboard named DashboardA that has Q&A enabled.

You need to ensure that users who can access DashboardA can ask Questions based on the contents of Excel 1 and pm visuals based on their queries to DashboardA. The solution must minimize development time.

Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

PL-300 Question 50

Options:

Buy Now
Questions 51

You use Microsoft Power B1 Desktop to review the data shown in the following exhibit.

PL-300 Question 51

PL-300 Question 51

Options:

Buy Now
Questions 52

For the sales department at your company, you publish a Power Bl report and a semantic model that imports data from a Microsoft Excel file located in a Microsoft SharePoint folder. The semantic model contains several measures.

You need to create a new Power Bl report from the existing data that will use many of the measures created in the initial Power Bl semantic model. The solution must minimize development effort.

Which type of data source should you use?

Options:

A.

an Excel workbook

B.

a ShaiePoint folder

C.

Power Bl dataset

D.

Power Bl dataflows

Buy Now
Questions 53

You have sales data in a star schema that contains four tables named Sales, Customer, Date, and Product. The Sales table contains purchase and ship dates.

Most often, you will use the purchase date to analyze the data, but you will analyze the data by both dates independently and together.

You need to design an imported dataset to support the analysis. The solution must minimize the model size and the number of queries against the data source.

Which data modeling design should you use?

Options:

A.

Use the Auto Date/Time functionality in Microsoft Power Bl and do NOT import the Date table.

B.

Duplicate the Date query in Power Query and create active relationships between Sales and both Date tables in the modeling view.

C.

On the Date table, use a reference query in Power Query and create active relationships between Sales and both Date tables in the modeling view.

D.

Import the Date table twice in Power Query and create active relationships between Sales and both Date tables in the modeling view.

Buy Now
Questions 54

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 whereusername = UserName()

B.

Create a security role that has a table filter on the Region_Manager table wheresales_manager_id = UserPrincipalName().

C.

Create a security role that has a table filter on the Sales_Manager table wherename = UserName().

D.

Create a security role that has a table filter on the Sales_Manager table whereusername = sales_manager_id.

Buy Now
Questions 55

You need to address the data concerns before creating the data model. What should you do in Power Query Editor?

Options:

A.

Select Column distribution.

B.

Select the sales_amount column and apply a number filter.

C.

Select Column profile, and then select the sales_amount column.

D.

Transform the sales_amount column to replace negative values with 0.

Buy Now
Questions 56

You need to create a calculated column to display the month based on the reporting requirements. Which DAX expression should you use?

Options:

A.

FORMAT('Date'[date], "MMM YYYY")

B.

FORMAT('Date' [date], "M YY")

C.

FORMAT('Date'[date_id], "MMM") & "" & FORMAT('Date'[year], "#")

D.

FORMAT('Date' [date_id], "MMM YYYY")

Buy Now
Questions 57

What should you create to meet the reporting requirements of the sales department?

Options:

A.

a measure that uses a formula of SUM (Sales [sales_id])

B.

a calculated column that use a formula of COUNTA(sales [sales_id])

C.

a measure that uses a formula of COUNTROWS (Sales)

D.

a calculated column that uses a formula of SUM (Sales [sales_id])

Buy Now
Questions 58

You publish the dataset 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.

PL-300 Question 58

Options:

Buy Now
Questions 59

You have a semantic model in import mode that contains the model shown in the following exhibit.

PL-300 Question 59

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.

PL-300 Question 59

Options:

Buy Now
Exam Code: PL-300
Exam Name: Microsoft Power BI Data Analyst
Last Update: Aug 21, 2025
Questions: 450

PDF + Testing Engine

$65.27  $186.49

Testing Engine

$52.32  $149.49
buy now PL-300 testing engine

PDF (Q&A)

$48.12  $137.49
buy now PL-300 pdf