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.
EVALUATE <table>
Term | Definition |
---|---|
table |
A table expression |
The result of a table expression.
A DAX query can contain multiple EVALUATE statements.
To learn more about how EVALUATE statements are used, see DAX queries.
EVALUATE
'Internet Sales'
Returns all rows and columns from the Internet Sales table, as a table.