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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.