Skip to content

Commit d778425

Browse files
authored
Fix typo in INFO.FUNCTIONS description
Update
1 parent e49de9f commit d778425

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

query-languages/dax/info-functions-dax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Here is the list of INFO functions. Some work only on specific compat levels and
120120
| INFO.EXPRESSIONS | Returns a list of all expressions in the current model with columns matching the schema rowset for expressions objects. |
121121
| INFO.EXTENDEDPROPERTIES | Returns a list of all extended properties in the current model with columns matching the schema rowset for extended properties objects. |
122122
| INFO.FORMATSTRINGDEFINITIONS | |
123-
| INFO.FUNCTIONS | Returns information about the functions that are currently available for use in the DAX programming language. Represents the MDSCHEMA_FUNCTIONS DMV query function, but returns only DAX (and noy MDX) functions by default. If the ORIGIN restriction is not specified, it defaults to 3 or 4. |
123+
| INFO.FUNCTIONS | Returns information about the functions that are currently available for use in the DAX programming language. Represents the MDSCHEMA_FUNCTIONS DMV query function, but returns only DAX (and not MDX) functions by default. If the ORIGIN restriction is not specified, it defaults to 3 or 4. |
124124
| INFO.GENERALSEGMENTMAPSEGMENTMETADATASTORAGES | |
125125
| INFO.GROUPBYCOLUMNS | |
126126
| INFO.HIERARCHIES | Represents the TMSCHEMA_HIERARCHIES DMV query function. |

0 commit comments

Comments
 (0)