Edit Semantic Model - Generates a DAX expression for a calculated table based on the provided prompt
Generates a DAX (Data Analysis Expressions) query based on the provided prompt, using Azure OpenAI's GPT model.
Please enter a valid token
The requested API version
1.0Optional User Id
Represents the request to generate a DAX query from a user prompt.
The user-provided prompt to generate the DAX query.
The type of interaction or context for generating the query, such as 'generate' or 'validate'.
The user prompt.
The name of the object being generated.
The table name for measures and columns
Success: The DAX query was successfully generated based on the provided prompt.
Represents the response of a DAX generation or validation operation.
Indicates whether the operation was successful.
A message providing additional information about the operation's result.
The DAX query generated or validated.
The DAX query enhancements or correction recommendations.
Bad Request: The server cannot process the request due to client errors, such as malformed syntax or invalid input.
Unauthorized: The request lacks valid authentication credentials for the target resource.
Internal Server Error: An unexpected server error occurred while processing the request.
Last updated