Edit Semantic Model - Updates a calculated table in a Power BI dataset within a specific workspace
Authorizations
Path parameters
workspaceIdstringRequired
Enter ID of the workspace for which the theme details are requested.
datasetIdstringRequired
Enter ID of an existing dataset
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
Represents a model for defining a calculated table in a Power BI dataset.
calculatedTableExpressionstring | nullableOptional
The DAX expression that defines the calculated table.
calculatedTableNamestring | nullableOptional
The name of the calculated table to be created.
Responses
200
Success: The calculated table was created or updated successfully.
No content
400
Bad Request: The server cannot process the request due to a client error, such as malformed syntax or invalid data.
401
Unauthorized: The request lacks valid authentication credentials for the target resource.
500
Internal Server Error: An unexpected server error occurred while processing the request.
put
PUT /workspace/{workspaceId}/dataset/{datasetId}/table HTTP/1.1
Host:
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 65
{
"calculatedTableExpression": "text",
"calculatedTableName": "text"
}
No content
PreviousEdit Semantic Model - Adds a calculated table in a Power BI dataset within a specific workspaceNextEdit Semantic Model - Deletes a table from a Power BI dataset within a specific workspace
Last updated