EVALUATE
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.
Related content
Feedback
https://aka.ms/ContentUserFeedback.
Coming soon: Throughout 2024 we will be phasing out GitHub Issues as the feedback mechanism for content and replacing it with a new feedback system. For more information see:Submit and view feedback for