100% found this document useful (2 votes)
284 views66 pages

PL-300 Updated Questions - Microsoft Power BI Data Analyst

The document provides an overview of the PL-300 exam for Microsoft Power BI Data Analysts, including exam details, sample questions, and study materials. It emphasizes the importance of practicing with exam dumps to build confidence and improve chances of passing the exam. Additionally, it outlines various scenarios and solutions related to Power BI functionalities and best practices.

Uploaded by

buddyzabbo94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
284 views66 pages

PL-300 Updated Questions - Microsoft Power BI Data Analyst

The document provides an overview of the PL-300 exam for Microsoft Power BI Data Analysts, including exam details, sample questions, and study materials. It emphasizes the importance of practicing with exam dumps to build confidence and improve chances of passing the exam. Additionally, it outlines various scenarios and solutions related to Power BI functionalities and best practices.

Uploaded by

buddyzabbo94
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 66

Exam Code: PL-300

Exam Name: Microsoft Power BI Data Analyst

Associate Certification: Microsoft Certified: Power BI Data Analyst


Associate

Samples: 73Q&As

Save 40% on Full PL-300 Exam Dumps with Coupon


“40PASS”

PL-300 exam dumps provide the most effective material to study and
review all key Microsoft Power BI Data Analyst topics. By thoroughly
practicing with PL-300 exam dumps, you can build confidence and pass the
exam in a shorter time.

Practice PL-300 exam online questions below.

1. DRAG DROP
You have a Power Bl table named Customer that contains a field named Email Address.
You discover that multiple records contain the same email address.
You need to create a calculated column to identify which records have duplicate email
addresses.
How should you complete the OAX expression for the calculated column? 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.

Answer:
Explanation:
You are to count the number of rows having same email address.
2. DRAG DROP
You have a Microsoft Exert spreadsheet named Excel1 that contains survey results.
You have a Power Bl dashboard named Dashboard A that has Q&A enabled.
You need to ensure that users who can access Dashboard A can ask Questions based on the
contents of Excel 1 and pm visuals based on their queries to Dashboard A. 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.

Answer:
3. 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?
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.
Answer: B
Explanation:
https://docs.microsoft.com/en-us/learn/modules/create-manage-workspaces-power-
bi/4-development-lifecycle-strategy

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 are modeling data by using Microsoft Power Bl. Part of the data model is a large Microsoft
SQL Server table named Order that has more than 100 million records.
During the development process, you need to import a sample of the data from the Order table.
Solution: You write a DAX expression that uses the FILTER function.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
The filter is applied after the data is imported.
Instead add a WHERE clause to the SQL statement.
Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/service-gateway-sql-tutorial

5. You need to provide a solution to provide the sales managers with the required access.
What should you include in the solution?
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.
Answer: A
Explanation:
https://powerbi.microsoft.com/en-us/blog/using-username-in-dax-with-row-level-security/

6. You maintain a Power Bl workspace that contains a supplier quality dashboard. The
dashboard contains 10 card visuals, two map visuals and five bar chart visuals.
The dashboard mobile layout is shown in the exhibit. (Click the Exhibit tab.)
You need to modify the dashboard mobile layout to meet the following requirements:
• Only show single-value visuals.
• Minimize scrolling.
What should you do?
A. Remove the card visual, increase the size of the map and bar chart visuals
B. Decrease the size of the map and bar chart visuals Move all the card visuals to the top of the
layout.
C. Move the bar chart visuals to the top of the layout Remove the map visuals. Decrease the
size of the card visuals.
D. Decrease the size of the card visuals. Remove the map and bar chart visuals.
Answer: D

7. 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.

The IOT ID columns are unique to each row in query.


You need to analyze 10T events by the hour and day of the year. The solution must improve
dataset performance.
Solution: You create a custom column that concatenates the 10T GUID column and the IoT ID
column and then delete the IoT GUID and IoT ID columns.
Does this meet the goal?
A. Yes
B. No
Answer: B

8. You have a Power Bl semantic model that contains the following tables.

You need to define a relationship from FactSales to DimProduct. The solution must ensure the
fastest DAX query performance.
Which cardinality should you use?
A. one-to-one
B. many-to-many
C. many-to-one
D. one-to-many
Answer: C

9. You have a Power B1 report that contains one visual


You need to provide users with the ability to change the visual type without affecting the view for
other users.
What should you do?
A. From Tabular Editor, create a new perspective.
B. From Report settings, select Personalize visuals
C. From the Bookmarks pane, select Focus mode and then select Add
D. From Visual options in Report settings, select Use the modem visual header with updated
styling options
Answer: B

10. You need to create a visual that compares profit across 10 product categories for a selected
quarter.
What is the best visual to use to achieve the goal? More than one answer choice may achieve
the goal Select the BEST answer.
A. an area chart
B. a clustered bar chart
C. a line chart
D. a funnel chart
Answer: B

11. DRAG DROP


You plan to use Power BI to create a quarterly profit report that meets the following
requirements:
• Emphasizes the percentage of total profits contributed by each product category in dollars and
as a percentage
• Compares profit margins across sales regions
Which type of visual should you use for each requirement? To answer, drag the appropriate
visuals to the correct requirements. Each visual 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.

Answer:
12. What is the minimum number of datasets and storage modes required to support the
reports?
A. two imported datasets
B. a single DirectQuery dataset
C. two DirectQuery datasets
D. a single imported dataset
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.

13. You plan to use Power B1 to create sales invoices for customers.
The solution must meet the following requirements:
• Sales invoices must be exported in a PDF format
• The PDF exports must show all columns and rows clearly.
What should you create?
A. a paginated report that contains a table
B. an interactive report that contains a matrix
C. a dashboard that contains a table
D. an inlet active report that contains a table
Answer: A

14. HOTSPOT
Your company plans to use Power BI for 20 users in the sales department.
The users will perform the following tasks:
? Access a published Power BI app
? Modify reports in an app workspace
? Share dashboards created in My Workspace
You need to identify which Power BI licenses are required for the tasks. The solution must use
the Power BI (free) licenses, whenever possible.
Which license should you identify for each task? To answer, select the appropriate options in
the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-bi/service-create-distribute-apps
https://docs.microsoft.com/en-us/power-bi/service-collaborate-power-bi-workspace

15. HOTSPOT
You plan to create a Power Bl dataset to analyze attendance at a school. Data will come from
two separate views named View1 and View? in an Azure SQL database.
View1 contains the columns shown in the following table.

View2 contains the columns shown in the following table.


The views can be related based on the Class ID column.
Class ID is the unique identifier for the specified class, period, teacher, and school year.
For example, the same class can be taught by the same teacher during two different periods,
but the class will have a different class ID.
You need to design a star schema data model by using the data in both views.
The solution must facilitate the following analysis:
? The count of classes that occur by period
? The count of students in attendance by period by day
? The average number of students attending a class each month
In which table should you include the Teacher First Name and Period Number fields? To
answer, select the appropriate options in the answer area. NOTE: Each correct selection is
worth one point.
Answer:

Explanation:
Teacher dimension
Class dimension

16. HOTSPOT
You use Microsoft Power B1 Desktop to review the data shown in the following exhibit.
Answer:

17. You have an on-premises data gateway.


You need to reduce the amount of data sent through the gateway by semantic models that run
in Import storage mode.
Solution: You decrease the dashboard cache update frequency.
Does this meet the goat?
A. Yes
B. No
Answer: B

18. HOTSPOT
You have a Power BI semantic model.
You discover that he semantic model contains values that display as errors.
You need to use data profiling feature in Power Query to preview the date and identify the
issues.
What should you select to gain into the number of errors in the model, and what should you
select to resolve the errors? To answer, select the appropriate options in the answer area.
NOTE: Each correct answer is worth one point.

Answer:

19. HOTSPOT
You have a column named UnitslnStock as shown in the following exhibit.
UnitsInStock has 75 non-null values, of which 51 are unique.
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.

Answer:

20. Which DAX expression should you use to get the ending balances in the balance sheet
reports?
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] )
)
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

21. You need to minimize the size of the semantic model. The solution must meet the report
requirements.
What should you do?
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.
Answer: D

22. 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?
A. no impact
B. highlight
C. filter
Answer: B
Explanation:
HIGHLIGHT as the question required us to "you see which portion of the total sales for the
month belongs to the customer segment" -- in order to see WHICH portion, you need to still see
the whole visual, highlight is most appropriate. If the requirement stated to ONLY SEE THE
PORTION IT RELATES TO then filter would be appropriate.
23. You have a Power B1 report that contains the visuals shown in the following table.

You need to modify the location of each visual.


What should you modify for each visual?
A. the layer order
B. the padding
C. the position
D. the tab order
Answer: C

24. You have a table that contains sales data and approximately 1,000 rows.
You need to identify outliers in the table.
Which type of visualization should you use?
A. area chart
B. donut chart
C. scatter plot
D. pie chart
Answer: C
Explanation:
Outliers are those data points that lie outside the overall pattern of distribution & the easiest way
to detect outliers is though graphs. Box plots, Scatter plots can help detect them easily.
Reference: https://towardsdatascience.com/this-article-is-about-identifying-outliers-through-
funnel-plots-using-the-microsoft-power-bi-d7ad16ac9ccc

25. DRAG DROP


In Power Query Editor, you have three queries named ProductCategory, ProductSubCategory,
and Product.
Every Product has a ProductSubCategory.
Not every ProductsubCategory has a parent ProductCategory.
You need to merge the three queries into a single query. The solution must ensure the best
performance in Power Query.
How should you merge the tables? To answer, drag the appropriate merge types to the correct
queries. Each merge type 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.

Answer:
Explanation:
Box 1: Inner
Every Product has a ProductSubCategory.
A standard join is needed.
One of the join kinds available in the Merge dialog box in Power Query is an inner join, which
brings in only matching rows from both the left and right tables.
Box 2: Left outer
Not every ProductsubCategory has a parent ProductCategory.
One of the join kinds available in the Merge dialog box in Power Query is a left outer join, which
keeps all the rows from the left table and brings in any matching rows from the right table.
Reference:
https://docs.microsoft.com/en-us/power-query/merge-queries-inner
https://docs.microsoft.com/en-us/power-query/merge-queries-left-outer

26. On the Power BI Desktop View menu, select Sync slicers.


The Sync slicers pane appears between the Filters and Visualizations panes.

Reference:
https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-report-add-filter
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-slicers

27. 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?
A. One to one
B. Many to one
C. One to many
D. Many to many
Answer: C

28. 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 scenario, you will NOT be able to return to it. As a result,
these questions will not appear in the review screen.
You have a clustered bar chart that contains a measure named Salary as the value and a field
named Employee as the axis. Salary is present in the data as numerical amount representing
US dollars.
You need to create a reference line to show which employees are above the median salary.
Solution: You create a median line by using the Salary measure.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
The 50th percentile is also known as the median or middle value where 50 percent of
observations fall below.
Reference: https://dash-intel.com/powerbi/statistical_functions_median.php

29. HOTSPOT
You have a Power BI model that contains the following data.

The Date table relates to the Sales table by using the Date columns.
You need to create a calculated table that v/ill contain the following:

Answer:

30. 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?
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.
Answer: B

31. You have a Power 31 data model that contains a table named Stores.
The table has the following columns:
* Store Name
* Open Date
* Status
* State
* City
You need to create a calculated column named Active Store Name that meets the following
requirements:

Answer:

32. HOTSPOT
You have the Power BI data model shown in the following exhibit.
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.
Answer:

33. HOTSPOT
You have a folder that contains 50 JSON files.
You need to use Power 81 Desktop to make the metadata of the files available as a single
semantic model. The solution must NOT store the data of the JSON files.
Which type of data source should you use. and which transformation should you perform? To
answer, select the appropriate options in the answer area. NOTE: Each correct selection is
worth one point.

Answer:
34. Your company has training videos that are published to Microsoft Stream.
You need to surface the videos directly in a Microsoft Power BI dashboard.
Which type of tile should you add?
A. video
B. custom streaming data
C. text box
D. web content
Answer: D
Explanation:
https://docs.microsoft.com/en-us/stream/portal-embed-video
https://docs.microsoft.com/en-us/power-bi/create-reports/service-dashboard-add-widget#add-
web-content

35. 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.
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.
Answer: C, E

36. Turn on Data Label

37. HOTSPOT
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.

Answer:

Explanation:
Box 1: many-to-one
Each employee in the Sales Employees table is assigned to one sales region. Multiple
employees can be assigned to each region.
The Suppliers table has a Region column.
Box 2: Suppliers table

38. You have a Power Bl report that contains a table visual The visual contains a column.
The column contains whole numbers ranging from o* 1 to 20.
You need to use conditional formatting to meet the following requirements:
• Visually compare the values without having to read the text containing the number.
• Show a different format for each distinct value
• Hide the numeric value of ColumnA.
• Minimize development effort.
Which formatting should you use?
A. background color
B. font color
C. icons
D. data bars
Answer: D

39. HOTSPOT
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.

Answer:

40. You are developing a sales report that will have multiple pages. Each page will answer a
different business question.
You plan to have a menu page that will show all the business questions.
You need to ensure that users can click each business question and be directed to the page
where the question is answered. The solution must ensure that the menu page will work when
deployed to any workspace.
What should you include on the menu page?
A. Create a text box for each business question and insert a link.
B. Create a button for each business question and set the action type to Bookmark.
C. Create a Power Apps visual that contains a drop-down list. The drop-down list will contain the
business
questions.
Answer: B
Explanation:
When you create a bookmark, the following elements are saved with the bookmark: - The
current page - Filters - Slicers, including slicer type (for example, dropdown or list) and slicer
state - Visual selection state (such as cross-highlight filters) - Sort order - Drill location - Visibility
of an object (by using the Selection pane) - The focus or Spotlight modes of any visible object

41. HOTSPOT
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.

Answer:
42. You have a Power BI semantic model named Model1 that contains two table named
DimDate and FactSales. There is an active relationship between DimDate and FactSales.
DimDate is marked as the date table.
FactSales contains the following data.

Model1 contains the following measure:

You have a report that uses Model1. The report has a single report page that has a page level
filter set to may 9, 2024. The result of the Previous Year measure is displayed in a card visual.
Which value appear in the card visual?
A. 10
B. 15
C. 35
D. 60
Answer: B

43. You are building a Power BI report to analyze customer segments.


You need to identify customer segments dynamically based on the Bounce Rate across
dimensions such as source, geography, and demographics. The solution must minimize
analysis effort.
Which type of visualization should you use?
A. decomposition tree
B. funnel chart
C. Q&A
D. key influencers
Answer: A
Explanation:
The key influencers visual is a great choice if you want to:
See which factors affect the metric being analyzed.
Contrast the relative importance of these factors. For example, do short-term contracts affect
churn more than long-term contracts?
Note: The key influencers visual helps you understand the factors that drive a metric you're
interested in. It analyzes your data, ranks the factors that matter, and displays them as key
influencers. For example, suppose you want to figure out what influences employee turnover,
which is also known as churn. One factor might be employment contract length, and another
factor might be commute time.
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-influencers

44. HOTSPOT
You use Power Query Editor to preview the data in a column named Resource Location.
The column statistics and value distributions of Resource Location appear as shown in the
following exhibit.

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.
Answer:

45. HOTSPOT
You have a Power BI model that contains a table named Sales and a related date table. Sales
contains a measure named Total Sales You need to create a measure that calculates the total
sales from the equivalent month of the previous year.
How should you complete the calculation? To answer, select the appropriate options in the
answer area. NOTE: Each correct selection is worth one point.
Answer:
46. HOTSPOT
You need to create a Power Bl report.
The first page or the report must contain the following two views:
* Sales By Postal Code
* Sales by Month
Both views must display a slicer to select a value for a field named Chain.
The Sales By Postal Code view must display a map visual as shown in the following exhibit.
Answer:
47. 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 scenario, you will NOT be able to return to it. As a result,
these questions will not appear in the review screen.
You have a clustered bar chart that contains a measure named Salary as the value and a field
named Employee as the axis. Salary is present in the data as numerical amount representing
US dollars.
You need to create a reference line to show which employees are above the median salary.
Solution: You create an average line by using the Salary measure.
Does this meet the goal?
A. Yes
B. No
Answer: B
Explanation:
Instead create a percentile line by using the Salary measure and set the percentile to 50%.
Note: The 50th percentile is also known as the median or middle value where 50 percent of
observations fall below.
Reference: https://dash-intel.com/powerbi/statistical_functions_percentile.php

48. HOTSPOT
You have a Power Bl semantic model that contains the following tables.

All the tables use the same data source.


You need to reduce the number of limited relationships in the model by changing the storage
mode of certain tables. The solution must NOT affect the latency of the data.
Which storage mode should you select for the Customer and Geography tables? To answer,
select the appropriate options in the answer area. NOTE: Each correct selection is worth one
point.

Answer:
49. 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 are modeling data by using Microsoft Power BI. Part of the data model is a large Microsoft
SQL Server table named Order that has more than 100 million records.
During the development process, you need to import a sample of the data from the Order table.
Solution: You add a WHERE clause to the SQL statement.
Does this meet the goal?
A. Yes
B. No
Answer: A
Explanation:
The WHERE clause has its effects before the data is imported.
Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/service-gateway-sql-tutorial

50. A user creates a Power B1 report named Report A that uses a custom theme You create a
dashboard named Dashboard A.
You need to ensure that Dashboard A uses the custom theme. The solution must minimize
development effort.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.
A. From DashboardA upload a JSON theme.
B. Publish ReportA to the Microsoft Power B1 Community theme gallery.
C. From DashboardA create a custom theme.
D. From ReportA save the current theme.
E. Publish ReportA to Power Bl.
Answer: A, E

51. 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
B. Dashboards
C. Datasets
D. Workbooks
Answer: C
Explanation:
Reference: https://docs.microsoft.com/en-us/power-bi/service-q-and-a-create-featured-
questions

52. You build a report to analyze customer transactions from a database that contains the
tables shown in the following table.
You import the tables.
Which relationship should you use to link the tables?
A. one-to-many from Customer to Transaction
B. one-to-one between Customer and Transaction
C. one-to-many from Transaction to Customer
D. many-to-many between Customer and Transaction
Answer: A
Explanation:
Each customer can have many transactions.
For each transaction there is exactly one customer.

53. HOTSPOT
You have the Azure SQL databases shown in the following table.

You plan to build a single PBIX file to meet the following requirements:
• Data must be consumed from the database that corresponds to each stage of the
development lifecycle.
• Power Bl deployment pipelines must NOT be used.
• The solution must minimize administrative effort.
What should you do? To answer, select the appropriate options in the answer area.

Answer:

54. You have a Power B1 report that contains a bar chart. The bar chart displays sales by
country. You need to ensure that a summary of the data shown on the bar chart is accessible by
using a screen reader.
What should you configure on the bar chart?
A. the tab order
B. alt text
C. conditional formatting
D. the layer order
Answer: B

55. Drag a date or non-numeric dimension into the Axis of a column chart
Add percentile lines to monitor daily revenue

56. Calculate the row count on the table


57. You have four sales regions. Each region has multiple sales managers.
You implement row-level security (RLS) in a data model. You assign the relevant distribution
lists to each role.
You have sales reports that enable analysis by region. The sales managers can view the sales
records of their region. The sales managers are prevented from viewing records from other
regions.
A sales manager changes to a different region.
You need to ensure that the sales manager can see the correct sales data.
What should you do?
A. From Microsoft Power Bl Desktop, edit the Row-Level Security setting for the reports.
B. Change the Microsoft Power Bl license type of the sales manager.
C. Manage the permissions of the underlying dataset
D. Request that the sales manager be added to the correct Azure Active Directory group.
Answer: D
Explanation:
Using AD Security Groups, you no longer need to maintain a long list of users.
All that you will need to do is to put in the AD Security group with the required permissions and
Power BI will do the REST! This means a small and simple security file with the permissions
and AD Security group.
Note: Configure role mappings
Once published to Power BI, you must map members to dataset roles.
Members can be user accounts or security groups. Whenever possible, we recommend you
map security groups to dataset roles. It involves managing security group memberships in
Azure Active Directory. Possibly, it delegates the task to your network administrators.
Reference:
https://www.fourmoo.com/2018/02/20/dynamic-row-level-security-is-easy-with-active-directory-
security-groups/
https://docs.microsoft.com/en-us/power-bi/guidance/rls-guidance

58. DRAG DROP


You use Power Bi Desktop to create a Power Bl data model and a blank report.
You need to add the Word Cloud visual shown in the following exhibit to the report.
The solution must minimize development effort
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.

Answer:
59. HOTSPOT
You are creating an analytics report that will consume data from the tables shown in the
following
table.

There is a relationship between the tables.


There are no reporting requirements on employeejd and employee_photo.
You need to optimize the data model
What should you configure for employeejd and employee.photo? To answer, select the
appropriate options in the answer area.
Answer:
Explanation:
Box 1: Hide
Optimize data by hiding fields and sorting visualization data
Box 2: Delete
The fastest way to optimize your Power BI report is to limit the number of columns to only the
ones you need in your data model. Go through your tables in Power Query and determine what
fields are being used. Delete these columns if they are not being used in any of your reports or
calculations.
Reference: https://tessellationtech.io/optimizing-power-bi-reports/

60. You import two Microsoft Excel tables named Customer and Address into Power Query.
Customer contains the following columns:
? Customer ID
? Customer Name
? Phone
? Email Address
? Address ID
Address contains the following columns:
? Address ID
? Address Line 1
? Address Line 2
? City
? State/Region
? Country
? Postal Code
The Customer ID and Address ID columns represent unique rows.
You need to create a query that has one row per customer. Each row must contain City,
State/Region, and Country for each customer.
What should you do?
A. Merge the Customer and Address tables.
B. Transpose the Customer and Address tables.
C. Group the Customer and Address tables by the Address ID column.
D. Append the Customer and Address tables.
Answer: D
Explanation:
There are two primary ways of combining queries: merging and appending.
When you have one or more columns that you’d like to add to another query, you merge the
queries.
When you have additional rows of data that you’d like to add to an existing query, you append
the query.
Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-shape-and-
combine-data

61. You need to get data from the Microsoft SQL Server tables.
What should you use to configure the connection'
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
Answer: B

62. You have a Microsoft SharePoint Online site that contains several document libraries.
One of the document libraries contains manufactunng reports saved as Microsoft Excel files. All
the manufacturing reports have the same data structure.
You need to use Power Bl Desktop to load only the manufacturing reports to a table for
analysis.
What should you do?
A. Get data from a SharePoint folder, enter the site URL and then select Combine & Load
B. Get data from a SharePoint list and enter the site URL Select Combine & Transform, then
filter by the folder path to the manufacturing reports library.
C. Get data from a SharePoint list enter the site URL and then select Combine & Load
D. Get data from a SharePoint folder and enter the site URL. Select Transform, then filter by the
folder path to the manufacturing reports library,
Answer: D

63. You have a Power BI report that contains four pages.


All the pages contain a slicer for a field named Country.
You need to ensure that when a user selects a county on page l, the selection is retained on
page 2 and page 3. The solution must prevent page 4 from being affected by selections on the
other pages.
What should you do?
A. Remove the Country slicer from page 1, page 2, and page 3. Add the Country field to the
report-level filters.
B. Remove the Country slicer from page 1, page 2, and page 3. Add the Country field to the
page-level filters.
C. Sync the Country slicer on page 1, page 2, and page 3,
D. Move the Country slicer from page 2 and page 3 to page 1.
Answer: B

64. 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?
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.
Answer: D
Explanation:
R visuals in the Power BI service have a few limitations including:
Data size limitations C data used by the R visual for plotting is limited to 150,000 rows. If more
than 150,000 rows are selected, only the top 150,000 rows are used and a message is
displayed on the image. Additionally, the input data has a limit of 250 MB.
Reference: https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals

65. You have a Power Bl report that contains the table shown in the following exhibit.
The table contains conditional formatting that shows which stores are above, near, or below the
monthly quota for returns. You need to ensure that the table is accessible to consumers of
reports who have color vision deficiency.
What should you do?
A. Add alt text that lists the values in the table.
B. Change the icons to use a different shape for each color.
C. Remove the icons and use red, yellow, and green background colors instead
D. Move the conditional formatting icons to a tooltip report
Answer: B

66. Note: This question is a part of a series of questions that present 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 exactly the same in each question in
this series.
Start of repeated scenario
You have a Microsoft SQL Server database that has the tables shown in the Database Diagram
exhibit. (Click the Exhibit.)
You plan to develop a Power BI model as shown in the Power BI Model exhibit. (Click the
Exhibit).
You plan to use Power BI to import data from 2013 to 2015.
Product Subcategory [Subcategory] contains NULL values.
End of repeated scenario.
You implement the Power BI model.
You need to add a measure to rank total sales by product.
The results must appear as shown in the following table.
Which DAX formula should you use?
A. Product Ranking= RANKX (Product, [SalesAmount], , DESC, Skip)
B. Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Dense)
C. Product Ranking= RANKX (ALL, (‘Product’), [SalesAmount], , DESC, Skip)
D. Product Ranking= RANKX (ALL (‘Product’), [SalesAmount], , Asc, Dense
Answer: B
Explanation:
Reference: https://msdn.microsoft.com/en-us/library/gg492185.aspx

67. You have a Fabric tenant that hosts the semantic models shown in the following table.

The auto date/time option or the model is enabled.


You need to reduce the size of the model while maintaining the ability to analyze product sales
by month and quarter.
Which two actions should you perform? Each correct answer presents part of the solution.
NOTE: Each correct answer is worth one pent.
A. Create a Rate table and select Mark as Date Table.
B. Disable the auto date/time option.
C. Remove the relationship between the Product table and the Sales table.
D. Disable the load on the Date table.
E. Create a relationship between the Date table and the Sales table.
Answer: B

68. HOTSPOT
You have the data lineage shown in the following exhibit.
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.

Answer:
Explanation:
Box 1: CONTOSO BIKES report
Box 2: three datasets
Images, tweets and the Contoso datasets.

69. You are reviewing a query that produces 10,000 rows in the Power Query Editor.
You need to identify whether a column contains only unique values.
Which two Data Preview options can you use? Each correct answer presents a complete
solution. NOTE: Each correct selection is worth one point.
A. Column profile
B. Column distribution
C. Show whitespace
D. Column quality
E. Monospace
Answer: AB
Explanation:
B: Column distribution: This feature provides a set of visuals underneath the names of the
columns that showcase the frequency and distribution of the values in each of the columns. The
data in these visualizations is sorted in descending order from the value with the highest
frequency.
By hovering over the distribution data in any of the columns, you get information about the
overall data in the column (with distinct count and unique values).
A: Column profile: This feature provides a more in-depth look at the data in a column [compared
to column distribution]. Apart from the column distribution chart, it contains a column statistics
chart.
Reference: https://docs.microsoft.com/en-us/power-query/data-profiling-tools
70. Use first row as header
71. HOTSPOT
You have a query named All Sales that imports sales data into a Power BI model.
You plan to create a star schema by separating columns into separate queries and performing
further transformations.
The solution must meet the following requirements:
• Use All Sales as the source for three other queries named Sales Fact Product Dimension, and
Customer Dimension.
• Minimize maintenance effort.
What should you do to create the Sales Fact query, and for which query should you clear
Enable load? To answer, select the appropriate options in the answer area. NOTE: Each correct
selection is worth one point.

Answer:
72. HOTSPOT
You have a report in Power BI Desktop as shown in the following exhibit.

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.
Answer:

73. HOTSPOT
You have a folder of monthly transaction extracts.
You plan to create a report to analyze the transaction data.
You receive the following email message: "Hi. I've put 24 files of monthly transaction data onto
the shared drive. File Transactions201901.csv through Transactions201912.csv have the latest
set of columns, but files Transactions201801.csv to Transactions201812.csv have an older
layout without the extra fields needed for analysis. Each file contains 10 to 50 transactions."
You get data from the folder and select Combine & Load.
The Combine Files dialog box is shown in the exhibit. (Click the Exhibit tab.)
For each of the following statements, select Yes if the statement is true. Otherwise, select No.
NOTE: Each correct selection is worth one point.

Answer:
Explanation:
Box 1: Yes
The four columns used in the 2018 transactions are already displayed.
Box 2: Yes
The columns used are based on the entire dataset. The additional columns in the 2019 files will
be detected.
Box 3: Yes
Note: Under the hoods, Power BI will automatically detect which delimiter to use, and may even
promote the first row as headers. You can manually change the delimiter, or define how Power
BI should handle data types. You can set it to automatically detect data types based on first 200
rows, or the entire dataset or you can even opt out the detection of data types.

Powered by TCPDF (www.tcpdf.org)

You might also like