Edit Semantic Model - Deletes a measure from a specified table within a 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 a model for defining a measure in a Power BI dataset.
The name of the table in which the measure will be created.
The name of the measure to be created.
Success: The measure was deleted successfully.
No content
Bad Request: The server cannot process the request due to a client error, such as invalid table/measure details.
Unauthorized: The request lacks valid authentication credentials for the target resource.
Not Found: The specified table or measure was not found in the dataset.
Internal Server Error: An unexpected server error occurred while processing the request.
DELETE /workspace/{workspaceId}/dataset/{datasetId}/measure HTTP/1.1
Host:
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 41
{
"tableName": "text",
"measureName": "text"
}No content
Last updated