Generate DAX - Validates if the user has the required permissions to modify a Power BI dataset within a specified workspace
Validates if the user has the required permissions to modify a Power BI dataset within a specified workspace.
post
Authorizations
Path parameters
workspaceIdstringRequired
Enter ID of the workspace for which the permissions are checked.
datasetIdstring · uuidRequired
Enter ID of an existing dataset
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Responses
200
Success: The user has modification access to the dataset.
application/json
400
Bad Request: The request is invalid, possibly due to missing or incorrect dataset information.
401
Unauthorized: The user does not have sufficient permissions to modify the dataset.
500
Internal Server Error: An unexpected error occurred while verifying user access.
post
POST /workspace/{workspaceId}/dataset/{datasetId}/permissions HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"message": "text"
}
PreviousGenerate DAX - Deletes an existing relationship between two tables in a Power BI dataset within a specific workspaceNextReport
Last updated