Skip to content

Commit 1d06bfd

Browse files
authored
Update info-view-measures-function-dax.md
1 parent 207c3de commit 1d06bfd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@ EVALUATE
7171
)
7272
```
7373

74-
This DAX query returns a table with only the specified columns and rows meeting the filter condition with a DAX formula.
74+
This DAX query returns a table with only the specified columns.
7575

7676
:::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":::
7777

7878
## Example 3 - calculated table with SELECTCOLUMNS
7979

80-
Either of the above examples work in a calculated table when the EVALUATE and ORDER BY keywords are removed and a table name added. Here is example 2 in a calculated table:
80+
Either of the above examples work in a calculated table when the EVALUATE keyword is removed and a table name added. Here is example 2 in a calculated table:
8181

8282
```dax
8383
Measures in this semantic model =

0 commit comments

Comments
 (0)