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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Solved! Go to Solution.
Hi @Anonymous ,
You can try the following method:
1. Refer to the following post: How to Delete Old Data Set?
2. Check if the dataset is part of one or more organizational content packs. If a dataset is part of one or more organizational content packs, the only way to delete it is to remove it from the content packs where it's being used, wait for it to be processed, and then try deleting it again.
If not your case, I would like to suggest you create a support ticket to investigate the issue. Once you create a support ticket, please share the same here for reference.
Best Regards,
Community Support Team _ Joey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I found this solution in best way!
Can’t delete a Dataset Due to Power BI App - YouTube
This is where you delete a dataset. I removed the info for a more clear illustration of what needs to be pushed.
Seriously PBI, it was just easier to unpin everything from the dashboard, publish the report and dataset under a new name, repin all the dashboard tiles, and now I have a zombie dataset to ignore. Really, this was easier. Just FYI.
@Anonymous
You are able to delete the dataset from Power BI onlin service, or call the API.
Here are couple of links how you can do it:
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/deletedataset
https://docs.microsoft.com/en-us/rest/api/power-bi/datasets/deletedatasetingroup
Thank you for the help. I'm receiving a 500 error.
Here is the service call:
DELETE https://api.powerbi.com/v1.0/myorg/groups/[GROUP ID]/datasets/[DATASET ID]
[GROUP ID] I copy and paste from Power BI in the URL after /groups/
[DATASET ID] I copy and paste from Power BI in the URL after /datasets/
Response
{
"error": {
"code": "ContentProvider_CannotDeleteModelPublishedToOrganizationalApp",
"pbi.error": {
"code": "ContentProvider_CannotDeleteModelPublishedToOrganizationalApp",
"parameters": {},
"details": [],
"exceptionCulprit": 1
}
}
}
Any ideas?
Hi @Anonymous ,
You have published your workspaces as an Organisational app.
You can delete the app first then you can try deleting the dataset.
To delete an app from Apps, Go to Apps and Click on delete symbol
Regards,
Amit
I don't have any apps pulished anymore, I removed them a long time ago. I'm sill having the issue. I really appreciate everyones suggestions? Any other ideas?
I also had no apps published, but the first 3 steps of the previous answer fixed it for me. I know it makes no sense to unpublish the app when there isnt a published app, but it did work for me.
Hi @Anonymous ,
You can try the following method:
1. Refer to the following post: How to Delete Old Data Set?
2. Check if the dataset is part of one or more organizational content packs. If a dataset is part of one or more organizational content packs, the only way to delete it is to remove it from the content packs where it's being used, wait for it to be processed, and then try deleting it again.
If not your case, I would like to suggest you create a support ticket to investigate the issue. Once you create a support ticket, please share the same here for reference.
Best Regards,
Community Support Team _ Joey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for all your help!
@Anonymous I assume this is a shared dataset? You can open a support ticket at support.powerbi.com