1 Relationships in Power BI Flashcards

1
Q

What is the critical role of relationships in Power BI?

A

Ensuring data integrity and enabling meaningful analysis

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

What is a fundamental aspect of data modeling in Power BI?

A

Relationships

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

How does Power BI automatically detect relationships?

A

By looking for matching column names and data types, and considering the uniqueness of values

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

What is a benefit of automatic relationship detection?

A

Convenience for beginners or simple data models

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

What is a limitation of automatic relationship detection?

A

It may fail in situations with multiple columns having similar names or mismatched data types

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

What indicates an inactive relationship in Power BI?

A

Dashed lines

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

When should you disable automatic detection of relationships?

A

When you want more control over your data model in complex scenarios

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

What is the purpose of the ‘Relationship View’ in Power BI Desktop?

A

To provide a visual representation of the relationships between tables

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

How can you create relationships in Power BI?

A

By dragging and dropping a column from one table onto a related column in another table

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

What is a primary key?

A

A unique identifier in a table

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

What is a foreign key?

A

A column that refers to primary keys in other tables

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

Why is matching data types important when establishing relationships?

A

To ensure proper linking of related columns

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

What is one-to-many cardinality?

A

One row in a table is related to many rows in another table

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

What is one-to-one cardinality?

A

One row in a table is related to only one row in another table

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

What is many-to-many cardinality?

A

Multiple rows in one table can be related to multiple rows in another table, requiring a bridge table

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

What does single cross-filter direction mean?

A

Filters propagate in one direction only, from the ‘one’ side to the ‘many’ side

17
Q

What does both cross-filter direction mean?

A

Filters propagate in both directions

18
Q

How do relationships help maintain data integrity?

A

By enforcing referential integrity

19
Q

How can well-defined relationships improve performance?

A

By optimizing how data is retrieved and filtered

20
Q

What user experience benefit do relationships provide in reports?

A

Enable interactive filtering and slicing