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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
naveenvnit
Frequent Visitor

I/O error while making calls to the PowerBi refresh API

I'm getting I/O error while making calls the to the powerbi refrsh api from my springboot app since yesterday and no changes in the application.

 

Is anyone faced this error?

 

 

splunk error

------------

 

2025-07-17 06:02:25,837 ERROR com.tmobile.commissions.ignite.utils.PowerbiServerAppUtils : Exception occurred while making GET request: I/O error on GET request for https://api.powerbi.com/v1.0/myorg/groups/groupname/datasets/datasetname /refreshes/69a0f877-2015-41...": api.powerbi.com

2 ACCEPTED SOLUTIONS
v-kpoloju-msft
Community Support
Community Support

Hi @naveenvnit,

Thank you for posting your query in Microsoft Fabric Community Forum. Here I provided some points those might be resovle the issue more quickly.

Based on your error message, it looks like your Spring Boot app is encountering a connectivity issue while trying to make a GET request to the Power BI REST API. The I/O error suggests a problem with network communication or incorrect URL formatting. Please double-check the following:

  • Verify there is no space or malformed characters in the dataset/refresh URL.
  • Ensure your server can still reach api.powerbi.com (check network, DNS, and proxy settings).
  • Confirm that the OAuth token you are using is valid and not expired.
  • Look into any recent outages on Microsoft's service health page.

Adding better error logging and retry logic in your app can also help identify whether it’s a transient issue or something persistent. Let us know what you find, and we can dig deeper if needed.

Let me know if you would like a mock code snippet or sample token refresh logic as well.

Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.

Thank you for using the Microsoft Community Forum.

View solution in original post

ibarrau
Super User
Super User

Hi. The API works ok. Make sure to check you have all permissions and setups correctly. You can check it in this tutorial: https://blog.ladataweb.com.ar/post/740398550344728576/seteo-powerbi-rest-api-por-primera-vez

Then, you can use libraries to make it easier like simplepbi for python, but if you want to just code it yourself, pay attention to the request. The URL you have right there doesn't exist. There is no request that will use "names". Group name or dataset name is something you will never use. The API URL works with IDs. The same UUIDs you can find at the Power Bi Service URL.

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

5 REPLIES 5
ibarrau
Super User
Super User

Hi. The API works ok. Make sure to check you have all permissions and setups correctly. You can check it in this tutorial: https://blog.ladataweb.com.ar/post/740398550344728576/seteo-powerbi-rest-api-por-primera-vez

Then, you can use libraries to make it easier like simplepbi for python, but if you want to just code it yourself, pay attention to the request. The URL you have right there doesn't exist. There is no request that will use "names". Group name or dataset name is something you will never use. The API URL works with IDs. The same UUIDs you can find at the Power Bi Service URL.

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

v-kpoloju-msft
Community Support
Community Support

Hi @naveenvnit,

Thank you for posting your query in Microsoft Fabric Community Forum. Here I provided some points those might be resovle the issue more quickly.

Based on your error message, it looks like your Spring Boot app is encountering a connectivity issue while trying to make a GET request to the Power BI REST API. The I/O error suggests a problem with network communication or incorrect URL formatting. Please double-check the following:

  • Verify there is no space or malformed characters in the dataset/refresh URL.
  • Ensure your server can still reach api.powerbi.com (check network, DNS, and proxy settings).
  • Confirm that the OAuth token you are using is valid and not expired.
  • Look into any recent outages on Microsoft's service health page.

Adding better error logging and retry logic in your app can also help identify whether it’s a transient issue or something persistent. Let us know what you find, and we can dig deeper if needed.

Let me know if you would like a mock code snippet or sample token refresh logic as well.

Hope this helps clarify things and let me know what you find after giving these steps a try happy to help you investigate this further.

Thank you for using the Microsoft Community Forum.

Hi @naveenvnit,

Just checking in to see if the issue has been resolved on your end. If the earlier suggestions helped, that’s great to hear! And if you’re still facing challenges, feel free to share more details happy to assist further.

Thank you.

Hi @naveenvnit,

Hope you had a chance to try out the solution shared earlier. Let us know if anything needs further clarification or if there's an update from your side always here to help.

Thank you.

Hi @naveenvnit,

Just wanted to follow up one last time. If the shared guidance worked for you, that’s wonderful hopefully it also helps others looking for similar answers. If there’s anything else you'd like to explore or clarify, don’t hesitate to reach out.

Thank you.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.