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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have created a post request in power query that requests data from the easy feedback api, it works fine on power bi desktop but not on power bi service, I read another post that said that you have to use the root url,
I have tried every combination or url thinkable with the post request. When i use the suggested base url: https://indivsurvey.de/api/v2 I get back the error message: error message 404 page not found and when I use the url https://indivsurvey.de/ I get back the error message: 301 moved permanently.
The remaining url I put into the RelativePath part.
Really need help refreshing this on power bi service.
Solved! Go to Solution.
I managed to solve my issue when havug this issue where in power bi desktop the data is refreshing and not in power bi service when connecting with an API, try to create a gateway connection instead of using the default cloud connection method as this overrides the power query code and will not work. When creating the gateway connection select skip test connection and select anonymous this should work.
I managed to solve my issue when havug this issue where in power bi desktop the data is refreshing and not in power bi service when connecting with an API, try to create a gateway connection instead of using the default cloud connection method as this overrides the power query code and will not work. When creating the gateway connection select skip test connection and select anonymous this should work.