Exam Summary
0 of 20 Questions completed
Questions:
Information
You have already completed the exam before. Hence you can not start it again.
Exam is loading…
You must sign in or sign up to start the exam.
You must first complete the following:
Results
Results
0 of 20 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
Categories
- 1: Understanding the Star Schema 0%
- 2: Building Relationships 0%
- 3: Calculated Columns, Tables & Measures 0%
- 4: Core DAX Functions 0%
- 5: Time Intelligence Measures 0%
- 6: Hierarchies & Metadata 0%
- 7: Data Dictionary & Model Documentation 0%
- 8: Model Validation & Optimization 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
-
Question 1 of 20
1. Question
CorrectIncorrectHint
Dimensions describe the “who, what, when, where” of the data. Facts contain the numbers.
-
Question 2 of 20
2. Question
CorrectIncorrectHint
Think about why databases are structured with related tables instead of one giant spreadsheet.
-
Question 3 of 20
3. Question
CorrectIncorrectHint
Which view shows a “model” or diagram of your tables?
-
Question 4 of 20
4. Question
CorrectIncorrectHint
The relationship flows from the ‘1’ side to the ‘*’ side.
-
Question 5 of 20
5. Question
CorrectIncorrectHint
How many sales can one customer have? Should filters flow from Customer to Sales, or vice-versa?
-
Question 6 of 20
6. Question
CorrectIncorrectHint
Calculated Columns work row-by-row. Measures work by aggregating many rows.
-
Question 7 of 20
7. Question
CorrectIncorrectHint
Measures “measure” something by aggregating potentially many rows dynamically.
-
Question 8 of 20
8. Question
CorrectIncorrectHint
Look for the “New column” button in the ribbon, typically in the Data view.
-
Question 9 of 20
9. Question
CorrectIncorrectHint
Total Profit = (Sum of All Sales) – (Sum of All Costs).
-
Question 10 of 20
10. Question
CorrectIncorrectHint
CALCULATE lets you change the “rules” (filters) before calculating something.
-
Question 11 of 20
11. Question
CorrectIncorrectHint
Which DAX function is explicitly designed for handling division, including the divide-by-zero case?
-
Question 12 of 20
12. Question
CorrectIncorrectHint
You need to count unique customers who appear in the sales table.
-
Question 13 of 20
13. Question
CorrectIncorrectHint
Time intelligence functions need a calendar to work with.
-
Question 14 of 20
14. Question
CorrectIncorrectHint
Look for the function names that sound like “Total YTD” and “Same Period Last Year”.
-
Question 15 of 20
15. Question
CorrectIncorrectHint
How do you group related fields together for drill-down purposes in the model structure?
-
Question 16 of 20
16. Question
CorrectIncorrectHint
If a report builder doesn’t need to see the raw ProductKey, why show it to them?
-
Question 17 of 20
17. Question
CorrectIncorrectHint
How do you typically rename a file or folder on your computer? You can often do the same with fields in Power BI.
-
Question 18 of 20
18. Question
CorrectIncorrectHint
It’s a “dictionary” explaining the terms (fields) used in your model.
-
Question 19 of 20
19. Question
CorrectIncorrectHint
Look at the lines connecting your tables in the Model view. What should they look like?
-
Question 20 of 20
20. Question
CorrectIncorrectHint
Which relationship setting mentioned in Section 2 can cause performance problems?