PL-300 Exam Dumps Pass with Updated 2022 Certified Exam Questions [Q19-Q41]

Share

PL-300 Exam Dumps Pass with Updated 2022 Certified Exam Questions

PL-300 Exam Questions - Real & Updated Questions PDF

NEW QUESTION 19
DRAG DROP
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.

Answer:

Explanation:

 

NEW QUESTION 20
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. Too many records were sent to the visual.
  • C. The data comes from a Microsoft SQL Server source.
  • D. The data is deduplicated.

Answer: B

Explanation:
R visuals in the Power BI service have a few limitations including:
Data size limitations - data used by the R visual for plotting is limited to 150,000 rows. If more than 150,000 rows are selected, only the top 150,000 rows are used and a message is displayed on the image. Additionally, the input data has a limit of 250 MB.
Reference:
https://docs.microsoft.com/en-us/power-bi/visuals/service-r-visuals

 

NEW QUESTION 21
You have a Microsoft Power Bl dashboard. The report used to create the dashboard uses an imported dataset from a Microsoft SQL Server data source.
The dashboard is shown in the exhibit. (Click the Exhibit tab.)

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 added a comment to a tile.
  • D. A user pressed F5

Answer: A

 

NEW QUESTION 22
You create a dashboard by using the Microsoft Power Bl 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. Create a subscription.
  • C. Share the dashboard to the user.
  • D. Tag the user in a comment.

Answer: B

Explanation:
You can subscribe yourself and your colleagues to the report pages, dashboards, and paginated reports that matter most to you. Power BI e-mail subscriptions allow you to:
Decide how often you want to receive the emails: daily, weekly, hourly, monthly, or once a day after the initial data refresh.
Choose the time you want to receive the email, if you choose daily, weekly, hourly, or monthly.
Note: Email subscriptions don't support most custom visuals. The one exception is those custom visuals that have been certified.
Email subscriptions don't support R-powered custom visuals at this time.
Incorrect Answers:
A: Set data alerts to notify you when data in your dashboards changes beyond limits you set.
Reference:
https://docs.microsoft.com/en-us/power-bi/collaborate-share/service-report-subscribe
https://docs.microsoft.com/en-us/power-bi/create-reports/service-set-data-alerts

 

NEW QUESTION 23
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. Change the imported dataset to DirectQuery.
  • B. Change any DAX measures to use iterator functions.
  • C. Replace the default visuals with AppSource visuals.
  • D. Remove unused columns from tables in the data model.

Answer: A

Explanation:
DirectQuery: No data is imported or copied into Power BI Desktop.
Import: The selected tables and columns are imported into Power BI Desktop. As you create or interact with a visualization, Power BI Desktop uses the imported data.
Benefits of using DirectQuery
There are a few benefits to using DirectQuery:
DirectQuery lets you build visualizations over very large datasets, where it would otherwise be unfeasible to first import all the data with pre-aggregation.
Underlying data changes can require a refresh of data. For some reports, the need to display current data can require large data transfers, making reimporting data unfeasible. By contrast, DirectQuery reports always use current data.
The 1-GB dataset limitation doesn't apply to DirectQuery.
Reference:
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery

 

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

You need to configure the query to display the data as shown in the following exhibit.

Which step should you use in the query?

  • A. = Table.SplitColumn(Source, "classes". Splitter.SplitTextByDelimiterf",", QuoteStyle.None), {"classes.1"})
  • B. = Table.SplitColumn(Source, "classes". Splitter.SplitTextByPositions({10}), {"classes.1"})
  • C. =Table.ExpandListColum(Table.TransformColunins(Source, {{"classes". Splitter.SplitTextByDelimiter('','', QuoteStyle.None), let itemType - (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "classes")
  • D. = Table.Unpivot(Source, {"classes"}, "Attribute", "Value")

Answer: D

 

NEW QUESTION 25
HOTSPOT
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:

 

NEW QUESTION 26
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. Admin
  • B. Viewer
  • C. Member
  • D. Contributor

Answer: C

 

NEW QUESTION 27
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 28
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. ribbon chart
  • B. line chart
  • C. key influences
  • D. scatter chart

Answer: B

Explanation:
The best data for forecasting is time series data or uniformly increasing whole numbers. The line chart has to have only one line.
Try forecasting: Try the new forecasting capabilities of Power View today on your own data or with the sample report available as part of the Power BI report samples. To view your own data, upload a workbook with a Power View time series line chart to Power BI for Office 365.
Reference:
https://powerbi.microsoft.com/en-us/blog/introducing-new-forecasting-capabilities-in-power-view-for-office-365

 

NEW QUESTION 29
In the Power BI service, you create an app workplace that contains several dashboards.
You need to provide a user named [email protected] with the ability to edit and publish dashboards.
What should you do?

  • A. Modify the members of the app workspace.
  • B. From the app workspace, click Update app, and then configure the Access settings.
  • C. Configure security for the dataset used by the app.
  • D. Share the dashboard, and then modify the Access settings of the dashboard.

Answer: D

 

NEW QUESTION 30
You have the visual shown in the Original exhibit. {Click the Original tab.)

You need to configure the visual as shown in the Modified exhibit. (Click the Modified tab.)

What should you add to the visual?

  • A. a forecast
  • B. an Average line
  • C. a trendline
  • D. a measure

Answer: A

Explanation:
Explore forecast results by adjusting the desired confidence interval or by adjusting outlier data to see how they affect results.

Reference:
https://powerbi.microsoft.com/fr-fr/blog/introducing-new-forecasting-capabilities-in-power-view-for-office-365/

 

NEW QUESTION 31
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 ta ensure that users who consume the report from the Power BI Service have the most up-to-date data from the cube?

  • A. a scheduled refresh of the dataset
  • B. an On-premises data gateway
  • C. an OData feed
  • D. a subscription

Answer: B

 

NEW QUESTION 32
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. Q&A
  • C. Funnel chart
  • D. Key influences

Answer: D

 

NEW QUESTION 33
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. No
  • B. Yes

Answer: A

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

 

NEW QUESTION 34
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 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. No
  • B. Yes

Answer: B

 

NEW QUESTION 35
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:

 

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

Answer: B

Explanation:
Scenario: Executives require a visual that shows sales by region.
Need to change the sales_id column from Varchar to Whole Number (Integer).

 

NEW QUESTION 37
You have a sales system that contains the tables shown in the following table.

The Date table is marked as a date table.
DatelD is the date data type. You need to create an annual sales growth percentage measure.
Which DAX expression should you use?

  • A. (SUN(sales[sales_araount]) - CALCULATE(SUM(sales[sales_amount]), SAHEPERIOOLASTYEAR('Date'[DatelD]))/ CALCULATE(SUM(sales[sales_amount]), SAMEPERIOOLASTYEAR ('Date'[DateID])
  • B. CALCULATE(SUH(sales[sales_araount]), SAMEPERIODLASTYEAR('Date'[DatelD])
  • C. SUM(sales[sales_amount]) - CALCULATE(SUM(sales[sales_amount]), SAMEPERIODLASTYEAR('Date'[DatelD])
  • D. CALCULATE(SUM(sales[sales_amount]), DATESYTD('Date'[DatelD]))

Answer: B

 

NEW QUESTION 38
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. A filter is missing on the report.
  • B. Query folding is not occurring.
  • C. The data type of the column used to partition the data changed.
  • D. You selected Only refresh complete periods.

Answer: B

Explanation:
The Power BI service partitions data based on date range. This is what enables only certain partitions to be refreshed incrementally. To make this work, the partition filter conditions are pushed down to the source system by including them in the queries. Using Power Query terminology, this is called "query folding". It is not recommended that incremental refresh is used when the required query folding cannot take place.
Reference:
https://powerbi.microsoft.com/en-us/blog/incremental-refresh-query-folding/

 

NEW QUESTION 39
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 a constant line and set the value to .5.
Does this meet the goal?

  • A. No
  • B. Yes

Answer: A

 

NEW QUESTION 40
Topic 1, Litware, Inc. Case Study
This is a case study. Case studies are not timed separately. You can use as much exam time as you would like to complete each case. However, there may be additional case studies and sections on this exam. You must manage your time to ensure that you are able to complete all questions included on this exam in the time provided.
To answer the questions included in a case study, you will need to reference information that is provided in the case study. Case studies might contain exhibits and other resources that provide more information about the scenario that is described in the case study. Each question is independent of the other questions in this case study.
At the end of this case study, a review screen will appear. This screen allows you to review your answers and to make changes before you move to the next section of the exam. After you begin a new section, you cannot return to this section.
To start the case study
To display the first question in this case study, click the Next button. Use the buttons in the left pane to explore the content of the case study before you answer the questions. Clicking these buttons displays information such as business requirements, existing environment and problem statements. If the case study has an All Information tab, note that the information displayed is identical to the information displayed on the subsequent tabs. When you are ready to answer a question, click the Question button to return to the question.
Overview
Litware, Inc. is an online retailer that uses Microsoft Power Bl dashboards and reports.
The company plans to leverage data from Microsoft SQL Server databases, Microsoft Excel files, text files, and several other data sources.
Litware uses Azure Active Directory (Azure AD) to authenticate users.
- Existing Environment
Sales Data
Litware has online sales data that has the SQL schema shown in the following table.

In the Date table, the dateid column has a format of yyyymmdd and the month column has a format of yyyymm.
The week column in the Date table and the weekid column in the Weekly_Returns table have a format of yyyyww.
The regionid column can be managed by only one sales manager.
Data Concerns
You are concerned with the quality and completeness of the sales data. You plan to verify the sales data for negative sales amounts.
Reporting Requirements
Litware identifies the following technical requirements:
* Executives require a visual that shows sales by region.
* Regional managers require a visual to analyze weekly sales and returns.
* Sales managers must be able to see the sales data of their respective region only.
* The sales managers require a visual to analyze sales performance versus sales targets.
* The sale department requires reports that contain the number of sales transactions.
* Users must be able to see the month in reports as shown in the following example: Feb 2020.
* The customer service department requires a visual that can be filtered by both sales month and ship month independently.
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. 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.
  • 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. Add the Weekly_Returns data to the Sales table by using related DAX functions.

Answer: B

 

NEW QUESTION 41
......


Microsoft PL-300 Exam Syllabus Topics:

TopicDetails
Topic 1
  • Define a relationship's cardinality and cross-filter direction
  • Publish, import, or update assets in a workspace
Topic 2
  • Apply sensitivity labels to workspace content
  • Design a data model that uses a star schema
Topic 3
  • Choose between continuous and categorical axes
  • Format and configure visualizations
Topic 4
  • Identify poorly performing measures, relationships, and visuals
  • Replace implicit measures with explicit measures
Topic 5
  • Configure row-level security group membership
  • Choose an appropriate visualization type
Topic 6
  • Resolve inconsistencies, unexpected or null values, and data quality issues
  • Select a shared dataset or create a local dataset
Topic 7
  • Evaluate and transform column data types
  • Identify and connect to a data source
Topic 8
  • choose an appropriate visualization type
  • Get data from different data sources
Topic 9
  • Group and layer visuals by using the selection pane
  • Implement row-level security roles
Topic 10
  • Apply user-friendly naming conventions to columns and queries
  • Design and implement role-playing dimensions
Topic 11
  • Edit and configure interactions between visuals
  • Drilldown into data using interactive visuals
Topic 12
  • Create reference lines by using the Analytics pane
  • Identify and create appropriate keys for joins
Topic 13
  • Choose when to use a paginated report
  • Configure table and column properties

 

Pass Guaranteed Quiz 2022 Realistic Verified Free Microsoft: https://freedownload.prep4sures.top/PL-300-real-sheets.html