DA-100 Exam
Analyzing Data with Microsoft Power BI Exam
QUESTIONS & ANSWERS
(Demo Version)
Thank You For Downloading DA-100 Exam PDF Demo
QuizDumps helps you to prepare Microsoft Data Analyst Associate exam. Get most Up-
to-Date Microsoft DA-100 exam Questions and Answers and pass the DA-100 exam in
the first attempt.
Get Full DA-100 Exam PDF Here
https://quizdumps.com/exam/da-100-dumps/
, Microsoft
DA-100 Exam
Microsoft Analyzing Data with Microsoft Power BI Exam
Questions & Answers
Demo
,Questions & Answers PDF Page 2
Version: 4.3
Question: 1
You need to address the data concerns before creating the data model. What should you do in Power
Query Editor?
A. Select Column distribution.
B. Select the sales_amount column and apply a number filter.
C. Select Column profile, and then select the sales_amount column.
D. Transform the sales_amount column to replace negative values with 0.
Answer: A
Question: 2
You need to create a calculated column to display the month based on the reporting requirements.
Which DAX expression should you use?
A. FORMAT('Date'[date],"MMM YYYY")
B. FORMAT(,Date,[date_id],"WM YYYY")
C. FORMAT('Date'[date],"M YY")
D. FORMAT(‘Date’[date_id]-‘’MM") & " " & FORMAT ('Date' [year], "#")
Answer: D
Question: 3
DRAG DROP
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.
,Questions & Answers PDF Page 3
Answer:
Question: 4
What should you create to meet the reporting requirements of the sales department?
A. a calculated column that use a formula of couMTA(Sales[sales_id]>
B. a calculated measure that uses a formula of couNTROws(Sales)
C. a calculated column that uses a formula of suM(Sales[sales_id])
D. a measure that uses a formula of sw-i(Sales[sales_id])
Answer: B
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
, Questions & Answers PDF Page 4
relationship to Weekly_Return.
Answer: A