Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
solidsoulja
Regular 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 tracking information, i want that information to be visible within power BI. 

 

Could someone please guide me through the steps of achieving this? when I enter a URL uinto the web data source and use the key provided, I get "the credentials provided are invalid"

 

any help would be appreciated.

 

2 REPLIES 2
v-qiuyu-msft
Community Support
Community 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

Community Support Team _ Qiuyun Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
solidsoulja
Regular Visitor

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 tracking information, i want that information to be visible within power BI. 

 

Could someone please guide me through the steps of achieving this? when I enter a URL uinto the web data source and use the key provided, I get "the credentials provided are invalid"

 

any help would be appreciated.

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors