Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Please do help on this topic, as its an urgent requirement. Thanks
The error is get is
ALM_InvalidRequest_ActionNotAllowed_CreateArtifact
{
"error": {
"code": "Alm_InvalidRequest_ArtifactsValidationFailure",
"pbi.error": {
"code": "Alm_InvalidRequest_ArtifactsValidationFailure",
"details": [
{
"code": "ALM_InvalidRequest_ActionNotAllowed_CreateArtifact",
"detail": {
"type": 1,
"value": "{\"artifactTypeName\":\"Datasets\",\"artifactId\":\"c445de8b-f5bd-4b7a-aa52-75370f5d8fc1\"}"
}
},
{
"code": "ALM_InvalidRequest_ActionNotAllowed_CreateArtifact",
"detail": {
"type": 1,
"value": "{\"artifactTypeName\":\"Reports\",\"artifactId\":\"928c91f4-ec40-42fa-868a-1496be8f799c\"}"
}
}
],
"exceptionCulprit": 1
}
}
}
Hi @Anonymous,
I'm getting the same error trying the Selective Deploy endpoint in the msdn page: Pipelines - Selective Deploy - REST API (Power BI Power BI REST APIs) | Microsoft Learn
The URI I'm using: https://api.powerbi.com/v1.0/myorg/pipelines/c94fab9f-44f2-4f91-b728-b8a0fd0b3255/deploy
And this is the body I sent:
{
"sourceStageOrder": "0",
"datasets": [
{
"sourceId": "6236b004-e970-490a-95cd-dbdc1a7e8e67"
}
]
}
And the response is the following:
{
"error": {
"code": "Alm_InvalidRequest_ArtifactsValidationFailure",
"pbi.error": {
"code": "Alm_InvalidRequest_ArtifactsValidationFailure",
"details": [
{
"code": "ALM_InvalidRequest_ActionNotAllowed_CreateArtifact",
"detail": {
"type": 1,
"value": "{\"artifactTypeName\":\"Datasets\",\"artifactId\":\"6236b004-e970-490a-95cd-dbdc1a7e8e67\"}"
}
}
],
"exceptionCulprit": 1
}
}
}
Thanks in advance.
Hi @Javi09 ,
Can you please share some more detail information about this issue? They should help us clarify your scenario and test to troubleshoot.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
6 | |
6 | |
3 | |
2 | |
2 |