wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

PL 300 Test

Total questions: 20

Worksheet time: 11mins

Name
Class
Date
1.

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

a)

CALCULATE (

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

b)

CALCULATE (

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

c)

FIRSTNONBLANK ( 'Date' [Date]

SUM( BalanceSheet[BalanceAmount] )

)

d)

CALCULATE (

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

)

2.

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)

waterfall chart

d)

line chart

3.

Your department wants to see a single visual that explains the factors that contribute to revenue growth the most. Which visualization should you use?


a)

Stacked column chart

b)

Funnel chart

c)

Key influencers

d)

Decomposition tree

4.

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

5.

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

6.

You have a report page named Sales which contains visual A, showing total sales for each city for the selected year, as shown in the exhibit.

You need to configure an interaction for this visual. When clicking Drill through, it should redirect to a detail page that shows Sales for the selected city by Product Line and will preserve all the filters from the Sales page.

Which four actions should you perform?

Each correct answer presents part of the solution.

a)

On the Detail page, under the drill through option, add City column as the drill through field.

b)

Create a table visual named Visual B to show total sales by city and product line.

c)

On the Sales page, under the drill through option, add City column as the drill through field.

d)

Create a new page named Detail.

e)

On the Detail page, under the drill through option, set Keep all filters to On.

7.

You have a dataset on the bulk orders your company received from across India via different Sales Channels. You have to create a transformation query for the No of days the bulk orders are received from each City and Sales channel. Which of the following options would you choose?

a)

Create an Advanced Group by transform. And set the Group by operation to Count Rows

b)

Create an Advanced Group by transform. And set the Group by operation to All Rows

c)

Create a Basic Group by transform. And set the Group by operation to Count Distinct Rows

d)

Create an Advanced Group by transform. And set the Group by operation to Count Distinct Rows

8.

For the sales department at your company, you publish a Power BI report that imports data from a Microsoft Excel file located in a Microsoft SharePoint folder. The data model contains several measures. You need to create a Power BI report from the existing data. The solution must minimize development effort. Which type of data source should you use?

a)

Power BI Dataset

b)

SharePoint Folder

c)

Power BI Dataflow

d)

Excel

9.

A query operation that joins two existing tables based on matching values from one or more columns.

a)

Join

b)

Merge

c)

Append

d)

Group

10.

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 the Command timeout in minutes setting.

c)

Set Data Connectivity mode to Import.

d)

Set Data Connectivity mode to DirectQuery.

11.

If you have two queries that have different data but the same column headers, and you want to combine both tables into one query with all the combined rows, which operation should you perform?

a)

Append

b)

Merge

c)

Join

d)

Combine

12.

From the AdventureWorks Datawarehouse, you import the below tables into Power BI Desktop. You have to analyze Reseller Sales for each Sales Territory. How would you configure the relationship between Dim Geo and Dim Territory?

a)

Many to one

Both

b)

Many to one

Single

c)

Many to many

Single

d)

One to One

Single

13.

If you want to create a measure that always calculates the total sales for 2015, regardless of which year is selected in any other visual in Power BI, you would create a measure

a)

Total Sales for 2015 = SUM(CALCULATE('Sales OrderDetails'[Total Price]), YEAR('Sales OrderDetails'[orderdate]) = 2015)

b)

Total Sales for 2015 = CALCULATE(SUM('Sales OrderDetails'[Total Price]), DATE('Sales OrderDetails'[orderdate]) = 2015)

c)

Total Sales for 2015 = CALCULATE(SUM('Sales OrderDetails'[Total Price]), YEAR('Sales OrderDetails'[orderdate]) = 2015)

d)

Total Sales for 2015 = CALCULATE(SUM('Sales OrderDetails'[Total Price]), YEAR('Sales OrderDetails'[Year]) = 2015)

14.

Which of the following formulas would make the most sense as a calculated column?

a)

=SUM(Sales[quantity])

b)

=AVERAGE(Products[RetailsPrice])

c)

=DISTINCOUNT(Customer[CustomerName])

d)

=Products[RetailsPrices] * 0.75

15.

What is the purpose of the following function:

=CALCULATE([Profit],Territories[Country]="USA")

a)

Calculate a measure named "Profit" across the entire Territories table

b)

Sums the "Profit" column for rows where Country = "USA"

c)

Creates a new column named "Profit" which is calculated for all rows where country = "USA"

d)

Evaluates the "Profits" measure for rows where Country = "USA" in the Territories table

16.

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 egions. Each sales region 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)
A. Publish the reports in an app and grant the HR managers access permission.
b)
B. Create a new workspace, copy the datasets and reports, and add the HR managers as members of the workspace.
c)
C. Publish the reports to a different workspace other than the one hosting the datasets.
d)
D. Add the HR managers as members of the existing workspace that hosts the reports and the datasets.
17.

You have a Power BI imported dataset that contains the data model shown in the following exhibit. 2- The data model is organized into a …........

a)
2- Star Schema
b)
2- Snowflake schema
c)
2- denormalized table
18.

You have the Power BI model shown in the following exhibit. There are four departments in the Departments table. You need to ensure that users can see the data of their respective department only. What should you do?

a)
A. Create a slicer that filters Departments based on DepartmentID.
b)
B. Create a row-level security (RLS) role for each department, and then define the membership of the role.
c)
C. Create a DepartmentID parameter to filter the Departments table
d)
D. To the ConfidentialData table, add a calculated measure that uses the CURRENTGROUP DAX function.
19.

You have the Power BI data model shown in the following exhibit The Sales table contains records of sales by day from the last five years up until today’s date. You plan to create a measure to return the total sales of March 2021 when March 2022 is selected. Which DAX expression should you use?

a)
A. Calculate (Sum(Sales[Sales]), PREVIOUSYEAR( dimDate[Date])
b)
B. TOTALYTD (SUM(Sales[Sales]), dimDate[Date] )
c)
C. Calculate (SUM(Sales[Sales]), SAMEPERIODLASTYEAR(dimDate[Date] ))
d)
D. SUM(Sales[Sales])
20.

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)
A. Implement row-level security (RLS)
b)
B. Remove unused columns from tables in the data model.
c)
C. Replace the default visuals with AppSource visuals.
d)
D. Enable visual interactions.