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!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Good afternoon
We want to use PBI Service to pull data from our internal system. The data is generated by the system into a json file, let's say the address is http://system1.ourdomain/api/range.json
The address is visible only from within our corporate network.
To access the range.json, I have to provide my Windows credentials and pass the apiKey in the Header of the request.
Once the connection is made, I want to install an on-demand gateway on a server, establish the connection there and plan scheduled refresh of data.
Now, I cannot make it work in PBI. From PBI desktop,
This generates an error - PBI can only use custom headers when the address is accessed anonymously. I cannot use Windows login with it.
What should I do to make the abovementioned scenario work? Either with the way my internal application grants access to the API, or through PBI configuration?
many thanks
M.
@marcin_wozniak,
Is it possible to access the root URL of your application anonymously? If so, add RelativePath paramater into the code of Advanced Editor of the query in Power BI Desktop, then use anonymous authentication in Power BI Service, there is a similar thread for your reference.
https://community.powerbi.com/t5/Service/Refreshing-a-Restful-Data-Source-with-API-Key/td-p/131298
However, if it is not possible to access the root URL of your application anonymously, please set credential as suggested in the thread below.
https://community.powerbi.com/t5/Service/Web-Anonymous-refresh-failure-in-Power-bi-Service/td-p/4688...
Regards,
Lydia
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.