The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I'm running the API call and getting a 500 error.
I've sucessfully rebound about 10 other reports to the same new dataset, but the primary report (which has two dashboards) is not re-binding. Please Help.
cache-control: no-store, must-revalidate, no-cache
content-type: application/json; charset=utf-8
pragma: no-cache
{
"error": {
"code": "UnknownError",
"pbi.error": {
"code": "UnknownError",
"parameters": {},
"details": []
}
}
}
https://learn.microsoft.com/en-us/rest/api/power-bi/reports/rebind-report-in-group
Hi @Anonymous
What is the connection pattern of this data source?
Do you own the Build Permission for the dataset?
Do you have a Write Permission for the report?
What is your role in this workspace?
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
I'm Power BI Admin - I have admin on both workspaces.
The dataset is connecting to SQL servers and the main fact table is executing a stored procedure.
All other reports that were generated off of this dataset were able to rebind - it's just the primary report that wasn't.