Skip to content

Commit 73db638

Browse files
authored
Update info-view-relationships-function-dax.md
1 parent 1d06bfd commit 73db638

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

query-languages/dax/info-view-relationships-function-dax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: DataZoeMS
77

88
[!INCLUDE[applies-to-measures-columns-tables-visual-calculations](includes/applies-to-measures-columns-tables-visual-calculations.md)]
99

10-
Returns a table with information about each relationship in the semantic model, such as name, cardinality, and cross-filtering behavior. This information helps you understand the model and to self-document the model when used in calculated tables.
10+
Returns a table with information about each [relationship](/power-bi/transform-model/desktop-create-and-manage-relationships) in the semantic model, such as name, cardinality, and cross-filtering behavior. This information helps you understand the model and to self-document the model when used in calculated tables.
1111

1212
## Syntax
1313

@@ -27,7 +27,7 @@ A table with the following columns:
2727
| [Model] | The relationship's semantic model ID, usually a GUID. |
2828
| [IsActive] | The is active property of each relationship in this semantic model as True or False. |
2929
| [CrossFilteringBehavior] | The cross-filter behavior or direction of each relationship in this semantic model as a string. |
30-
| [RelyOnReferentialIntegrity] | The rely on referential integrity property of each relationship in this semantic model as a string. Also called assume referential integrity in the relationship editor, as it assumes all rows in the column in the many table have a match to a row in the one side table. |
30+
| [RelyOnReferentialIntegrity] | The rely on referential integrity property of each relationship in this semantic model as a string. Also called [assume referential integrity](/power-bi/connect-data/desktop-assume-referential-integrity) in the relationship editor, as it assumes all rows in the column in the many table have a match to a row in the one side table. |
3131
| [FromTable] | The from table name of each relationship in this semantic model as a string. |
3232
| [FromColumn] | The from column name of each relationship in this semantic model as a string. |
3333
| [FromCardinality] | The from column cardinality of each relationship in this semantic model as a string. |

0 commit comments

Comments
 (0)