Forum Discussion
alexz56
6 years agoRegular Visitor
Rdl import via API 400 Bad Request
Hi, I have an application where you can upload .pbix and .rdl reports to PowerBI. I can successfully import .pbix reports via API. Hovewer, when I run import for .rdl file on the API, I am ge...
xhead
5 years agoHelper II
This happened to me recently, and the problem was that the file I was attempting to upload had an ampersand (&) in the file name. For example, the file named "My charts & graphs.rdl" will cause this error, but the file named "My Charts and graphs.rdl" will not.
I've also seen it occur with text in the RDL file that had special characters, like the (c), (r) or (tm) characters.
Mike