You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: query-languages/dax/info-view-relationships-function-dax.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ EVALUATE
70
70
71
71
This DAX query returns a table with only the specified columns.
72
72
73
-
:::image type="content" source="media/info-view-measures-function-dax/dax-query-example-2.png" alt-text="Screenshot showing the output of INFO.VIEW.MEASURES() with selected columns in DAX query view." lightbox="media/info-view-measures-function-dax/dax-query-example-2.png":::
73
+
:::image type="content" source="media/info-view-relationships-function-dax/dax-query-example-2.png" alt-text="Screenshot showing the output of INFO.VIEW.RELATIONSHIPS() with selected columns in DAX query view." lightbox="media/info-view-relationships-function-dax/dax-query-example-2.png":::
74
74
75
75
## Example 3 - calculated table with SELECTCOLUMNS
76
76
@@ -88,7 +88,7 @@ This calculated table shows the same information as the DAX query in example 2 i
88
88
89
89
## Example 4 - measure
90
90
91
-
The following measure can be added to count the number of text columns in a semantic model:
91
+
The following measure can be added to count the number of relationships in a semantic model:
92
92
93
93
```dax
94
94
Number of relationships =
@@ -98,7 +98,7 @@ This will show a scalar value with the number of relationships in my model.
98
98
99
99
This can be shown in a visual:
100
100
101
-
:::image type="content" source="media/info-view-measures-function-dax/measure-example-4-visuals.png" alt-text="Screenshot showing the output of INFO.VIEW.MEASURES() with a measure then used in report visuals." lightbox="media/info-view-measures-function-dax/measure-example-4-visuals.png":::
101
+
:::image type="content" source="media/info-view-relationships-function-dax/measure-example-4-visuals.png" alt-text="Screenshot showing the output of INFO.VIEW.RELATIONSHIPS() with a measure then used in report visuals." lightbox="media/info-view-relationships-function-dax/measure-example-4-visuals.png":::
102
102
103
103
Or a DAX query in [DAX query view](/power-bi/transform-model/dax-query-view):
104
104
@@ -112,4 +112,4 @@ EVALUATE
112
112
)
113
113
```
114
114
115
-
:::image type="content" source="media/info-view-measures-function-dax/measure-example-4-dax-query.png" alt-text="Screenshot showing the output of INFO.VIEW.MEASURES() with a measure then used in a DAX query in DAX query view." lightbox="media/info-view-measures-function-dax/measure-example-4-dax-query.png":::
115
+
:::image type="content" source="media/info-view-relationships-function-dax/measure-example-4-dax-query.png" alt-text="Screenshot showing the output of INFO.VIEW.RELATIONSHIPS() with a measure then used in a DAX query in DAX query view." lightbox="media/info-view-relationships-function-dax/measure-example-4-dax-query.png":::
0 commit comments