Best Value Available! 2023 Realistic Verified Free PL-300 Exam Questions
Pass Your Exam Easily! PL-300 Real Question Answers Updated
NEW QUESTION 95
You need to create a solution to meet the notification requirements of the warehouse shipping department.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct select is worth one point:
Answer:
Explanation:
NEW QUESTION 96
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 any DAX measures to use iterator functions.
- B. Remove unused columns from tables in the data model.
- C. Replace the default visuals with AppSource visuals.
- D. Change the imported dataset to DirectQuery.
Answer: B
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 97
You have a Power Bi report for the procurement department. The report contains data from the following tables.
There is a one-to-many relationship from Suppliers to Lineitems that uses the ID and Supplier ID columns.
The report contains the visuals shown in the following table.
You need to minimize the size of the dataset without affecting the visuals. What should you do?
- A. Remove the Lineitems[Description] column.
- B. Remove the rows from Lineitems where LineItems[invoice Date] is before the beginning of last month
- C. Group Lineltems by Lineitems[ invoice id) and Lineitems[invoice Date) with a sum of Lineitems(price).
- D. Merge Suppliers and Uneltems.
Answer: A
NEW QUESTION 98
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. Replace the slicers with visual-level filters.
- B. Create a bookmark for each slicer value.
- C. Sync the slicers across the pages.
- D. Replace the slicers with report-level filters.
- E. Replace the slicers with page-level filters.
Answer: C,D
NEW QUESTION 99
You need to configure access for the sales department users. The solution must me meet the security requirements. What should you do?
- A. Distribute an app to the users in the Azure Active Directory group of the sales department.
- B. Add the sales department as a member of the reports workspace
- C. Add the Azure Active Directory group of the sales department as an Admin of the reports workspace.
- D. Share each report to the Azure Active Directory group of the sales department.
Answer: C
NEW QUESTION 100
You have a table that contains a column named Phone. The following is a sample of the data in the Phone column.
You need to add a new column that contains the data in the format of nnn-nnn-nnnn.
How should you complete the Query Editor formula? 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/powerquery-m/text-replace
https://docs.microsoft.com/en-us/powerquery-m/text-end
NEW QUESTION 101
You plan to develop a Power BI report that has a bar chart to display the number of customers by location.
You have a table named Customer that has the following columns:
* Customer ID
* CustomerName
* Address
* City
* ProvState
* Country
You need to allow users to drill down by location. The report will display the number of each customer by Country, and drill down to ProvState, and then to City. How should you configure the drill down in the bar chart?
- A. In the Axis field, add Country at the top, followed by ProvState, and then City.
- B. In the Value field, add Country at the top, followed by ProvState, and then City.
- C. In the Legend field, add Country. In the Axis field, add ProvState at the top, followed by City.
- D. In the Value field, add Country. In the Legend field, add ProvState at the top, followed by City.
Answer: A
Explanation:
Explanation
References:
https://docs.microsoft.com/en-us/power-bi/guided-learning/visualizations#step-18
https://docs.microsoft.com/en-us/power-bi/power-bi-visualization-drill-down
NEW QUESTION 102
You build a report to analyze customer transactions from a database that contains the tables shown in the following table.
You import the tables.
Which relationship should you use to link the tables?
- A. many-to-many between Customer and Transaction
- B. one-to-one between Customer and Transaction
- C. one-to-many from Customer to Transaction
- D. one-to-many from Transaction to Customer
Answer: C
NEW QUESTION 103
You need to design the data model to meet the report requirements. What should you do m Power Bl Desktop?
- A. From Power Query, use a DAX expression to add columns to the Orders table to calculate the calendar quarter of the OrderDate column, the calendar month of the OrderDate column, the calendar quarter of the ShippedDate column, and the calendar month of the ShippedDate column
- B. From Power Query, add columns to the Orders table to calculate the calendar quarter and the calendar month of the OrderDate column.
- C. From Power Query, add a date table. Create an active relationship to the OrderDate column in the Orders table and an inactive relationship to the ShippedDate column in the Orders table.
- D. From Power Bi Desktop, use the Auto date/time option when creating the reports.
Answer: A
NEW QUESTION 104
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 Customers.
You need to combine 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.
Answer:
Explanation:
Reference:
https://docs.microsoft.com/en-us/power-query/append-queries
NEW QUESTION 105
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.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Reference:
https://www.kasperonbi.com/get-the-ytd-of-the-same-period-last-year/
NEW QUESTION 106
You need to design the data model and the relationships for the Customer Details worksheet and the Orders table by using Power BI. The solution must meet the report requirements.
For each of the following statement, select Yes if the statement is true, Otherwise, select No.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
NEW QUESTION 107
You are creating a Power BI report to analyze consumer purchasing patterns from a table named Transactions.
The Transactions table contains a numeric field named Spend. You need to include a visual that identifies which fields have the greatest impact on Spend. Which type of visual should you use?
- A. Q&A
- B. key influences
- C. decomposition tree
- D. smart narrative
Answer: B
NEW QUESTION 108
You have the Power BI data model 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 109
You build a report about warehouse inventory dat
a. The dataset has more than 10 million product records from 200 warehouses worldwide. You have a table named Products that contains the columns shown in the following table.
Warehouse managers report that it is difficult to use the report because the report uses only the product name in tables and visuals. The product name is contained within the ProductDescription column and is always the fourth value.
You need to modify the report to support the warehouse managers requirement to explore inventory levels at different levels of the product hierarchy. The solution must minimize the model size.
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 - Add a column named ProductName thet,,,,,
2 - Create a product hierarchy of ProductCategory,,,,,
3 - Replace the use of ProductDescription in the report with the product hierarchy.
NEW QUESTION 110
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 111
You have an app workspace named Retail Analysis in the Power BI service.
You need manage the members that have access to the app workspace.
What should you do?
- A. From the Power BI Admin portal, click Usage metrics.
- B. From the Power BI Admin portal, click Tenant settings.
- C. From the Office 365 Admin center, click Users.
- D. From the Office 365 Admin center, click Groups.
Answer: D
Explanation:
Explanation
References:
https://docs.microsoft.com/en-us/power-bi/service-manage-app-workspace-in-power-bi-and-office-365
NEW QUESTION 112
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.
Answer:
Explanation:
Explanation
1. Pin items from report to Dashboard.
2. Open Dashboard.
3. Change the dashboard view to Phone view.
4. Rearrange, resize the visuals.
NEW QUESTION 113
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 data gateway (personal).
2 - For each dataset, modify the Gateway Connection settings.
3 - For each dataset, modify the Schedule Refreash settings.
NEW QUESTION 114
You are creating a line chart in a Power Bl report 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:
Answer as selected
NEW QUESTION 115
You need to grant access to the business unit analysts.
What should you configure? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Answer:
Explanation:
Explanation
Box 1: The Viewer role to the workspace
The Viewer role gives a read-only experience to its users. They can view dashboards, reports, or workbooks in the workspace, but can't browse the datasets or dataflows. Use the Viewer role wherever you would previously use a classic workspace set to "Members can only view Power BI content".
Box 2: Build
The analysts must be able to build new reports from the dataset that contains the profit and loss data.
Scenario: The reports must be made available to the board from powerbi.com.
The analysts responsible for each business unit must see all the data the board sees, except the profit and loss data, which must be restricted to only their business unit's data. The analysts must be able to build new reports from the dataset that contains the profit and loss data, but any reports that the analysts build must not be included in the quarterly reports for the board. The analysts must not be able to share the quarterly reports with anyone.
Reference:
https://www.nickyvv.com/2019/08/the-new-power-bi-workspace-viewer-role-explained.html
NEW QUESTION 116
You have a dataset that has the permissions shown in the following exhibit.
Answer:
Explanation:
Answer as selected.
NEW QUESTION 117
You have the Power BI data model shown in the following exhibit.
Select the appropriate yes or no.
Answer:
Explanation:
NEW QUESTION 118
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:
Explanation
Graphical user interface Description automatically generated with low confidence
Box 1: Top N
Scenario: The Top Customers report will show the top 20 customers based on the highest sales amounts in a selected order month or quarter, product category, and sales region.
Once you drag to SKU to Visual level filter you should get Top N option Note: The two most common filter types: automatic and manual.
Then there are more advanced filters.
Box 2: Visual
Once you drag to SKU to Visual level filter you should get Top N option.
Reference:
https://powerbidocs.com/2020/01/21/power-bi-top-n-filters/
NEW QUESTION 119
......
Benefits
The Microsoft Power BI Data Analyst certification is a globally recognized certification that validates your ability to design, build, and optimize data models using Power BI. It also demonstrates your expertise in building queries and reports with appropriate visuals, including dashboards, scorecards, and visualizations. This certification focuses on the intermediate-level skills required for data modeling and analysis.
The Microsoft Power BI Data Analyst certification provides many benefits to you. It helps you boost your career growth by validating your knowledge in building business intelligence solutions using Power BI platform. It validates your skills in designing reports and visualizations for various business needs. It increases your credibility among employers as most companies look for professionals who have this certification. It provides an opportunity to earn a higher salary package compared to those without this certification. ActualTestsIT Microsoft PL-300 Dumps will help you to pass your certification exam and get highly paid job.
Actual Questions Answers Pass With Real PL-300 Exam Dumps: https://2cram.actualtestsit.com/Microsoft/PL-300-exam-prep-dumps.html