Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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.
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.
Solved! Go to Solution.
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
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
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 57 | |
| 43 | |
| 40 | |
| 21 | |
| 17 |