PL 300 Questions
PL 300 Questions
PL 300 Questions
PL-300 Exam
Microsoft Power BI Data Analyst
Questions & Answers
Demo
Questions & Answers PDF Page 2
Version: 4.0
Question: 1
You need to address the data concerns before creating the data model. What should you do in Power
Query Editor?
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?
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?
Answer: A
Explanation:
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?
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
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?
A. 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.
B. Add the Weekly_Returns data to the Sales table by using related DAX functions.
C. 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.
Answer: A
Explanation:
Questions & Answers PDF Page 4
Scenario: Region managers require a visual to analyze weekly sales and returns.