Forum Discussion
solidsoulja
9 years agoRegular Visitor
Restful API to PowerBI
Hi, I am not a developer so I am looking for very basic information on how to connect a rest API to power BI. I have been given an API key from a company that work with us to provide web tra...
v-qiuyu-msft
9 years agoCommunity Support
Hi solidsoulja,
In order to be able to supply an “Api Key” via the credential UI, the Power Query with Web.Contents() function has to look like this:
Web.Contents(URL, [ApiKeyName="mykey"])
You can take a look at this blog: Working with Web Services in Power Query.
Best Regards,
Qiuyun Yu