Forum Discussion
harishuppala2
6 years agoFrequent Visitor
PowerBI Rest API to get Get Datasources geting Response Code: 400
Hi ,
I am trying to geting the Datasources with my group id and report id i am geting below response with error code 400 and i have mysql as the source for this report and i have tried different report where the source was Sql server got the same response code
Reports - Get Datasources In Group is api call i am using
{
"error": {
"code": "InvalidRequest",
"message": "GetReportDatasources is supported only for RDL reports"
}
}
can any explain me the issue.
3 Replies
- v-eachen-msftCommunity Support
Hi harishuppala2 ,
According to the document, RDL file doesn't support mysql.
But you also mentioned that Sql Server will also show an error, so I think you could create a support ticket here for further help.
- krishna7Regular Visitor
I am facing the same issue, i am using the excel as a data source
- SaiTejaTalasilaSuper User