26876/how-can-i-connect-my-web-api-with-power-bi-reports
Hi.
I have a web API to deliver the required data sources for my reports. I don't really know how can I connect my web API with Power BI. Can anyone help me out?
Thanks.
Go to Home > Edit Queries > Advance Editor. Here is some Power Query code to query issue a GET request to an API endpoint.
let Source = Json.Document(Web.Contents("http://mywebapi")) in Source
Also Read:
PowerBI API Rest API for updating the Datasource ID?
If you wish to master Power BI Concepts, check out Power BI course online now!.
Hey, @There, I found your query is quite ...READ MORE
How can I leverage the Power BI ...READ MORE
To ensure easier deployment and maintenance of ...READ MORE
How can I track and log user ...READ MORE
Answering your first question, Event Hubs are ...READ MORE
I think the problem is not at ...READ MORE
I agree with Kalgi, this method is ...READ MORE
Yes using Power BI REST API to ...READ MORE
Take a look again at Power BI. ...READ MORE
Try solving it using the Workbook. Query ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.