PL-300 Microsoft Exam Updated Questions
PL-300 Microsoft Exam Updated Questions
This PL-300 exam PDF provides detailed practice questions, answers, and
explanations. These Microsoft PL-300 exam practice questions are designed for
IT professionals, system administrators, and students preparing for Microsoft
Certified: Power BI Data Analyst Associate certification.
Key Features
Important Note:
2.DRAG DROP
You use Power Query Editor to preview customer feedback data.
You need to use Al Insights to add a column of enhanced data based on the customer feedback.
The solution must identify the following:
• What the customers most often provide feedback about
• Whether the customers like your company’s product
• The language of the feedback
Which Al Insights service should you use for each output? To answer, drag the appropriate services
to the correct outputs. Each service 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:
3.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
4.HOTSPOT
You need to calculate the last day of the month in the balance sheet data to ensure that you can
relate the balance sheet data to the Date table.
Which type of calculation and which formula should you use? To answer, select the appropriate
options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: A DAX Calculated measure
Box 2: Date.EndofQuarter(#date([Year],[Mont],1))
ENDOFQUARTER returns the last date of the quarter in the current context for the specified column
of dates.
The following sample formula creates a measure that returns the end of the quarter, for the current
context.
= ENDOFQUARTER(DateTime[DateKey])
Reference: https://docs.microsoft.com/en-us/dax/endofquarter-function-dax
There is a one-to-many relationship from Suppliers to Lineitems that uses the ID and Supplier ID
columns.
The report contains the visuals shown in the following table.
You need to minimize the size of the dataset without affecting the visuals.
What should you do?
A. Remove the rows from Lineitems where LineItems[invoice Date] is before the beginning of last
month
B. Merge Suppliers and Uneltems.
C. Group Lineltems by Lineitems[ invoice id) and Lineitems[invoice Date) with a sum of
Lineitems(price).
D. Remove the Lineitems[Description] column.
Answer: D
6.You have a Microsoft Power Bl report. The size of PBIX file is 550 MB. The report is accessed by
using an App workspace in shared capacity of powerbi.com.
The report uses an imported dataset that contains one fact table. The fact table contains 12 million
rows. The dataset is scheduled to refresh twice a day at 08:00 and 17:00.
The report is a single page that contains 15 custom visuals and 10 default visuals.
Users say that the report is slow to load the visuals when they access and interact with the report
You need to recommend a solution to improve the performance of the report.
What should you recommend?
A. Replace the default visuals with AppSource visuals.
B. Change any DAX measures to use iterator functions.
C. Remove unused columns from tables in the data model.
D. Increase the number of times that the dataset is refreshed
Answer: C
Explanation:
Remove unused columns from tables in the data model. This will reduce the size of your PBIX file and
make your data model more efficient. You can use Power Query Editor to remove any columns that
are not used in your report or calculations.
7.HOTSPOT
You have a Fabric tenant that hosts the semantic models shown in the following table.
You have the following requirements:
The export of reports that contain Personally Identifiable Information (PII) must be prevented.
Data used for financial decisions must be reviewed and approved before use.
For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE:
Each correct selection is worth one point.
Answer:
8.HOTSPOT
You are profiling data by using Power Query Editor.
The AddressLine2 column in a table named Address is 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:
9.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 add a report-level filter that filters based on the order date.
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
10.Note: This question is part of a series of questions that present the same scenario. Each question
in the series contains a unique solution that might meet the stated goals. Some question sets might
have more than one correct solution, while others might not have a correct solution.
After you answer a question in this scenario, you will NOT be able to return to it. As a result, these
questions will not appear in the review screen.
You have several reports and dashboards in a workspace.
You need to grant all organizational users read access to a dashboard and several reports.
Solution: You create an Azure Active Directory group that contains all the users. You share each
report and dashboard to the group.
Does this meet the goal?
A. Yes
B. No
Answer: A
Explanation:
Statements and questions are tricky and confusing. When the access is granted for the group (all
users) for ALL (each) dashboards and ALL (each) reports in the workspace, then the will have read
access to the specific (A, one) Dashboard and several reports, because they are part of all
dashboards and reports. There is no statement, that for the other dashboards (except the one) and
the other reports (except the several) that access must be prevented. They are also accessible
(maybe it is not desired but not stated here).
12.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 change the IOT DateTime column to the Date data type.
Does this meet the goal?
A. Yes
B. No
Answer: A
14.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
16.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:
17.DRAG DROP
You have a Power Bl report that contains three pages. The pages are used to analyze sales across
various countries.
You add a sheer named Country to each page of the report.
You need to configure the report to meet the following requirements:
• When a user selects a country on the first page, the report must filter the other pages.
• The second and third pages must display only the filtered results.
Which task should you perform for each requirement? To answer, drag the appropriate task to the
correct requirement. Each task 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. Ther NOTE Each correct selection is worth
one point.
Answer:
18.HOTSPOT
You are creating a Microsoft Power BI data model that has the tables shown in the following table.
The Products table is related to the ProductCategory table through the ProductCategoryID column.
You need to ensure that you can analyze sales by product category.
How should you configure the relationships from Products to ProductCategory? To answer, select the
appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Box 1: One-to-many
Box 2: Both
For One-to-many relationships, the cross filter direction is always from the "one" side, and optionally
from the "many" side (bi-directional).
Note:
Reference: https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-
understand
20.DRAG DROP
You have a Microsoft Power Bl workspace.
You need to grant the user capabilities shown in the following table.
Answer:
Explanation:
User 1 = Member
User 2 = Contributor
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-new-workspaces
21.You are creating a Power BI model that contains a table named Store. Store contains the following
fields.
You plan to create a map visual that will show store locations and provide the ability to drill down
from Country to State/Province to City.
What should you do to ensure that the locations are mapped property?
A. Set the data category of City. State/Province, and Country.
B. Set Summarization for City. State/Province, and Country to Don't summarize
C. Change the data type of City. State/Province, and Country.
D. Create a calculated column that concatenates the values it City, State/Province, and Country.
Answer: A
22.You have a semantic model that connects to a streaming data source. The data source is updated
frequently.
You need to create a Power B1 report that meets the following requirements:
• Supports real-time analytics
• Minimizes performance impact on the data source
• Displays the most recent data without performing a data refresh
Which connectivity mode should you use for the dataset?
A. push mode
B. import mode
C. LiveConnect mode
D. DirectQuery mode
Answer: D
23.DRAG DROP
You are preparing a financial report in Power BI.
You connect to the data stored in a Microsoft Excel spreadsheet by using Power Query Editor as
shown in the following exhibit.
Explanation:
24.HOTSPOT
You are using Microsoft Power Bl Desktop to profile data in Power Query Editor.
Table data is displayed 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:
26.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:
27.You plan to use Power BI Desktop optimized for Power BI Report Server to create a report. The
report will be published to Power BI Report Server.
You need to ensure that all the visualization in the report can be consumed by users.
Which two types of visualizations should you exclude from the report? Each correct answer presents
part of the solution. NOTE: Each correct selection is worth one point.
A. Funnel charts
B. Custom visuals
C. Bubble maps
D. Breadcrumbs
E. R visuals
Answer: D,E
Explanation:
Reference: https://powerbi.microsoft.com/en-us/guided-learning/reportserver-quickstart-powerbi-
report/
28.HOTSPOT
You have a report in Power BI Desktop.
You add a key influencers visual as shown in the exhibit. (Click the Exhibit tab.)
Use the drop-down menus to select the answer choice that completes each statement based on the
information presented in the graphic. NOTE: Each correct selection is worth one point.
Answer:
Explanation:
- adding more fields to Explain By
-3
https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-influencers?tabs=powerbi-
desktop
29.DRAG DROP
You have the line chart shown in the exhibit. (Click the Exhibit tab.)
Explanation:
30.You have a CSV file that contains user complaints. The file contains a column named Logged.
Logged
contains the date and time each compliant occurred. The data in Logged is in the following format:
2018-12-31 at 08:59.
You need to be able to analyze the complaints by the logged date and use a built-in date hierarchy.
What should you do?
A. Change the data type of the Logged column to Date.
B. Apply a transform to extract the last 11 characters of the Logged column and set the data type of
the new column to Date.
C. Create a column by example that starts with 2018-12-31 and set the data type of the new column
to Date.
D. Apply a transform to extract the first 11 characters of the Logged column.
Answer: C
32.HOTSPOT
You open powerbi.com 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:
Explanation:
Reference: https://docs.microsoft.com/en-us/power-bi/service-data-classification
33.DRAG DROP
You are creating a Power Bi model and report.
You have a single table in a data mode) named Product Product contains the following fields:
• ID
• Name
• Color
• Category
• Total Sales
You need to create a calculated table that shows only the top eight products based on the highest
value in Total Sales.
How should you complete the DAX expression? To answer, drag the appropriate values to the coned
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.
Answer:
35.HOTSPOT
You have a dataset that contains revenue data from the past year.
You need to use anomaly detection in Power Bl to show anomalies in the dataset.
What should you configure? To answer, select the appropriate options in the answer area. NOTE:
Each correct selection is worth one point.
Answer:
36.You use Power BI Desktop to import two tables named Customer and Contacts.
The Customer table contains the following columns:
• Customer_Name
• Customer ID
• Website
The Contacts table contains the following columns:
• Contact ID
• Contact Email
• Contact Name
• Customer Name
A web-based contact form is used to fill the Contacts table. The data is not sanitized.
You need to create a merge for the Customer and Contacts tables.
What should you do?
A. Disable fuzzy matching.
B. Enable fuzzy matching.
C. Set Join Kind to Left Outer.
D. Set Join Kind to Full Outer
Answer: B
37.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?
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.
Answer: D
Explanation:
Microsoft recommends defining active relationships whenever possible. They widen the scope and
potential of how your model can be used by report authors, and users working with Q&A.
Refactoring methodology (example): Here's a methodology to refactor a model from a single role-
playing dimension-type table, to a design with one table per role.
Remove any inactive relationships.
Consider renaming the role-playing dimension-type table to better describe its role. In the example,
the Airport table is related to the ArrivalAirport column of the Flight table, so it's renamed as Arrival
Airport.
Create a copy of the role-playing table, providing it with a name that reflects its role. If it's an Import
table, we recommend defining a calculated table. If it's a DirectQuery table, you can duplicate the
Power Query query.
Only one relationship can be active.
Note: If you query two or more tables at the same time, when the data is loaded, Power BI Desktop
attempts to find and create relationships for you. The relationship options Cardinality, Cross filter
direction, and Make this relationship active are automatically set.
Reference:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-create-and-manage-relationships
https://docs.microsoft.com/en-us/power-bi/guidance/relationships-active-inactive
38.HOTSPOT
You have a Power B1 report that contains the fields 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:
41.You have a data source that contain a column. The column contains case sensitive data.
You have a Power BI semantic model in DirectQuery mode.
You connect to the model and discover that it contains undefined values and errors.
You need to resolve the issue.
Solution: You implicitly convert the values into the required types.
Does this meet the goal?
A. Yes
B. No
Answer: B
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 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
43.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.
Answer:
44.You have a dataset that is used infrequently and refreshes every hour.
You receive a notification that the refresh was disabled due to inactivity.
Which two actions will cause the scheduled refresh schedule to resume? Each correct answer
presents a complete solution. NOTE: Each correct selection is worth one point.
A. Enable query caching for the dataset.
B. Import the dataset to Microsoft Excel.
C. From the Power BI service, open a dashboard that uses the dataset.
D. From the Power BI service, open a report that uses the dataset.
E. From PowerShell, run the get-powerbireport cmdlet.
Answer: CD
Explanation:
After two months of inactivity, scheduled refresh on your dataset is paused. A dataset is considered
inactive when no user has visited any dashboard or report built on the dataset. At that time, the
dataset owner is sent an email indicating the scheduled refresh is paused. The refresh schedule for
the dataset is then displayed as disabled. To resume scheduled refresh, simply revisit any dashboard
or report built on the dataset. https://learn.microsoft.com/en-us/power-bi/connect-data/refresh-
scheduled-refresh#scheduled-refresh
45.You have an Azure SQL database that contains sales transactions. The database is updated
frequently.
You need to generate reports from the data to detect fraudulent transactions. The data must be
visible within five minutes of an update.
How should you configure the data connection?
A. Add a SQL statement.
B. Set Data Connectivity mode to DirectQuery.
C. Set the Command timeout in minutes setting.
D. Set Data Connectivity mode to Import.
Answer: B
Explanation:
With Power BI Desktop, when you connect to your data source, it's always possible to import a copy
of the data into the Power BI Desktop. For some data sources, an alternative approach is available:
connect directly to the data source using DirectQuery.
DirectQuery: No data is imported or copied into Power BI Desktop. For relational sources, the
selected tables and columns appear in the Fields list. For multi-dimensional sources like SAP
Business Warehouse, the dimensions and measures of the selected cube appear in the Fields list. As
you create or interact with a visualization, Power BI Desktop queries the underlying data source, so
you’re always viewing current data.
Reference: https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery
46.You have an app workspace named Retail Analysis in the Power BI service.
You need manage the members that have access to the app workspace.
What should you do?
A. From the Power BI Admin portal, click Usage metrics.
B. From the Office 365 Admin center, click Users.
C. From the Office 365 Admin center, click Groups.
D. From the Power BI Admin portal, click Tenant settings.
Answer: C
Explanation:
Reference: https://docs.microsoft.com/en-us/power-bi/service-manage-app-workspace-in-power-bi-
and-office-365
47.Vow have a Power 81 semantic model named Modell that runs in Import storage mode. Vou need
to reduce the size of Model 1. The solution must NOT increase report query response times.
What should you do?
A. Unpivot unnecessary columns.
B. Rename unnecessary columns.
C. Change Model1 to DirectQuery storage mode.
D. Remove unnecessary columns.
Answer: D
51.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 add another table named Territory to the model.
A sample of the data is shown in the following table.
You need to create a relationship between the Territory table and the Sales table.
Which function should you use in the query for Territory before you create the relationship?
A. Table.RemoveMatchingRows
B. Table.Distinct
C. Table.InDistinct
D. Table.ReplaceMatchingRows
Answer: B
Explanation:
Reference: https://msdn.microsoft.com/en-us/library/mt260775.aspx
53.DRAG DROP
You have a semantic model.
You need to configure row level security (RLS) to restrict data access for users that have the Viewer
permissions.
Which three actions should you perform in sequence? To answer, move the appropriate actions from
the list of actions to tie answer area and arrange them in the correct order.
Answer:
55.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.
56.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
57.You publish a report to a workspace named Customer Services. The report identifies customers
that have potential data quality issues that must be investigated by the customer services department
of your company.
You need to ensure that customer service managers can create task lists in Microsoft Excel based on
the data.
Which report setting should you configure?
A. Don't allow end user to save filters on this report.
B. Change default visual interaction from cross highlighting to cross filtering.
C. Enable the updated filter pane, and show filters in the visual header for this report.
D. Allow users to add comments to this report.
E. Choose the type of data you allow your end users to export.
Answer: E
Explanation:
https://powerbi.microsoft.com/en-us/blog/announcing-persistent-filters-in-the-service/
58.HOTSPOT
You are enhancing a Power BI model that has DAX calculations.
You need to create a measure that returns the year-to-date total sales from the same date of the
previous calendar year.
Which DAX functions should you use? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference: https://www.kasperonbi.com/get-the-ytd-of-the-same-period-last-year/
61.DRAG DROP
You have a Power Bi report that contains five bookmarks.
You need to add an object to the report from which users can navigate between three specific
bookmarks.
How should you complete the task? To answer, drag the appropriate actions to the correct steps,
each action may be used once more than once, or not at all. You may need to drag the split bar
between panes or scroll lo view content. NOTE: Each correct selection is worth one point.
Answer:
62.You need to create the semantic model.
Which storage mode should you use for the tables in the semantic model?
A. live connection
B. Dual
C. Import
D. DirectQuery
Answer: C
63.DRAG DROP
You have a Power BI model that contains a table named Sales. Sales has the following three
measures:
A measure named Total Sales Last Year that displays the sales from the previous calendar year. The
current value is 32.89 million.
A measure named Total Sales This Year that displays the sales from the current calendar year. The
current value is 11.69 million.
A measure named Total Sales Difference that uses a DAX formula of Sales[Last Year] C Sales[This
Year].
You need to create the following visualization.
How should you configure the visualization? To answer, drag the appropriate measures to the correct
fields. 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:
Reference: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-radial-gauge-
charts
64.You have a line chart that shows the number of employees in a department over time.
You need to see the total salary costs of the employees when you hover over a data point.
What is possible way to achieve this goal?
A. Add a salary to the tooltips.
B. Add a salary to the visual filters.
C. Add salary to the drillthrough fields.
Answer: A
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-custom-tooltips
https://technovids.com/power-bi-filters/
66.DRAG DROP
You have a query named Customer that imports CSV files from a data lake.
The query contains 500 rows as shown in the exhibit. (Click the Exhibit tab.)
Each file contains deltas of any new or modified rows from each load to the data lake. Multiple files
can have the same customer ID.
You need to keep only the last modified row for each customer ID.
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:
Explanation:
1) Duplicate Customer query
2) Group by CustId by Max ModifiedDate (only 2 columns to keep)
3) Merge two queries on CustId and ModifiedDate inner join (to retreive other customer informations
related to latest Date)
67.You build a report to help the sales team understand its performance and the drivers of sales. The
team needs to have a single visualization to identify which factors affect success.
Which type of visualization should you use?
A. Key influences
B. Funnel chart
C. Q&A
D. Line and clustered column chart
Answer: A
Explanation:
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.
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 have more
impact on churn than long-term contracts?
Reference: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-influencers
68.DRAG DROP
You have a Power B1 semantic model that contains a table
You need to create a Power B1 report page that contains two visuals that meet the following
requirements:
• Visual 1: Display* the distribution of hierarchical data
• Visual 2: Search arid then filler by values
Which type should you choose for each visual? To answer, drag the appropriate visual types to the
correct visuals. Each visual 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:
69.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:
70.HOTSPOT
You have a Power Bl semantic model that contains the following tables.
Answer:
71.HOTSPOT
You use Power Query Editor to ingest data into Power Bl Desktop.
The total dataset contains 250,000 rows.
All the rows match the format of the data as shown in the following exhibit.
You need to optimize the data model size of the table.
Which type of data should you use for the Value column and the Datetime column? To answer, select
the appropriate options in the answer area. NOTE: Each correct selection is worth one point.
Answer:
72.You plan to create a dashboard in the Power BI service that retrieves data from a Microsoft SQL
Server database. The dashboard will be shared between the users in your organization.
You need to ensure that the users will see the current data when they view the dashboard.
How should you configure the connection to the data source?
A. Deploy an on-premises data gateway (personal mode). Import the data by using the Import Data
Connectivity mode.
B. Deploy an on-premises data gateway. Import the data by using the Import Data Connectivity mode.
C. Deploy an on-premises data gateway. Import the data by using the DirectQuery Data Connectivity
mode.
D. Deploy an on-premises data gateway (personal mode). Import the data by using the DirectQuery
Data Connectivity mode.
Answer: D
Explanation:
Reference: https://docs.microsoft.com/en-us/power-bi/desktop-directquery-about#power-bi-
connectivity-modes
73.DRAG DROP
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.
Answer:
Explanation:
Divide, Calculate, AllSelected.
Reference: https://docs.microsoft.com/en-us/dax/allselected-function-dax