Exam2pass
0 items Sign In or Register
  • Home
  • IT Exams
  • Guarantee
  • FAQs
  • Reviews
  • Contact Us
  • Demo
Exam2pass > Microsoft > Microsoft Certifications > PL-300 > PL-300 Online Practice Questions and Answers

PL-300 Online Practice Questions and Answers

Questions 4

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

Buy Now

Correct Answer: D

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

Questions 5

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.

Buy Now

Correct Answer: B

Questions 6

You are developing a sales report that will have multiple pages. Each page will answer a different business question.

You plan to have a menu page that will show all the business questions.

You need to ensure that users can click each business question and be directed to the page where the question is answered. The solution must ensure that the menu page will work when deployed to any workspace.

What should you include on the menu page?

A. Create a text box for each business question and insert a link.

B. Create a button for each business question and set the action type to Bookmark.

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

Buy Now

Correct Answer: B

When you create a bookmark, the following elements are saved with the bookmark:

- The current page - Filters - Slicers, including slicer type (for example, dropdown or list) and slicer state

-Visual selection state (such as cross-highlight filters)

-Sort order - Drill location

-Visibility of an object (by using the Selection pane)

-The focus or Spotlight modes of any visible object

Questions 7

You have a report that contains four pages. Each page contains slicers for the same four fields. Users report that when they select values on a slicer on one page, the visuals are not updated on all the 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.

NOTE: Each correct selection is worth one point.

A. Sync the slicers across the pages.

B. Replace the slicers with page-level filters.

C. Replace the slicers with visual-level filters.

D. Create a bookmark for each slicer value.

E. Replace the slicers with report-level filters.

Buy Now

Correct Answer: AE

Add a report-level filter to filter an entire report. The visuals on the active page, and on all pages in the report, change to reflect the new filter. You can sync a slicer and use it on any or all pages in a report.

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

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

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

Questions 8

You are creating a report in Power BI Desktop.

You load a data extract that includes a free text field named coll.

You need to analyze the frequency distribution of the string lengths in col1. The solution must not affect the size of the model.

What should you do?

A. In the report, add a DAX calculated column that calculates the length of col1

B. In the report, add a DAX function that calculates the average length of col1

C. From Power Query Editor, add a column that calculates the length of col1

D. From Power Query Editor, change the distribution for the Column profile to group by length for col1

Buy Now

Correct Answer: D

From Power Query.. highlight the column.. from the tab view select Column Profile Option.. in the Value distribution section that appears below, from the 3dots.. you can change to group by text length distribution

Questions 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 WHERE clause to the SQL statement.

Does this meet the goal?

A. Yes

B. No

Buy Now

Correct Answer: A

Questions 10

A user creates a Power B1 report named ReportA that uses a custom theme

You create a dashboard named DashboardA.

You need to ensure that DashboardA uses the custom theme. The solution must minimize development effort.

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

NOTE: Each correct selection is worth one point.

A. From DashboardA upload a JSON theme.

B. Publish ReportA to the Microsoft Power B1 Community theme gallery.

C. From DashboardA create a custom theme.

D. From ReportA save the current theme.

E. Publish ReportA to Power Bl.

Buy Now

Correct Answer: AE

Questions 11

HOTSPOT

You have a folder of monthly transaction extracts.

You plan to create a report to analyze the transaction data.

You receive the following email message: "Hi. I've put 24 files of monthly transaction data onto the shared drive. File Transactions201901.csv through Transactions201912.csv have the latest set of columns, but files Transactions201801.csv

to Transactions201812.csv have an older layout without the extra fields needed for analysis. Each file contains 10 to 50 transactions."

You get data from the folder and select Combine and Load. The Combine Files dialog box is shown in the exhibit. (Click the Exhibit tab.)

For each of the following statements, select Yes if the statement is true. Otherwise, select No. NOTE: Each correct selection is worth one point.

Hot Area:

Buy Now

Correct Answer:

Box 1: Yes

The four columns used in the 2018 transactions are already displayed.

Box 2: Yes

The columns used are based on the entire dataset. The additional columns in the 2019 files will be detected.

Box 3: Yes

Note: Under the hoods, Power BI will automatically detect which delimiter to use, and may even promote the first row as headers. You can manually change the delimiter, or define how Power BI should handle data types. You can set it to

automatically detect data types based on first 200 rows, or the entire dataset or you can even opt out the detection of data types.

Questions 12

HOTSPOT

You have a Power Bl report that contains a measure named Total Sales.

You need to create a new measure that will return the sum of Total Sates for a year up to a selected date. 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.

Hot Area:

Buy Now

Correct Answer:

Box 1: TOTALYTD TOTALYTD evaluates the specified expression over the interval which begins on the first day of the year and ends with the last date in the specified date column after applying specified filters.

Syntax: TOTALYTD (

,

[, ]

[, ]

Expression - The expression to be evaluated.

Dates - The name of a column containing dates or a one column table containing dates.

Example:

TOTALYTD ( -- 2007-01-01 : 2007-05-12

[Sales Amount],

'Date'[Date]

Box 2: 'Date'[Date]

Reference:

https://dax.guide/totalytd/

Questions 13

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.

You need to prepare the data to support the following:

1.

Visualizations that include all measures in the data over time

2.

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.

Select and Place:

Buy Now

Correct Answer:

1.

Use first row as header

2.

Unpivot all columns other than "Measure"

3.

Rename "Attribute" to "Year"

4.

Change data type of "Year" to date (Date > Year)

Reference: https://support.microsoft.com/en-us/office/unpivot-columns-power-query-0f7bad4b-9ea1-49c1-9d95-f588221c7098

Exam Code: PL-300
Exam Name: Microsoft Power BI Data Analyst
Last Update: Jul 03, 2025
Questions: 435

PDF (Q&A)

$45.99
ADD TO CART

VCE

$49.99
ADD TO CART

PDF + VCE

$59.99
ADD TO CART

Exam2Pass----The Most Reliable Exam Preparation Assistance

There are tens of thousands of certification exam dumps provided on the internet. And how to choose the most reliable one among them is the first problem one certification candidate should face. Exam2Pass provide a shot cut to pass the exam and get the certification. If you need help on any questions or any Exam2Pass exam PDF and VCE simulators, customer support team is ready to help at any time when required.

Home | Guarantee & Policy |  Privacy & Policy |  Terms & Conditions |  How to buy |  FAQs |  About Us |  Contact Us |  Demo |  Reviews

2025 Copyright @ exam2pass.com All trademarks are the property of their respective vendors. We are not associated with any of them.