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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
qmest
Frequent Visitor

Debugging web requests for APIs

Hi,

I have a dataset that is obtained from web apis. The data refresh is failing but because i can't see in which table or query it fails, i was trying to see web traffic between my desktop and the API endpoint. Is there such a tool for this, even if it's external to powerbi?

 

Thanks.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @qmest,

You can try to use fiddler trace to deploy a local proxy server to trace all the requests, then you can simply trace these request and correspond response for test.

Fiddler Classic | Original Web Capturing Tool for Windows (telerik.com)

Regards,

Xiaoxin Sheng

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

HI @qmest,

You can try to use fiddler trace to deploy a local proxy server to trace all the requests, then you can simply trace these request and correspond response for test.

Fiddler Classic | Original Web Capturing Tool for Windows (telerik.com)

Regards,

Xiaoxin Sheng

lbendlin
Super User
Super User

Most people seem to use Postman.  You can also use the Developer Tools in Edge.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors