[UPDATED 2023] Getting PL-300 Certification Made Easy! [Q21-Q43]

Share

[UPDATED 2023] Getting PL-300 Certification Made Easy!

PL-300 Exam Crack Test Engine Dumps Training With 335 Questions


Microsoft PL-300 certification exam is an excellent way for data analysts and business professionals to validate their skills and expertise in using Power BI. Microsoft Power BI Data Analyst certification can help professionals demonstrate their ability to create data models, reports, and dashboards using Power BI, and provide valuable insights to their organization. With the increasing demand for Power BI professionals, the PL-300 certification can also help individuals advance their career and job prospects.

 

NEW QUESTION # 21
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.

Answer:

Explanation:

1 - Convert list to table
2 - Expand Column
3 - Set Date type


NEW QUESTION # 22
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. Change the data type of the Date column to
  • B. Trim the Date column.
  • C. Round the hour of the Date column to startOfHour.
  • D. Split the Date column into two columns, one that contains only the time and another that contains only the date.

Answer: D

Explanation:
Explanation
We have to separate date & time tables. Also, we don't need to put the time into the date table, because the time is repeated every day.
Split your DateTime column into a separate date & time columns in fact table, so that you can join the date to the date table & the time to the time table. The time need to be converted to the nearest round minute or second so that every time in your data corresponds to a row in your time table.
Reference:
https://intellipaat.com/community/6461/how-to-include-time-in-date-hierarchy-in-power-bi


NEW QUESTION # 23
You have a report in Power BI Desktop 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:


NEW QUESTION # 24
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:

Reference:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand


NEW QUESTION # 25
You have a Power Bl report for the marketing department. The report reports on web traffic to a blog and contains data from the following tables.

There is a one-to-many relationship from Posts to Traffic that uses the URL and URL Visited columns. The report contains the visuals shown in the following table.

The dataset takes a long time to refresh.
You need to modify Posts and Traffic queries to reduce toad times.
Which two actions will reduce the toad times? Each correct answer presents part of the solution.
NOTE: Each correct selection is worth one point.

  • A. Remove the rows in Traffic in which Traffic [URL visited] does not contain "blog''
  • B. Remove Traffic [IP Address], Traffic (Browser Agent], and Traffic [Referring URL).
  • C. Remove Posts [Full Text] and Posts [Summary].
  • D. Remove the rows in Traffic in which Traffic [Referring URL] does not start with "/"
  • E. Remove the rows in Posts in which Post [Publish Date] is in the last seven days.

Answer: A,C


NEW QUESTION # 26
You publish the dataset to powerbi.com.
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:

Explanation:


NEW QUESTION # 27
You need to create the Top Customers report.
Which type of filter should you use, and at which level should you apply the filter? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://powerbidocs.com/2020/01/21/power-bi-top-n-filters/


NEW QUESTION # 28
What is the minimum number of Power BI datasets needed to support the reports?

  • A. a single imported dataset
  • B. two DirectQuery datasets
  • C. a single DirectQuery dataset
  • D. two imported datasets

Answer: A


NEW QUESTION # 29
HOTSPOT
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. NOTE: Each correct selection is worth one point.

Answer:

Explanation:


NEW QUESTION # 30
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. R visuals
  • B. Breadcrumbs
  • C. Funnel charts
  • D. Custom visuals
  • E. Bubble maps

Answer: A,B


NEW QUESTION # 31
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
Each Customer ID represents a unique customer m the Customer table. Each Address ID represents a unique address m the Address table. 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. Transpose the Customer and Address tables.
  • B. Merge the Customer and Address tables.
  • C. Group the Customer and Address tables by the Address ID column.
  • D. Append the Customer and Address tables.

Answer: B


NEW QUESTION # 32
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 Decimal Number.
  • B. Change the data type of Sales[region_id] to Whole Number.
  • C. Change the data type of sales[sales_id] to Text.
  • D. In the Sales table, add a measure for sum(sales_amount).

Answer: B


NEW QUESTION # 33
You need to create a DAX measure in the data model that only allows users to see projections at the appropriate levels 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.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/dax/isfiltered-function-dax


NEW QUESTION # 34
You have a Microsoft Excel workbook that contains two tables.
From Power BI, you create a dashboard that displays data from the tables.
You update the tables each day.
You need to ensure that the virtualizations in the dashboard are updated daily.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to answer area and arrange them in the correct order.

Answer:

Explanation:

1 - Download and install an on-premises...
2 - For each dataset, modify the Gateway...
3 - For each dataset, modify the Schedule Referesh settings.


NEW QUESTION # 35
You need to create a visual as shown in the following exhibit.

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.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:
Explanation
Box 1: Background color
To format the Color column based on its field values, select Conditional formatting for the Color field, and then select Background color or Font color.
In the Background color or Font color dialog box, select Field value from the Format by drop-down field.
Box 2: Field value
With conditional formatting for tables in Power BI Desktop, you can specify customized cell colors, including color gradients, based on field values.
Reference:
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting


NEW QUESTION # 36
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. web content
  • B. custom streaming data
  • C. video
  • D. text box

Answer: A

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


NEW QUESTION # 37
You need to create a visual that enables the adhoc exploration of data as shown in the following exhibit.

Which type of visual should you use?

  • A. decomposition tree
  • B. key influencers
  • C. Q&A
  • D. smart narrative

Answer: A


NEW QUESTION # 38
You have a Power Bl report
You have a table named Dalai that contains 10 million rows. Data is used in the following visuals:
* A card that shows the number of records
* A bar chart that snows total transaction amount by territory
* A scatter plot that shows transaction amount and profit amount on the axes and points colored by territory You need to modify the scatter plot to make it easier for users to identify meaningful patterns. The solution must not affect the accuracy of the other visuals-What should you do?

  • A. Add a trend line to the scatter plot
  • B. Add a count field of the transaction amount to the size bucket of the scatter plot
  • C. Apply a row filter to the Dalai query in Power Query Editor.
  • D. Enable high-density sampling on the scatter plot

Answer: A


NEW QUESTION # 39
You have a report page that contains the visuals 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/consumer/end-user-interactions


NEW QUESTION # 40
You have a Power Bl report named Orders that supports the following analysis:
* Total sales over time
* The count of orders over time
* New and repeat customer counts
The data model size is nearing the limit for a dataset in shared capacity. The model view for the dataset is shown in the following exhibit.

Answer:

Explanation:
Explanation


NEW QUESTION # 41
You plan to create the chart shown in the following exhibit.

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.
    Heasurel - PERCENTUEX.EXC (Sales,Sales[Total Sales],.40)
  • B. Create a horizontal line that has a fixed value of 24,000.
  • C. Add a new percentile line that uses Total Sales as the measure and 40% as the percentile.
  • D. Add a measure to the visual that uses the following DAX expression.Heasurel = PERCENTILEX.INC (Sales,Sales[Total Sales],6.40)

Answer: C

Explanation:
Explanation
The analytics feature enables you to show percentiles across groups specified along a specific axis.
Example:
1. Click on the analytics tab
2. Select Percentile
3. You can choose a specific percentile along with other formatting options.
4. Drag a date or non-numeric dimension into the Axis of a column chart


Add percentile lines to monitor daily revenue


NEW QUESTION # 42
You are creating a quick measure as shown in the following exhibit.

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.
NOTE: Each correct selection is worth one point.

Answer:

Explanation:

Reference:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-quick-measures


NEW QUESTION # 43
......


Microsoft PL-300 exam consists of multiple-choice questions and scenarios that require candidates to apply their knowledge of Power BI to real-world situations. PL-300 exam is divided into several sections, each of which focuses on different aspects of data analysis and visualization. These sections include data modeling, dashboard creation, data preparation, and report creation. Candidates are required to demonstrate their proficiency in each of these areas in order to pass the exam.

 

PL-300 Exam Dumps Contains FREE Real Quesions from the Actual Exam: https://www.exams-boost.com/PL-300-valid-materials.html

Obtain the PL-300 PDF Dumps Get 100% Outcomes Exam Questions For You To Pass: https://drive.google.com/open?id=1U-uu5JRcrM6bTaMnQ8R52gy4F9n9mzgw