3 Building a Star Schema Data Model Flashcards

1
Q

What is the purpose of data relationships in Power BI?

A

To connect related data in different tables to enable meaningful analysis and reporting.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

List the benefits of proper relationship management in Power BI.

A
  • Data Integrity
  • Improved Query Performance
  • Enhanced Data Exploration
  • Interactive Analysis
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Define the Star Schema model.

A

A data model characterized by a central fact table and dimension tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the central fact table in a Star Schema contain?

A

Quantitative data and foreign keys to dimension tables.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do dimension tables in a Star Schema contain?

A

Descriptive attributes and primary keys.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a key advantage of using a Star Schema?

A

Simplified and faster queries compared to more normalized models.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is meant by ‘grain’ in a fact table?

A

The level of detail in a fact table (e.g., daily sales, individual orders).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are additive measures in a fact table?

A

Values that can be summed or averaged.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Explain the concept of hierarchies in dimension tables.

A

Hierarchies represent levels of data organization (e.g., City -> State -> Country).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are slowly changing dimensions?

A

Dimensions that handle changes in attributes over time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the significance of the autodetect feature in Power BI?

A

It automatically detects relationships between tables but has limitations.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What type of relationship requires a bridge table in Power BI?

A

Many-to-many relationships.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How does cross filter direction impact filtering in reports?

A

It affects how filters are applied based on the direction set.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are some data modeling best practices?

A
  • Use a star schema
  • Ensure data consistency
  • Use descriptive column names
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Fill in the blank: The central fact table in a Star Schema model contains ______.

A

[quantitative data and foreign keys to dimension tables]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

True or False: Dimension tables in a Star Schema contain quantitative data.

17
Q

What are the benefits of using a Star Schema in data modeling?

A
  • Ease of Understanding
  • Improved Performance
  • Business User Friendly
18
Q

What is the impact of bidirectional filtering on performance?

A

It can negatively impact performance.