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
More information here: https://msdn.microsoft.com/en-us/library/mt260892.aspx
and here: https://blog.crossjoin.co.uk/2014/03/26/working-with-web-services-in-power-query/
If you wish to master Power BI Concepts, check out Power BI Training Topics 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
there is a couple of errors in your ...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.