0% found this document useful (0 votes)
189 views15 pages

PL300 - Data Analyst - Practice Questions

Official question for practice to Data Analysis with Power BI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
189 views15 pages

PL300 - Data Analyst - Practice Questions

Official question for practice to Data Analysis with Power BI
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 15

Assessment for PL300: Microsoft PowerBI Data Analyst

Question 1 of 50

You need to create a dashboard from a published report in Power BI.

Which option in the report should you use?

Select only one answer.


Copy visual as image
Export data
Pin visual
This answer is correct.
Spotlight

The Pin visual option allows you to pin the visual to an existing dashboard or create a new
one. The Copy visual as image option allows you to copy a visual as an image to Clipboard.
The Export data option allows you to export data in the xlsx or csv formats, but not create a
dashboard. The Spotlight option allows you to highlight a visual on the report page, but not
create a dashboard.
Introduction to dashboards - Training | Microsoft Learn

Question 2 of 50

You plan to build a Power BI dashboard and set up alerts that will notify you when data
presented in the visuals on the dashboard reach specific thresholds.

Which three types of visuals support the alert functionality? Each correct answer presents a
complete solution.

Select all answers that apply.


card
This answer is correct.
gauge
This answer is correct.
KPI
This answer is correct.
treemap
waterfall

Alerts are available with KPI visuals, gauges, and cards. Treemaps and waterfall visuals do
not support alerts.
Configure data alerts - Training | Microsoft Learn
Question 3 of 50

You have a Power BI dashboard that is comprised of pinned visuals that are taken from a
variety of reports.

Which three objects from a report page can be pinned to the dashboard?

Select all answers that apply.


Custom visual
This answer is correct.
Filter
Image
This answer is correct.
Ribbon chart
This answer is correct.
Slicer

Individual filters and slicers cannot be pinned to a dashboard. This is because dashboards are
designed to be an “at-a-glance” perspective. Reports are built to be filtered and interactive.
Custom visuals, ribbon charts, and images can be pinned from a report page.
Introduction to dashboards - Training | Microsoft Learn

Question 4 of 50

You upload reports to the Power BI service and pin several visuals to a dashboard.

You plan to create alerts rules for several visuals.

What are two locations you can view the alerts? Each correct answer presents a complete
solution.

Select all answers that apply.


a report
an email
This answer is correct.
Microsoft Teams
the Notification Center
This answer is correct.

By default, notifications are available in the notification center. You also have the option of
sending notifications via email. A dashboard, Microsoft Teams channel, and a report are not
available as the locations of alerts.
Configure data alerts - Training | Microsoft Learn

Question 5 of 50

You manage a Power BI workspace in shared capacity. The workspace contains a dataset
named DS1.

You plan to schedule the refresh of DS1.

What is the maximum number of data refreshes per day?

Select only one answer.


1
4
8
This answer is correct.
24

The maximum number of refreshes per day for a Power BI workspace in a shared capacity is
8.
Configure a dataset scheduled refresh - Training | Microsoft Learn

Question 6 of 50

You have a row level security role (RLS) in a dataset called User Security Group. This role
needs to filter a RLS table that contains a column with the emails of users in the following
format:

[email protected]

Which function should be used in the code for the RLS role to match the users Microsoft Entra
ID login credentials with the emails contained in the RLS table column?

Select only one answer.


NAMEOF
TREATAS
USEROBJECTID
USERPRINCIPALNAME
This answer is correct.

USERPRINCIPALNAME would return the Microsoft Entra ID login in the format of


[email protected]”. USEROBJECTID would not return the Microsoft Entra ID login in the
same format. NAMEOF is a function that is used for Field Parameters. TREATAS is a function
related to column filtering.
Configure row-level security with the dynamic method - Training | Microsoft Learn

Question 7 of 50

You manage a Power BI workspace.

You need to delegate the task to update workspace metadata. The solution must use the
principle of least privilege.

Which role should you use?

Select only one answer.


Admin
This answer is correct.
Contributor
This answer is incorrect.
Member
Viewer

The Admin role is the only one that has the permission to update workspace metadata.
Distribute a report or dashboard - Training | Microsoft Learn
Question 8 of 50

You have several on-premises Microsoft SQL Server databases.

You need to provide Power BI Service users access to the data sources without exposing the
database servers directly to the internet.

The solution must minimize the configurations that must be performed by each user.

What should you deploy?

Select only one answer.


a virtual network data gateway
an ExpressRoute connection
an on-premises data gateway
This answer is correct.
an on-premises data gateway (personal mode)

An on-premises gateway is designed to allow multiple users to access multiple data sources.
An on-premises data gateway only allows one user to access multiple data sources. A virtual
network data gateway is designed to allow multiple users to access multiple online data
sources. However, it isn’t installed locally and only works with data sources secured by virtual
networks.
Use a Power BI gateway to connect to on-premises data sources - Training | Microsoft Learn
On-premises data gateway - Power BI | Microsoft Learn
Question 9 of 50

You plan to use Power BI Desktop to create a report with multiple visualizations.

You need to create a visual that supports the following:

 filters other visuals on the same report page


 allows users to search for values by which to filter the other visuals

Which type of visualization should you use?

Select only one answer.


Funnel
Matrix
Scatter chart
Slicer
This answer is correct.

The slicer visualization can be used to filter the other visuals on the page. You can enable a
search box in a slicer where users can search for values to filter. A funnel visualization is a
chart that that has sequential connected stages, where items flow sequentially from one
stage to the next. A matrix visualization displays data in two or more dimensions and cross-
highlights with other visuals on the same report page. A scatter chart visualization is a chart
with one set of numerical data along a horizontal axis and another set of numerical values
along a vertical axis. The matrix, scatter chart, and funnel do not offer a search box.
Design Power BI reports - Training | Microsoft Learn
Question 10 of 50

You plan to create a report in Power BI Desktop.

You need to create a visualization to display a running total. The solution must meet the
following requirements:

 The initial and the final value columns must start on the horizontal axis.
 The intermediate values must be floating columns.

Which type of visualization should you use?

Select only one answer.


combo
funnel
scatter
waterfall
This answer is correct.

A waterfall visualization is a chart that displays a running total, with the initial and the final
value columns starting on the horizontal axis while the intermediate values are floating
columns. A combo visualization is a chart that combines a column chart and a line chart and
can have one or two Y axes. A funnel visualization is a chart that has sequential connected
stages, where items flow sequentially from one stage to the next. A scatter visualization is a
chart with two value axes, with one set of numerical data along a horizontal axis and another
set of numerical values along a vertical axis.
Design Power BI reports - Training | Microsoft Learn
Question 11 of 50

You need to create a custom R visual by using Power BI Desktop.

What do you need to do first?

Select only one answer.


Configure global R scripting options in Power BI Desktop.
This answer is incorrect.
Enable preview features in Power BI Desktop.
Enable the script visuals option in the Visualization pane of Power BI Desktop.
Install R on your computer.
This answer is correct.

To create a custom R visual by using Power BI Desktop, you first need to install R on your
computer. Configuring global R scripting options in Power BI Desktop might be required once
you install R on your computer. Enabling the script visuals option in the Visualization pane of
Power BI Desktop is done once R is installed and configured using the global R script options
in Power BI Desktop. Creating a custom R visual by using Power BI Desktop has no
dependency on enabling preview features.
Design Power BI reports - Training | Microsoft Learn

Question 12 of 50

You need to create a custom Python visual by using Power BI Desktop.

What do you need to do first?

Select only one answer.


Configure global Python scripting options in Power BI Desktop.
Enable preview features in Power BI Desktop.
Enable the script visuals option in the Visualization pane of Power BI Desktop.
Install Python on your computer.
This answer is correct.

To create a Python visual by using Power BI Desktop, you first need to install Python on your
computer. Once Python is installed, you may need configure the global Python scripting
options in Power BI Desktop. Enabling the script visuals option in the Visualization pane of
Power BI Desktop is done once Python is installed. Creating a custom Python visual by using
Power BI Desktop has no dependency on enabling preview features.
Design Power BI reports - Training | Microsoft Learn
Question 13 of 50 (Pedi ajuda GPT e Perplexity. Perplexity acertou, GPT falhou)

You need to create a bookmark that toggles the visibility of a visual.

This bookmark must only toggle the visibility state and perform no other action.

Which three configurations should you make? Each correct answer presents part of the
solution. (** these configurations are on the bookmark settings not on the visual)

Select all answers that apply.


Disable the Data option.
This answer is correct.
Disable the Current Page option.
This answer is correct.
Disable the Display option.
Enable the Current Page option.
Enable the Data option.
Enable the Display option.
This answer is correct.

The current page capture allows the bookmark to navigate back to the page of capture. The
data capture updates filters and drillthrough which should not occur for this bookmark. The
display capture updates visual visibility on the report page.
Enhance Power BI report designs for the user experience - Training | Microsoft Learn
Overview of bookmarks in Power BI service reports - Power BI | Microsoft Learn
Question 14 of 50

You need to create a visual that displays sales by employees, trending over months.

The visual must clearly show how employees are performing against each other and have a
ranking for each period.

Which visual should you use?

Select only one answer.


clustered bar chart
ribbon chart
This answer is correct.
scatterplot
treemap
A ribbon chart places the highest (ranked) value at the top of the stacked column each
month and shows those ranked changes over time. A treemap is not meant for displaying
changes over time and wouldn’t easily show ranked comparisons between employees. The
clustered bar chart can be used to show changes over time, and a clustered bar chart will
show comparisons between employees, but no ranking data is provided between employees.
A scatterplot is typically used to compare a relationship between two (or more) calculations
and their categorical distribution between each other.
Design Power BI reports - Training | Microsoft Learn
Use ribbon charts in Power BI - Power BI | Microsoft Learn
Question 15 of 50

You implement the Q&A feature in a report, so users can get answers to their questions on
their own.

You need to improve your Q&A search capabilities for end-users.

Which two configurations can you add? Each correct answer presents a complete solution.

Select all answers that apply.


Add a linguistic schema to the dataset.
This answer is correct.
Add synonyms to model fields.
This answer is correct.
Configure the dataset as a composite model.
Organize the dataset columns and measures into logical folders in the Fields pane.

Adding synonyms to model fields will help users search for them. For example, you can give a
synonym of (Actuals) for the (Sales) measure. A linguistic schema describes terms and
phrases that Q&A should understand for objects within a dataset, including parts of speech,
synonyms, and phrasings that relate to that dataset. Composite models are not supported by
Q&A today. Organizing fields by display folders will not impact Q&A search capabilities.
Perform advanced analytics in Power BI - Training | Microsoft Learn
Question 16 of 50 (Pedi ajuda Perplexity)

From Power BI Desktop, you open a Power BI report that contains three pages named Main,
Error Rate, and On-time Rate.

You add a button to the Main page for navigation.

You need to implement a solution that meets the following requirements:

 The navigation destination must change based on the output of a DAX measure named
[Error Rate].
 If [Error Rate] is greater than 5%, the button must display the text “Error Rate” and
navigate to the Error Rate page.
 Otherwise, the button must display the text “On-time Rate” and navigate to the On-Time
Rate page.

What three actions should you perform? Each correct answer presents part of the solution.

Select all answers that apply.


Create a DAX measure that outputs the correct page name based on the value of [Error
Rate].
This answer is correct.
Set the button type to Page Navigation and then use conditional formatting to specify the
destination.
This answer is correct.
Set the button type to Bookmark and then use conditional formatting to specify the
destination.
Set the navigation destination to the Error Rate page.
Use conditional formatting to set the button text.
This answer is correct.
To configure a button for conditional page navigation, you need to create a DAX measure
that outputs the correct destination page name. Then configure the button to use page
navigation and use the newly created DAX measure to specify the navigation destination. To
change the button text to match the page name, conditional formatting must be used to set
the text to equal the newly created DAX measure. No bookmarks are necessary. It is not
necessary to set the destination to a specific page since conditional formatting is used to
specify the destination.
Enhance Power BI report designs for the user experience - Training | Microsoft Learn
Question 17 of 50

You are using Power BI Desktop to edit a stacked column chart that displays gross sales data
with a date hierarchy that contains year, quarter, month, and day.

You need to prevent users from viewing the hierarchy based on the year.

What should you do?

Select only one answer.


In the Filters pane, add a filter based on the quarter, month, and day.
In the Filters pane, add a filter based on the year.
In the Format pane, modify the Maximum Range setting.
In the Visualization pane, remove the year field from the date hierarchy fields in the X-
axis.
This answer is correct.

To prevent users from viewing the hierarchy based on the year, you remove just the year
from the date hierarchy fields in the x-axis in the Visualization pane. The quarter, month, and
day will remain populated and usable. Modifying the visual Range settings in the Format
pane would affect the range of values displayed in the visual. Adding a filter based on the
year in the Filters pane would filter the values displayed in the visual, not remove a drilldown
level. Adding a filter based on the quarter, month, and day in the Filters pane would filter the
values displayed in the visual but would not prevent users from viewing the hierarchy based
on the year.
Enhance Power BI report designs for the user experience - Training | Microsoft Learn
Question 18 of 50

You have a bar chart and column chart visual on a report page. Selecting any column from
the bar chart visual filters the column chart data to less than 1% of its unfiltered value.

Which type of visual interaction should be used when the bar chart is filtering the column
chart to ensure that you can easily see the data?

Select only one answer.


expand
drillthrough
filter
This answer is correct.
highlight

Filter will show you the filtered data in this visual. So even when showing filtered data that is
less than 1% of the unfiltered value, it will still display well in the column visual. Highlight
shows you both the unfiltered and filtered values in the visual, for comparison purposes.
Drillthrough is a page navigation experience that takes you from one page to another plus
applies a set of filters to page navigated to. Expand is a way to navigate down a level using
the hierarchy controls.
Enhance Power BI report designs for the user experience - Training | Microsoft Learn
Change how visuals interact in a report - Power BI | Microsoft Learn
Question 19 of 50

You have a Power BI report that uses a dataset that is imported from a database.

You add a slicer to a report.

You need to sync the slicer to use it on other report pages.

What is required to sync slicers between report pages?

Select only one answer.


Each slicer must be the same slicer type.
Each slicer must be visible.
Each slicer must have the same title.
Each slicer must use the same column.
This answer is correct.

The same column must be used in each slicer for them to recognize each other in the sync
slicers settings. Slicers can sync even when hidden. Slicers do not need to be the same slicer
type. One slicer could be a list, and the other a dropdown. Slicers do not need the same title
to allow them to be synced.
Enhance Power BI report designs for the user experience - Training | Microsoft Learn
Slicers in Power BI - Power BI | Microsoft Learn

Question 20 of 50

Which native AI visual helps explain correlations for a metric within the dataset?

Select only one answer.


Decomposition Tree visual
Key influencers visual
This answer is correct.
Q&A visual
Smart Narrative visual

The Key influencers visual helps you understand correlated factors impacting a particular
metric. The Q&A visual allows end-users to ask natural language questions to create AI
generated charts based on the questions.
The Decomposition Tree visual lets you visualize data between multiple dimensions and drill
down in any order. The Smart Narrative visual lets you combine natural language text with
metrics from your model in sentence forms.
Perform advanced analytics in Power BI - Training | Microsoft Learn
Question 21 of 50

You need to add a new visual to a Power BI Dashboard. This visual does NOT exist on a
report in the workspace.

What should you do first?

Select only one answer.


Open See Related Content.
Open the File menu.
Select Add a tile.
Select Ask a question about your data.
This answer is correct.

The Q&A feature lets you create a visual by typing in a question about your data. This new
visual can then be pinned to the dashboard, without adding it to a report. Inside the file menu
and the tiles menu there are no “visual” options. See Related Content displays related
content like reports, datasets, etc. You can’t create a new visual from here.
Explore data by asking questions - Training | Microsoft Learn

You might also like