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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Cheth
New Member

Issue with importing the API data

I want to extract data from API using web option(Get Data), which requires an authentication by Username / Password. Once after entering the URL, PBI shows the following popup and data doesn't get loaded.

Screenshot (4).png

Also when we tried to access the API from a browser, we are getting the data as expected(Json format), but not when we try to import using PowerBI.
It would be helpful if anyone can guide us with solution on this.

Thanks In Advance.


1 ACCEPTED SOLUTION
v-easonf-msft
Community Support
Community Support

Hi, @Cheth 

Please check the code in query editor. Does the Web connector (currently available in Power BI Desktop) automatically creates a Web.BrowserContents query?

As the error message states, the new Web connector can't be used to connect to a source that requires non-anonymous authentication. This limitation applies to the Web.BrowserContents function, regardless of the host environment.  

For more information, please refer to this official document.

Troubleshooting the Web connector 

 

Currently, you can't turn off the use of Web.BrowserContents in Power BI Desktop optimized for Power BI Report Server.  You need manually use Web.Page to replace Web.BrowserContents.

 

Best Regards,
Community Support Team _ Eason

 

View solution in original post

1 REPLY 1
v-easonf-msft
Community Support
Community Support

Hi, @Cheth 

Please check the code in query editor. Does the Web connector (currently available in Power BI Desktop) automatically creates a Web.BrowserContents query?

As the error message states, the new Web connector can't be used to connect to a source that requires non-anonymous authentication. This limitation applies to the Web.BrowserContents function, regardless of the host environment.  

For more information, please refer to this official document.

Troubleshooting the Web connector 

 

Currently, you can't turn off the use of Web.BrowserContents in Power BI Desktop optimized for Power BI Report Server.  You need manually use Web.Page to replace Web.BrowserContents.

 

Best Regards,
Community Support Team _ Eason

 

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors