Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
I am using the following web source:
http://dev.virtualearth.net/REST/v1/Locations/%address1%?o=xml&key={mykey}
I am able to authenticate myself using mykey and get the data I need, however, once I hit save and apply I get this error. I have tried multiple different ways to authenticate myself but it won't accept anything.
Hi @Anonymous ,
It seems like this api not support anonymous credentials, please use organization account to instead or invoke 'login' function before other REST API function.
Regards,
Xiaoxin Sheng
This API does not accept organizational logins
HI @Anonymous ,
You can try to modify your query and enable RelativePath Parameter in web.connector function to use anonymous mode to authorization with root path:
Web.Contents("http://dev.virtualearth.net", [Headers=[#"key"=mykey], RelativePath="/REST/v1/Locations/address"])
Regards,
Xiaoxin Sheng
I have tried the suggestion, I have tried calling https, and still none of the authentication methods work. It is quite frustrating since it works fine in PBI Desktop, but the moment you want to refresh the data model via PBI Service, it requests to authenticate the data source and that seems to be impossible.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
81 | |
76 | |
61 | |
37 | |
33 |
User | Count |
---|---|
101 | |
56 | |
51 | |
45 | |
40 |