Skip to content

Commit b92ec0b

Browse files
authored
Update info-view-relationships-function-dax.md
1 parent 620fa97 commit b92ec0b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ EVALUATE
7070

7171
This DAX query returns a table with only the specified columns.
7272

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":::
7474

7575
## Example 3 - calculated table with SELECTCOLUMNS
7676

@@ -88,7 +88,7 @@ This calculated table shows the same information as the DAX query in example 2 i
8888

8989
## Example 4 - measure
9090

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:
9292

9393
```dax
9494
Number of relationships =
@@ -98,7 +98,7 @@ This will show a scalar value with the number of relationships in my model.
9898

9999
This can be shown in a visual:
100100

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":::
102102

103103
Or a DAX query in [DAX query view](/power-bi/transform-model/dax-query-view):
104104

@@ -112,4 +112,4 @@ EVALUATE
112112
)
113113
```
114114

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

Comments
 (0)