Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Introduces a statement containing a table expression required in a DAX query.
Syntax
EVALUATE <table>
Parameters
| Term | Definition | 
|---|---|
| table | A table expression | 
Return value
The result of a table expression.
Remarks
- A DAX query can contain multiple EVALUATE statements. 
- To learn more about how EVALUATE statements are used, see DAX queries. 
Example
EVALUATE
    'Internet Sales'
Returns all rows and columns from the Internet Sales table, as a table.