Download Microsoft Power BI Data Analyst.PL-300.VCEplus.2022-06-08.28q.vcex

Vendor: Microsoft
Exam Code: PL-300
Exam Name: Microsoft Power BI Data Analyst
Date: Jun 08, 2022
File Size: 7 MB

How to open VCEX files?

Files with VCEX extension can be opened by ProfExam Simulator.

Purchase
Coupon: EXAM_HUB

Discount: 20%

Demo Questions

Question 1
You need to address the data concerns before creating the data model. What should you do in Power Query Editor?
  1. Select Column distribution.
  2. Select the sales_amount column and apply a number filter.
  3. Select Column profile, and then select the sales_amount column.
  4. Transform the sales_amount column to replace negative values with 0.
Correct answer: C
Explanation:
Question 2
You need to create a calculated column to display the month based on the reporting requirements.
Which DAX expression should you use?
  1. FORMAT('Date'[date], "MMM YYYY")  
  2. FORMAT('Date' [date], "M YY")
  3. FORMAT('Date'[date_id], "MMM") & "" & FORMAT('Date'[year], "#")
  4. FORMAT('Date' [date_id], "MMM YYYY")
Correct answer: A
Explanation:
Question 3
You need to create the required relationship for the executive's visual. What should you do before you can create the relationship?
  1. Change the data type of Sales[region_id] to Whole Number.
  2. In the Sales table, add a measure for sum(sales_amount).
  3. Change the data type of sales[sales_id] to Text.
  4. Change the data type of sales [region_id] to Decimal Number.
Correct answer: A
Explanation:
Scenario: Executives require a visual that shows sales by region.Need to change the sales_id column from Varchar to Whole Number (Integer).
Scenario: Executives require a visual that shows sales by region.
Need to change the sales_id column from Varchar to Whole Number (Integer).
Question 4
What should you create to meet the reporting requirements of the sales department?
  1. a measure that uses a formula of SUM (Sales [sales_id])
  2. a calculated column that use a formula of COUNTA(sales [sales_id])
  3. a measure that uses a formula of COUNTROWS (Sales)
  4. a calculated column that uses a formula of SUM (Sales [sales_id])
Correct answer: C
Explanation:
The sale department requires reports that contain the number of sales transactions.The COUNTROWS function counts the number of rows in the specified table, or in a table defined by an expression.Reference:https://docs.microsoft.com/en-us/dax/countrows-function-dax
The sale department requires reports that contain the number of sales transactions.
The COUNTROWS function counts the number of rows in the specified table, or in a table defined by an expression.
Reference:
https://docs.microsoft.com/en-us/dax/countrows-function-dax
Question 5
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?
  1. 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.
  2. Add the Weekly_Returns data to the Sales table by using related DAX functions.
  3. Create a new table based on the Date table where date-id is unique, and then create a many-tomany relationship to Weekly_Return.
Correct answer: A
Explanation:
Scenario: Region managers require a visual to analyze weekly sales and returns.To relate the two tables we need a common column.
Scenario: Region managers require a visual to analyze weekly sales and returns.
To relate the two tables we need a common column.
Question 6
You need to provide a solution to provide the sales managers with the required access.
What should you include in the solution?
  1. Create a security role that has a table filter on the Sales_Manager table where username = UserName()
  2. Create a security role that has a table filter on the Region_Manager table where sales_manager_id = UserPrincipalName().
  3. Create a security role that has a table filter on the Sales_Manager table where name = UserName().
  4. Create a security role that has a table filter on the Sales_Manager table where username = sales_manager_id.
Correct answer: A
Explanation:
https://powerbi.microsoft.com/en-us/blog/using-username-in-dax-with-row-level-security/
https://powerbi.microsoft.com/en-us/blog/using-username-in-dax-with-row-level-security/
Question 7
You need to create relationships to meet the reporting requirements of the customer service department.
What should you create?
  1. an additional date table named ShipDate, a one-to-many relationship from Sales[sales_date_id] to Date[date_id], and a one-to-many relationship from Sales[sales_ship_date_id] to ShipDate[date_id]
  2. an additional date table named ShipDate, a many-to-many relationship from Sales[sales_date_id] to Date[date_id], and a many-to-many relationship from Sales[sales_ship_date_id] to ShipDate[date_id]
  3. a one-to-many relationship from Date[date_id] to Sales[sales_date_id] and another one-to-many relationship from Date[date_id] to Weekly_Returns[week_id]
  4. a one-to-many relationship from Sales[sales_date_id] to Date[date_id] and a one-to-many relationship from Sales[sales_ship_date_id] to Date[date_id]
  5. a one-to-many relationship from Date[date_id] to Sales[sales_date_id] and another one-to-many relationship from Date[date_id] to Sales[sales_ship_date_id]
Correct answer: A
Explanation:
Scenario: The customer service department requires a visual that can be filtered by both sales month and ship month independently.Reference:https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand
Scenario: The customer service department requires a visual that can be filtered by both sales month and ship month independently.
Reference:
https://docs.microsoft.com/en-us/power-bi/transform-model/desktop-relationships-understand
Question 8
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.
Correct answer: To display the answer, ProfExam Simulator is required.
Explanation:
Scenario: The sales managers require a visual to analyze sales performance versus sales targets.Box 1: KPIA Key Performance Indicator (KPI) is a visual cue that communicates the amount of progress made toward a measurable goal.Box 2: Sales[sales_amount]Box 3: Date[month]Time > FiscalMonth. This value will represent the trend.Box 4: Targets[sales_target]Reference:https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-kpi
Scenario: The sales managers require a visual to analyze sales performance versus sales targets.
Box 1: KPI
A Key Performance Indicator (KPI) is a visual cue that communicates the amount of progress made toward a measurable goal.
Box 2: Sales[sales_amount]
Box 3: Date[month]
Time > FiscalMonth. This value will represent the trend.
Box 4: Targets[sales_target]
Reference:
https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-kpi
Question 9
You need to recommend a strategy to consistently define the business unit, department, and product category data and make the data usable across reports.
What should you recommend?
  1. Create a shared dataset for each standardized entity.
  2. Create dataflows for the standardized data and make the dataflows available for use in all imported datasets.
  3. For every report, create and use a single shared dataset that contains the standardized data.
  4. For the three entities, create exports of the data from the Power Bl model to Excel and store the data in Microsoft OneDrive for others to use as a source.
Correct answer: B
Explanation:
/Reference:
/Reference:
Question 10
support the reports?
  1. two imported datasets
  2. a single DirectQuery dataset
  3. two DirectQuery datasets
  4. a single imported dataset
Correct answer: D
Explanation:
"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" => one dataset and two separate workspaces Reason: All data can be imported into one dataset also if these are two logical models. Shared dimensions can be reconsumed in both models.Reports and additional materials can be shared to the board with an app. The "profit and loss" data model needs RLS for the analysts and the analysts must have just read access to the original workspace. In a separate workspace with contributer (or more rights) they can create new reports (with live connection to the dataset). It is also stated that the new reports mustn't be shared so therefore no need to include them into the app. Import vs. DirectQuery: Due to RLS requirements an imported dataset is needed.It is not possible with file sources and Sharepoint lists.
"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" => one dataset and two separate workspaces Reason: All data can be imported into one dataset also if these are two logical models. Shared dimensions can be reconsumed in both models.
Reports and additional materials can be shared to the board with an app. The "profit and loss" data model needs RLS for the analysts and the analysts must have just read access to the original workspace. In a separate workspace with contributer (or more rights) they can create new reports (with live connection to the dataset). It is also stated that the new reports mustn't be shared so therefore no need to include them into the app. Import vs. DirectQuery: Due to RLS requirements an imported dataset is needed.
It is not possible with file sources and Sharepoint lists.
HOW TO OPEN VCE FILES

Use VCE Exam Simulator to open VCE files
Avanaset

HOW TO OPEN VCEX AND EXAM FILES

Use ProfExam Simulator to open VCEX and EXAM files
ProfExam Screen

ProfExam
ProfExam at a 20% markdown

You have the opportunity to purchase ProfExam at a 20% reduced price

Get Now!