Forum Discussion
gracerashmi
8 years agoHelper I
Connecting to API
Hi Team,
I am new to Power BI kindly help how to connect to API to start the data extraction and data model.
Regards
GR
6 Replies
- MagnusSthlmHelper I
Hi!
What kind of API do you need to connect to?
- gracerashmiHelper I
Need to coonect to Json API with input parameteres
- MagnusSthlmHelper I
Hi!
Go to Query Editor, choose "New Source" -> "Blank Query". Enter your url to your json something like this:
= Json.Document(Web.Contents("https://yourjsonurl.com/parameter"))
Then you need to click List and transform into table, select what fields you want. Finally rename Query1 to something else.