Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hi,
I am currently investigating the BI REST API's and when I tried to create new Push DataSets from my backend service it gave me the following message:
{"error":{"code":"PowerBIEntityNotFound","pbi.error":{"code":"PowerBIEntityNotFound","parameters":{},"details":[],"exceptionCulprit":1}}}
I then tried to use the API from the API experiment website and it worked with my user. But when I tried with the Service Principal (which have admin access on my workspace), it created an error like the GroupId didn't exists or I don't know.
Here's my setup:
Content of the call:
{
"name": "MyFirstPushDs",
"tables": [{
"name": "MyFirstTable",
"columns": [{
"name": "Id",
"dataType": "Int64"
},{
"name": "Name",
"dataType": "String"
}]
}]
}
Is there something I am missing?
In case you need more details, I'll add them here. I tried also to do the post from Postman and got the same error as in my application.
Solved! Go to Solution.
I will cancel my question since it worked for a different workspace (somehow). So I don't totally understand why it worked in one and not the other.
I will cancel my question since it worked for a different workspace (somehow). So I don't totally understand why it worked in one and not the other.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 56 | |
| 55 | |
| 36 | |
| 18 | |
| 14 |