Forum Discussion
Anonymous
4 years agoNot applicable
Rebinding Paginated Reports (RDLs) via the API
Just wondering if anyone has been able to rebind a Paginated report dataset after import via the api? Currently what I am getting is a 400 error. I can rebind PBIX reports, just not RDLs. ...
- 4 years ago
Hi Anonymous ,
Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.Best Regards
Lucien
tbaccouche-ext
4 years agoNew Member
Hello,
I have the same need (rebind a paginated report to new dataset) and the same problem, 400 Bad request.
My json body, my token, my URL are all good as I validated them by using exactely the same request in Postman and only changed the reportId (from a paginated report ID to a pbix report ID).
The request is working fine with pbix reports and returning 400 bad request with paginated reports.
URL:
json body:
{
"datasetId": "XXXXXXXXXXXEEEEEEEEEEEAAAAAAAAAAAA"
}
Is it a known issue? Could someone help me please ?
thanks