wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

power bi new

Total questions: 113

Worksheet time: 4hrs 41mins

Name
Class
Date
1.

You need to create a calculated column to display the month based on the reporting requirements.

Which DAX expression should you use?

a)

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

b)

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

c)

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

d)

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

2.

You need to review the data for which there are concerns before creating the data model.

What should you do in Power Query Editor?

a)

Transform the sales_amount column to replace negative values with 0.

b)

Select Column profile, and then select the sales_amount column.

c)

Select Column distribution.

d)

Select the sales_amount column and apply a number filter.

3.

What is the minimum number of Power BI datasets needed to support the reports?

a)

a single DirectQuery dataset

b)

two DirectQuery datasets

c)

two imported datasets

d)

a single imported dataset

4.

You have a custom connector that returns ID, From, To, Subject, Body, and Has Attachments for every email sent during the past year. More than 10 million records are returned.

You build a report analyzing the internal networks of employees based on whom they send emails to.

You need to prevent report recipients from reading the analyzed emails. The solution must minimize the model size. What should you do?

a)

Implement row-level security (RLS) so that the report recipients can only see results based on the

emails they sent.

b)

Remove the Subject and Body columns during the import

c)

From Model view, set the Subject and Body columns to Hidden.

5.

The Impressions table contains approximately 30 million records per month.

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

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

required.

Minimize the data model size.

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

a)

Group the Impressions query in Power Query by Ad_id, Site_name, and Impression_date. Aggregate by

using the CountRows function.

b)

Create one-to-many relationships between the tables.

c)

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

d)

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

6.

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

7.

You open a query in Power Query Editor.

You need to identify the percentage of empty values in each column as quickly as possible.

Which Data Preview option should you select?

a)

Show whitespace

b)

Column profile

c)

Column distribution

d)

Column quality

8.

You have a prospective customer list that contains 1,500 rows of data. The list contains the following fields:

First name

Last name

Email address

State/Region

Phone number

You import the list into Power Query Editor.

You need to ensure that the list contains records for each State/Region to which you want to target a

marketing campaign.

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

a)

Open the Advanced Editor.

b)

Select Column quality

c)

Enable Column profiling based on entire dataset

d)

Select Column distribution.

e)

Select Column profile.

9.

You have an API that returns more than 100 columns. The following is a sample of column names.

client_notified_timestamp

client_notified_source

client_notified_sourceid

client_notified_value

client_responded_timestamp

client_responded_source

client_responded_sourceid

client_responded_value

You plan to include only a subset of the returned columns.

You need to remove any columns that have a suffix of sourceid.

How should you complete the Power Query M code? To answer, select the appropriate options in the

answer area.

a)

TABLE.CombineColumn , List.Select y Text.Contains

b)

Table.RemoveColumns, List.Select y Text.Contains

c)

Table.RemoveColumns, List.Contains y Text.Contains

d)

Table.RemoveColumns, List.Select y Text.From

10.

You are building a dataset from a JSON file that contains an array of documents.

You need to import attributes as columns from all the documents in the JSON file. The solution must

ensure that date attributes can be used as date hierarchies in Microsoft Power BI reports.

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.

a)

Expand the columns, Add columns that use data type conversions and Convert the list to a table

b)

Expand the columns, Add columns that use data type conversions and Set the data types

c)

Expand the records, Add columns that use data type conversions and Convert the list to a table

d)

Expand the records, Add columns that use data type conversions and Set the data types

11.

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.

12.

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

Test , Production and 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)

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

function.

b)

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

c)

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

d)

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

13.

You have a CSV file that contains user complaints. The file contains a column named Logged. Logged

contains the date and time each complaint 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)

Create a column by example that starts with 2018-12-31 and set the data type of the new column to Date.

b)

Change the data type of the Logged column to Date.

c)

Apply a transformation to extract the last 11 characters of the Logged column and set the data type of the new column to Date

d)

Add a conditional column that outputs 2018 if the Logged column starts with 2018 and set the data type of the new column to Whole Number.

14.

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.

15.

You have a data model that contains many complex DAX expressions. The expressions contain frequent

references to the RELATED and RELATEDTABLE functions.

You need to recommend a solution to minimize the use of the RELATED and RELATEDTABLE functions.

What should you recommend?

a)

Split the model into multiple models

b)

Hide unused columns in the model.

c)

Merge tables by using Power Query.

d)

Transpose the required columns.

16.

You have a large dataset that contains more than 1 million rows. The table has a datetime column named

Date.

You need to reduce the size of the data model without losing access to any data. What should you do?

a)

Round the hour of the Date column to startOfHour

b)

Change the data type of the Date column to Text.

c)

Trim the Date column.

d)

Split the Date column into two columns, one that contains only the time and another that contains only

the date.

17.

DRAG DROP

You are modeling data in a table named SalesDetail by using Microsoft Power BI.

You need to provide end users with access to the summary statistics about the SalesDetail data. The users

require insights on the completeness of the data and the value distributions.

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.

a)

Create a blank query as a data source, Specify the following query, then close aapply. -Table.Profile(#¨SalesDetail") and Create a visual on a report page using fields from the new table

b)

Create a parameter that uses a query for the suggested values,Specify the following query, then close aapply. -Table.Profile(#¨SalesDetail") and Create a visual on a report page using fields from the new table

c)

Create a blank query as a data source, Create a visual on a report page using fields from the new table and Specify the following query apply. -Table.Profile(#¨SalesDetail")

d)

Create a blank query as a data source, Specify the following query, then close aapply. -Table.Distinct(#¨SalesDetail") and Create a visual on a report page using fields from the new table

18.

You create the following step by using Power Query Editor.

- Table.ReplaceValue(SalesLT_Address,"1318","1319",Replacer.ReplaceText,

{"AddressLine1"})

A row has a value of 21318 Lasalle Street in the AddressLine1 column.

What will the value be when the step is applied?

a)

1318

b)

1319

c)

21318 Lasalle Street

d)

21319 Lasalle Street

19.

You have a Microsoft Power BI 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 AppSource 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)

Increase the number of times that the dataset is refreshed.

b)

Split the visuals onto multiple pages

c)

Change the imported dataset to DirectQuery.

d)

Implement row-level security (RLS).

20.

You create a dashboard by using the Microsoft Power BI Service. The dashboard contains a card visual

that shows total sales from the current year.

You grant users access to the dashboard by using the Viewer role on the workspace.

A user wants to receive daily notifications of the number shown on the card visual.

You need to automate the notifications.

What should you do?

a)

Create a data alert

b)

Share the dashboard to the user

c)

Create a subscription

d)

Tag the user in a comment.

21.

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: From Power Query Editor, you import the table and then add a filter step to the query.

Does this meet the goal?

a)

Yes

b)

No

22.

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

23.

You create a parameter named DataSourceExcel that holds the file name and location of a Microsoft

Excel data source.

You need to update the query to reference the parameter instead of multiple hard-coded copies of the

location within each query definition.

Solution: In the Power Query M code, you replace references to the Excel file with DataSourceExcel.

Does this meet the goal?

a)

Yes

b)

No

24.

You create a parameter named DataSourceExcel that holds the file name and location of a Microsoft

Excel data source.

You need to update the query to reference the parameter instead of multiple hard-coded copies of the

location within each query definition.

Solution: You modify the source step of the queries to use DataSourceExcel as the file path.

Does this meet the goal?

a)

Yes

b)

No

25.

You create a parameter named DataSourceExcel that holds the file name and location of a Microsoft

Excel data source.

You need to update the query to reference the parameter instead of multiple hard-coded copies of the

location within each query definition.

Solution: You create a new query that references DataSourceExcel.

Does this meet the goal?

a)

Yes

b)

No

26.

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 report-level filter that filters based on the order date.

Does this meet the goal?

a)

Yes

b)

No

27.

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 write a DAX expression that uses the FILTER function.

Does this meet the goal?

a)

Yes

b)

No

28.

You have a Power BI dashboard that monitors the quality of manufacturing processes. The dashboard

contains the following elements:

A line chart that shows the number of defective products manufactured by day.

A KPI visual that shows the current daily percentage of defective products manufactured.

You need to be notified when the daily percentage of defective products manufactured exceeds 3%.

What should you create?

a)

a Q&A visual

b)

a subscription

c)

a smart narrative visual

d)

an alert

29.
a)

CONTOSO dashboard and three datasets

b)

CONTOSO BIKES report and three datasets

c)

CONTOSO BIKES report and two datasets

d)

CONTOSO dashboard report and two datasets

30.

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)

Monospaced

31.

You have two Azure SQL databases that contain the same tables and columns.

For each database, you create a query that retrieves data from a table named Customer.

You need to determine the Customer tables into a single table. The solution must minimize the size of the

data model and support scheduled refresh in powerbi.com.

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

NOTE: Each correct selection is worth one point

a)

Append queries and disable loading the query to the data model

b)

Append queries as New and disable loading the query to the data model

c)

Merge queries and disable including the query in report refresh

d)

Merge queries as New and disable including the query in report refresh

32.

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 Transactions201801.csv through Transaction201812.csv have four columns while files

Transactions201901.csv through Transaction201912.csv have the same four columns plus an additional

three columns. 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.)

The resulting query will contain all the columns from the 2018 and 2019 transactions

Setting data type detection to based on first 200 rows will improve import times

a)

Yes

b)

No

33.

You are building a financial report by using Power BI.

You have a table named financials that contains a column named Date and a column named Sales.

You need to create a measure that calculates the relative change in sales as compared to the previous

quarter.

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

a)

Calculatetable, dateadd and divide

b)

Calculate, dateadd and divide

c)

Calculatetable, divide and filter

d)

Calculate, divide and filter

34.

You need to create the required relationship for the executive’s visual.

What should you do before you can create the relationship?

a)

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

b)

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

c)

Change the data type of Sales[sales_id] to Text

d)

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

35.

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

a)

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

b)

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

c)

a measure that uses a formula of COUNTROWS(Sales)

d)

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

36.

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 Region_Manager table where

sales_manager_id = UserPrincipalName().

b)

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

username = UserName().

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.

37.

You need to create a relationship between the Weekly_Returns table and the Date table to meet the

reporting requirements of the regional managers.

What should you do?

a)

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

b)

In the Weekly_Returns table, create a new calculated column named date_id in a format of

yyyymmdd and use the calculated column to create a relationship to the Date table.

c)

Create a new table based on the Date table where date_id is unique, and then create a many-to-many

relationship to Weekly_Return.

38.

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)

FIRSTNONBLANK ( 'Date' [Date]

SUM( BalanceSheet[BalanceAmount] )

)

c)

CALCULATE (

MAX( BalanceSheet[BalanceAmount] ),

LASTDATE( 'Date' [Date] )

)

d)

CALCULATE (

SUM( BalanceSheet [BalanceAmount] ),

LASTDATE( 'Date'[Date] )

)

39.

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.

a)

A Dax calculed measure and Date.EndOfMonth(#date([Year],[Month],1))

b)

A Dax calculed column and Date.EndOfMonth(#date([Year],[Month],1))

c)

An M custom column and Date.EndOfMonth(#date([Year],[Month],1))

40.

You need to create a monthly rolling average measure for Sales over time.

How should you configure the quick measure calculation? To answer, select the appropriate options in the

answer area.

a)

Total Sales, Month and Months

b)

Total Sales, Date and Months

c)

Total Costs, Date and Months

41.

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 mail-enabled security

group 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)

Change the Microsoft Power BI license type of the sales manager.

b)

From Microsoft Power BI Desktop, edit the Row-Level Security setting for the reports

c)

Request that the sales manager be added to the correct Azure Active Directory group.

d)

Manage the permissions of the underlying dataset.

42.

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

43.

You import the tables.

Which relationship should you use to link the tables?

a)

many-to-many between Customer and Transaction

b)

one-to-many from Transaction to Customer

c)

one-to-many from Customer to Transaction

d)

one-to-one between Customer and Transaction

44.

You have a Power BI report.

You need to create a calculated table to return the 100 highest spending customers.

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

area.

a)

Summarize, Filter, Desc

b)

TopN, Summarize, Desc

c)

TopN, Filter, Desc

d)

Summariza,Filter, TopN

45.

You have two tables named Customers and Invoice in a Power BI model. The Customers table contains the

following fields:

CustomerID

Customer City

Customer State

Customer Name

Customer Address 1

Customer Address 2

Customer Postal Code

The Invoice table contains the following fields:

Order ID

Invoice ID

Invoice Date

Customer ID

Total Amount

Total Item Count

The Customers table is related to the Invoice table through the Customer ID columns. A customer can have

many invoices within one month.

The Power BI model must provide the following information:

The number of customers invoiced in each state last month

The average invoice amount per customer in each postal code

You need to define the relationship from the Customers table to the Invoice table. The solution must

optimize query performance.

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

a)

Many to many and both

b)

One to many and Single

c)

One to one and both

d)

Many to one and Single

46.

You have a Microsoft Power BI data model that contains three tables named Orders, Date, and City. There

is a one-to-many relationship between Date and Orders and between City and Orders.

The model contains two row-level security (RLS) roles named Role1 and Role2. Role1 contains the

following filter.

City[State Province] = "Kentucky"

Role2 contains the following filter.

Date[Calendar Year] = 2020

If a user is a member of both Role1 and Role2, what data will they see in a report that uses the model?

a)

The user will see data for which the State Province value is Kentucky or the Calendar Year is 2020.

b)

The user will see only data for which the State Province value is Kentucky.

c)

The user will receive an error and will not be able to see the data in the report.

d)

The user will see data for which the State Province value is Kentucky and the Calendar Year is 2020.

47.

Your company has affiliates who help the company acquire customers.

You build a report for the affiliate managers at the company to assist them in understanding affiliate

performance.

The managers request a visual showing the total sales value of the latest 50 transactions for each affiliate.

You have a data model that contains the following tables.

a)

CALCUALTE, SUM,TOPN, TransactionID

b)

CALCUALTE,SUMX,TOPN,TransactionDate

c)

CALCUALTE,TOPN,SUM,Amount

d)

CALCUALTE,SUM,TOPN,TransactionDate

48.

You are configuring a Microsoft Power BI data model to enable users to ask natural language questions by

using Q&A.

You have a table named Customer that has the following measure.

Customer Count = DISTINCTCOUNT(Customer[CustomerID])

Users frequently refer to customers as subscribers.

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

must minimize the size of the model.

What should you do?

a)

Set Summarize By to None for the CustomerID column.

b)

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

c)

Add a synonym of "subscriberID" to the CustomerID column.

d)

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

49.

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.

a)

one to many and single

b)

one to many and both

c)

many to many and single

d)

many to many and both

50.

There is a relationship between the tables.

There are no reporting requirements on employee_id and employee_photo.

You need to optimize the data model.

What should you configure for employee_id and employee_photo? To answer, select the appropriate

options in the answer area.

a)

Change type and hide

b)

Delete and delete

c)

Hide and Delete

d)

Delete and Hide

51.

You have a query that returns the data shown in the following exhibit.

a)

Table.SplitColumn(Source, "classes",

Splitter.SplitTextByDelimiter(",", QuoteStyle.None),

{"classes.1"})

b)

Table.Unpivot(Source, {"classes"}, "Attribute", "Value")

c)

Table.SplitColumn(Source, "classes",

Splitter.SplitTextByPositions({10}), {"classes.1"})

d)

Table.ExpandListColumn(Table.TransformColumns(Source,

{{"classes", Splitter.SplitTextByDelimiter(",",

QuoteStyle.None), let itemType = (type nullable text) meta

[Serialized.Text = true] in type {itemType}}}), "classes")

52.

You have files sales regions. Each region is assigned a single salesperson.

You have an imported dataset that has a dynamic row-level security (RLS) role named Sales. The Sales

role filters sales transaction data by salesperson.

Salespeople must see only the data from their region.

You publish the dataset to powerbi.com, set RLS role membership, and distribute the dataset and related

reports to the salespeople.

A salesperson reports that she believes she should see more data.

You need to verify what data the

a)

Use the Test as role option to view data as the salesperson’s user account

b)

Instruct the salesperson to open the report in Microsoft Power BI Desktop.

c)

Filter the data in the reports to match the intended logic in the filter on the sales transaction table.

d)

Use the Test as role option to view data as the Sales role.

53.

The sales managers require a visual to analyze sales performance versus sales targets.

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

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

a)

KPI, Sales[sales_amount] , date[month], target[sales_target]

b)

Key influencers,Sales[sales_amount] , date[month], target[sales_target]

c)

KPI, Target[sales_Target, sales[amount], Target[sales_Target

d)

Key influencers,Target[sales_Target, sales[amount], Target[sales_Target

54.

You need to create a DAX measure in the data model that only allows users to see projections at the

appropriate level of granularity.

How should you complete the measure? To answer, drag the appropriate values to the correct targets.

Each value may be used once, more than once, or not at all. You may need to drag the split bar between

panes or scroll to view content.

a)

IF, ISFILTERED AND SUM

b)

IF, ISFILTERED AND SUMX

c)

KEEPFILTERS, ISFILTERED AND SUMX

d)

IF, KEEPFILTERS AND SUM

55.

Which two types of visualizations can be used in the balance sheet reports to meet the reporting goals?

Each correct answer presents part of the solution.

a)

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

b)

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

filters.

c)

a clustered column chart that shows balances by quarter filtered to account categories that are longterm

liabilities.

d)

a pie chart that shows balances by account category without filters

e)

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

56.

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.

57.

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 are two possible ways to achieve this goal? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

a)

Add a salary to the tooltips.

b)

Add a salary to the visual filters.

c)

Add salary to the drillthrough fields.

58.

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

59.

What should you do?

a)

Edit the details of each tile.

b)

Change the report theme

c)

Change the dashboard theme.

d)

Create a custom CSS file.

60.

You are using existing reports to build a dashboard that will be viewed frequently in portrait mode on mobile

phones.

You need to build the dashboard.

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

a)

Pin the items from the reports to the dashboard,Open the dashboard,Change the dashboard view to Phone view.,Rearrange, resize or remove the items from the phone view.

b)

Open the dashboard,Change the dashboard view to Phone view,Rearrange, resize or remove the items from the phone view.

c)

Create a phone layout for the existing reports,Open the dashboard,Change the dashboard view to Phone view.,Rearrange, resize or remove the items from the phone view.

61.

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)

Line and clustered column chart

b)

Key influencers

c)

Q&A

d)

Funnel chart

62.

You have a dataset named Pens that contains the following columns:

Unit Price

Quantity Ordered

You need to create a visualization that shows the relationship between Unit Price and Quantity Ordered.

The solution must highlight orders that have a similar unit price and ordered quantity.

Which type of visualization and which feature should you use? To answer, select the appropriate options in

the answer area.

a)

A column chart of quantity ordered and unit price by year and explain the decrease

b)

A column chart of quantity ordered and unit price by year and Automatically find clusters

c)

A scatter plot of quantity ordered and unit price by item and Automatically find clusters

d)

A line chart of quantity ordered and unit price by item and Automatically find clusters

63.

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

a)

City, Total Sales, Occupation

b)

Total Sales, Occupation, City

c)

Occupation, Total Sales, City

64.

You need to ensure that the visual shows only the 10 cities that have the highest sales profit.

What should you do?

a)

Add a Top N filter to the visual.

b)

Configure the Sales Profit measure to use the RANKX function.

c)

Add a calculated column to the table that uses the TOPN function. In the visual, replace Sales Profit with

the calculated column

d)

Add a calculated column to the table that returns the city name if the city is in the top 10, otherwise the

calculated column will return "Not in Top 10". In the visual, replace Sales Profit with the calculated

column.

65.

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

66.

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 percentile line by using the Salary measure and set the percentile to 50%.

a)

Yes

b)

No

67.

You have a Microsoft SharePoint Online site that contain several document libraries.

One of the document libraries contains manufacturing reports saved as Microsoft Excel files. All the

manufacturing reports have the same data structure.

You need to use Power BI 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 folder and enter the site URL. Select Combine & Transform, then filter by

the folder path to the manufacturing reports library.

d)

Get data from a SharePoint list, enter the site URL, and then select Combine & Load.

68.

Use the drop-down menus to select the answer choice that completes each statement based on the

information presented in the graphic

a)

not affect and cross-filter

b)

cross-filter and cross-highlight

c)

not affect and cross-highlight

d)

cross-filter and not affect

69.

You have a report that contains four pages. Each page contains slicers for the same four fields.

Users report that when they select values in a slicer on one page, the selections are not persisted on other

pages.

You need to recommend a solution to ensure that users can select a value once to filter the results on all

the pages.

What are two possible recommendations to achieve this goal? Each correct answer presents a complete

solution.

a)

Replace the slicers with report-level filters.

b)

Sync the slicers across the pages.

c)

Create a bookmark for each slicer value.

d)

Replace the slicers with page-level filters.

e)

Replace the slicers with visual-level filters.

70.

How should you create the dashed horizontal line denoting the 40th percentile of daily sales for the period

shown?

a)

Add a measure to the visual that uses the following DAX expression.

Measure1 = PERCENTILEX.INC (Sales,Sales[Total Sales],0.40)

b)

Add a new percentile line that uses Total Sales as the measure and 40% as the percentile.

c)

Create a horizontal line that has a fixed value of 24,000.

d)

Add a measure to the visual that uses the following DAX expression.

Measure1 = PERCENTILEX.EXC (Sales,Sales[Total Sales],0.40)

71.

QUESTION 16

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)

donut chart

b)

pie chart

c)

area chart

d)

scatter plot

72.

The indicator color for Total Sales will be based on % Growth to Last Year.

The solution must use the existing calculations only.

How should you configure the visual? To answer, select the appropriate options in the answer area.

a)

Font Color and Field value

b)

Background color and Color Scale

c)

Data Bars and Rules

d)

Background color and Field value

73.

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 constant line and set the value to .5.

Does this meet the goal?

a)

Yes

b)

No

74.

You need to create a visualization that compares revenue and cost over time.

Which type of visualization should you use?

a)

stacked area chart

b)

donut chart

c)

line chart

d)

waterfall chart

75.

You have a collection of reports for the HR department of your company.

You need to create a visualization for the HR department that shows a historic employee counts and

predicts trends during the next six months.

Which type of visualization should you use?

a)

key influencers

b)

ribbon chart

c)

line chart

d)

catter chart

76.

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

77.

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 Page Navigation

c)

Create a Power Apps visual that contains a drop-down list. The drop-down list will contain the business

questions.

78.

You are developing a report page. Some users will navigate the report by using a keyboard, and some

users will consume the report by using a screen reader.

You need to ensure that the users can consume the content on a report page in a logical order.

What should you configure in Microsoft Power BI Desktop?

a)

the tab order

b)

the layer order

c)

the bookmark order

d)

the X position

79.

What should you add to the visual?

a)

an Average line

b)

a forecast

c)

a measure

d)

a trendline

80.

You have a Microsoft Power BI dashboard.

You need to ensure that consumers of the dashboard can give you feedback that will be visible to the other

consumers of the dashboard.

What should you use?

a)

Mark as favorite

b)

Feedback

c)

Comments

d)

Subscribe

81.

You are creating a visual to show the ranking of product categories by sales revenue.

Your company’s security policy states that you cannot send data outside of your Microsoft Power BI tenant.

Which approach provides the widest variety of visuals while adhering to the security policy?

a)

Use default or certified AppSource visuals.

b)

Use only default visuals.

c)

Use default visuals or visuals uploaded from a .pbiviz file.

d)

Use default or any AppSource visuals from the marketplace.

82.

What occurred at 12:03:06 PM?

a)

The dashboard tile cache refreshed.

b)

A new transaction was added to the data source.

c)

A user pressed F5.

d)

A user added a comment to a tile.

83.

You need to modify the chart to meet the following requirements:

Identify months that have order counts above the mean.

Display the mean monthly order count.

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.

a)

Select the line chart

b)

Create a 12-month rolling average quick measure and add the measure to the line char value

c)

From the Analytics pane, add a Median line

d)

From the Analytics pane, add a Average line

e)

Turn on data labels for the new line

84.

The query gets CSV files from a folder.

Use the drop-down menus to select the answer choice that completes each statement based on the

information presented in the graphic.

a)

9 y 10

b)

90 y 1000

c)

10 y 25

d)

9 y 90

85.

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

and North.

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

information.

Your company has employees in 10 states. You have a report that shows the employees by state.

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

What should you do?

a)

Create a new aggregation that summarizes by employee.

b)

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

c)

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

d)

Create a new aggregation that summarizes by state.

86.

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.

a)

Calculate and datesbetween

b)

Calculate and Sameperiodlastyear

c)

Calculate and Slim

87.

You are configuring a Microsoft Power BI data model to enable users to ask natural language questions by

using Q&A.

You have a table named Customer that has the following measure.

Customer Count = DISTINCTCOUNT(Customer[CustomerID])

Users frequently refer to customers as subscribers.

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

must minimize the size of the model.

What should you do?

a)

Add a synonym of “subscriber count” to the Customer Count measure

b)

Add a calculated table named Subscriber that is a duplicate of the Customer table

c)

Add a description of “Subscriber” to the Customer table.

d)

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

88.

You need to show the relationship between Total Cost and Total Sales over time.

What should you do?

a)

Add a slicer for the year.

b)

Create a DAX measure that calculates year-over-year growth.

c)

From the Analytics pane, add an Average line.

d)

Add a play axis.

89.

You have a report that contains three pages. One of the pages contains a KPI visualization.

You need to filter all the visualizations in the report except for the KPI visualization.

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

a)

Configure a report-level filter.

b)

Edit the interactions of the KPI visualization.

c)

Edit the interactions of the slicer that is on the same pages as the KPI visualization.

d)

Add the same slicer to each page and configure Sync slicers.

e)

Configure a page-level filter.

90.

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

minimize changes to the data model.

What should you do?

a)

Add a duplicate query named Airline.

b)

Add airline as a synonym of carrier.

c)

Rename the carrier column as airline in the Carriers query.

d)

Rename the query from Carriers to airlines.

91.

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

area.

a)

Using an app and A mail-enabled Azure-Active Directory group

b)

Using a workspace membership and A mail-enabled Azure-Active Directory group

c)

Using an app and Individula user emails

92.

You need to grant access to the business unit analysts.

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

a)

The Member role to the workspace and Build

b)

The Viewer role to the workspace and Reshare

c)

The Viewer role to the workspace and Build

d)

The Member role to the workspace and Reshare

93.

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 publish an app to the entire organization.

Does this meet the goal?

a)

Yes

b)

No

94.

You have multiple dashboards.

You need to ensure that when users browse the available dashboards from powerbi.com, they can see

which dashboards contain Personally Identifiable Information (PII). The solution must minimize

configuration effort and impact on the dashboard design.

What should you use?

a)

comments

b)

tiles

c)

Microsoft Information Protection sensitivity labels

d)

Active Directory groups

95.

You have a Power BI tenant.

You have reports that use financial datasets and are exported as PDF files.

You need to ensure that the reports are encrypted.

What should you implement?

a)

dataset certifications

b)

row-level security (RLS)

c)

Microsoft Intune policies

d)

sensitivity labels

96.

Your company plans to completely separate development and production assets such as datasets, reports,

and dashboards in Microsoft Power BI.

You need to recommend an application lifecycle strategy. The solution must minimize access to production

assets and prevent end users from viewing the development assets.

What should you recommend?

a)

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

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

b)

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

c)

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

publish an app.

d)

In one workspace, create separate copies of the assets and append DEV to the names of the copied

assets. Grant the end users access to the workspace.

97.

You have a collection of reports for the HR department of your company. The datasets use row-level

security (RLS). The company has multiple sales regions that each has an HR manager.

You need to ensure that the HR managers can interact with the data from their region only. The HR

managers must be prevented from changing the layout of the reports.

How should you provision access to the reports for the HR managers?

a)

Publish the reports to a different workspace other than the one hosting the datasets.

b)

Publish the reports in an app and grant the HR managers access permission.

c)

Add the HR managers as members of the existing workspace that hosts the reports and the datasets.

d)

Create a new workspace, copy the datasets and reports, and add the HR managers as members of the

workspace.

98.

You create a report by using Microsoft Power BI Desktop.

The report uses data from a Microsoft SQL Server Analysis Services (SSAS) cube located on your

company’s internal network.

You plan to publish the report to the Power BI Service.

What should you implement to ensure that users who consume the report from the Power BI Service have

the most up-to-date data from the cube?

a)

a subscription

b)

a scheduled refresh of the dataset

c)

an OData feed

d)

an On-premises data gateway

99.

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

100.

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 assign all the users the Viewer role to the workspace.

Does this meet the goal?

a)

Yes

b)

No

101.

You publish a Microsoft Power BI dataset to powerbi.com. The dataset appends data from an on-premises

Oracle database and an Azure SQL database by using one query.

You have admin access to the workspace and permission to use an existing On-premises data gateway for

which the Oracle data source is already configured.

You need to ensure that the data is updated every morning. The solution must minimize configuration effort.

Which two actions should you perform when you configure scheduled refresh? Each correct answer

presents part of the solution.

a)

Configure the dataset to use the existing On-premises data gateway.

b)

Deploy an On-premises data gateway in personal mode.

c)

Set the refresh frequency to Daily.

d)

Configure the dataset to use the personal gateway.

102.

You need to provide a user with the ability to add members to a workspace. The solution must use the

principle of least privilege.

Which role should you assign to the user?

a)

Viewer

b)

Contributor

c)

Admin

d)

Member

103.

a)

Member and Contributor

b)

Admin and Contributor

c)

Member and Viewer

d)

Contributor and Member

104.

You create a dataset sourced from dozens of flat files in Azure Blob storage. The dataset uses incremental

refresh. From powerbi.com, you deploy the dataset and several related reports to Microsoft Power BI Premium

capacity.

You discover that the dataset refresh fails after the refresh runs out of resources.

What is a possible cause of the issue?

a)

Query folding is not occurring

b)

You selected Only refresh complete periods.

c)

The data type of the column used to partition the data changed.

d)

A filter is missing on the report

105.

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 enable included in app for all assets.

Does this meet the goal?

a)

Yes

b)

No

106.

You need to prepare the data to support the following:

Visualizations that include all measures in the data over time

Year-over-year calculations for all the measures

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

a)

Transpose the table, Unpivot all the columns other than measure, Rename the Measure column as Year, Change the data type of the year column to date

b)

Use the first row as headers Unpivot all the columns other than measure, Rename the Measure column as Year,Use the headers as the firs row

c)

Use the first row as headers,Rename the Measure column as Year,Use the headers as the firs row,Rename the Measure column as Year

d)

Transpose the table,,Unpivot all the columns other than measure, Rename the Attribute column as Year, Change the data type of the year column to date

107.
a)

Select Use Firsrow as Headers,Select Department and Product and Unpivot Columns, Rename the Attribute column to Year and the Value column to Revenue

b)

Select Use Firsrow as Headers,Select Department and Product and Unpivot other Columns, Rename the Attribute column to Year and the Value column to Revenue

c)

Select Use Header as First Row, Select Department and Product and Unpivot Other Columns, Rename the Attribute column to Year and the Value column to Revenue

d)

Select Use Header as First Row, Select Department and Product and Unpivot Columns, Rename the Attribute column to Year and the Value column to Revenue

108.

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

What should you create?

a)

an additional date table named ShipDate, a one-to-many relationship from Date[date_id] to Sales

[Sales_date_id], and a one-to-many relationship from ShipDate[date_id] to Sales

[sales_ship_date_id]

b)

an additional date table named ShipDate, a many-to-many relationship from Sales[sales_date_id]

to Date[date_id], and a many-to-many relationship from Sales[sales_ship_date_id] to

ShipDate[date_id]

c)

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

relationship from Date[date_id] to Weekly_Returns[week_id]

d)

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

relationship from Sales[sales_ship_date_id] to Date[date_id]

109.

Once the profit and loss dataset is created, which four actions should you perform in sequence to ensure

that the business unit analysts see the appropriate profit and loss data? To answer, move the appropriate

actions from the list of actions to the answer area and arrange them in the correct order.

a)

From Power BI Desktop, publish the dataset to powerbi.com,From Power BI Desktop, create four roles, From Power BI Desktop, add Table Filter DAX Expression to the roles,From powerbi.com, add role members to the roles

b)

From Power BI Desktop, publish the dataset to powerbi.com,From Power BI Desktop, create four roles, From Power BI Desktop, From powerbi.com assign the analysts the contributor role to the workaspace, add role members to the roles

c)

From Power BI Desktop, publish the dataset to powerbi.com, From Power BI Desktop, add Table Filter DAX Expression to the roles,From Power BI Desktop, create four roles,From powerbi.com, add role members to the roles

110.

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.

a)

CalculateTable, divide, allselected

b)

CalculateTable, divide, all

c)

Calculate, divide, allselected

d)

Calculate, divide, all

111.

CityData and Sales are related using a many-to-many relationship based upon the State column in each

table.

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

a)

Yes , Yes , No

b)

Yes , No, No

c)

No, Yes, Yes

d)

Yes, No, No

112.

Use the drop-down menus to select the answer choice that completes each statement based on the

information presented in the graphic.

a)

list of the distinct storedid values y Only the store table

b)

sum of the storedid values y all the tables related on the sales table

c)

distinct count of the storeid values y Only the sales table

d)

List of the distinct StoredID values y Only the sales table

113.

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.

a)

Merge the customergrouped query in to the csutomer query based on customerid and modified date by using a left outer join, Filter the customs query on modified date is latest, Remove duplicates in the customer id column

b)

Merge the two queries based on customer id and modified date by using an inner join, Group the customergrouped query by customerid and output the max modified date value into a column named modified date, removed duplicates in the customer id column

c)

Duplicate the customer query and name the new query customergrouped, Group the customergrouped query by customerid and output the max modified date value into a column named modified date, removed duplicates in the customer id column