Forum Discussion
Deleted Scorecard keeps refreshing
- 4 years ago
Seems the problem was solved on Microsoft side and it just stopped by itself
Ok that's weird. Maybe you can try navigating the tenant. I'm thinking that if it's really there. The API should shown it. You probably can use cmdlets with powershell or any other language code requesting the Power Bi Rest API.
There are requests about scorecards: https://docs.microsoft.com/en-us/rest/api/power-bi/scorecards_(preview)
You might be able to "get" them and check if it's there. If you can find it, there is also a "delete" request to remove it.
I hope that helps as alternative
thanks ibarrau, that's actually pretty good idea. Sadly no luck...that is completely weird because the scorecard link is pointing to a workspace which does not exist either in my organization ( i looked through our whole metadata database), nor the other api to delete a scorecard worked.
- ibarrau4 years agoSuper User
There is still hope, but this time it's a little bit more complex because you need admin permission. Workspaces are not "really" deleted. It's like a logic delete. So you can actually bring them back with admin permissions.
Check this request out
https://docs.microsoft.com/en-us/rest/api/power-bi/admin/groups-restore-deleted-group-as-adminThat might help in order to check if it still has the scorecard in there.
I hope that helps,