Edit Semantic Model - Executes a DAX query against a specified Power BI dataset
Please enter a valid token
Enter ID of the workspace for which the theme details are requested.
Enter ID of an existing dataset
The requested API version
1.0Optional User Id
Represents the request to execute a DAX query against a Power BI dataset.
The DAX query to be executed.
The type of interaction (e.g., "validate").
The name of the object being validated.
The user prompt associated with the query.
The table name associated with the query.
The type of object (e.g., "measure", "column", "table").
Success: The DAX query was executed successfully, and the result is returned.
Represents the response of a DAX execution operation.
Indicates whether the execution operation was successful.
A message providing additional details or error information about the execution result.
The result or output of the executed DAX query.
Bad Request: The server cannot process the request due to a client error, such as malformed syntax or invalid query parameters.
Unauthorized: The request lacks valid authentication credentials for the target resource.
Forbidden: Access to the resource is denied, often due to insufficient permissions.
Internal Server Error: An unexpected server error occurred while processing the request.
Last updated