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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
amikell
Helper I
Helper I

PowerBI Embedded: net::ERR_CONNECTION_REFUSED

Currently testing sample web app.

 

Made very few modifications to rest of code, added simple "filter" form field (does nothing) in the default.aspx. No changes with embed URL objects.

 

Early tests were successful! No issues. Client/Secret keys are added properly. Very pleased with the PowerBi service and functionality.

 

Enterprise gateway is setup. Testing imported report as well as DirectQuery report. Neither load, endless animation.

 

Browser console has message: net::ERR_CONNECTION_REFUSED

 

I sense this must be a very simple problem, any advice?

 

Sample JS:

 

 

var m = { action: "loadReport", accessToken: accessToken };
            message = JSON.stringify(m);

            // push the message.
            iframe = document.getElementById('iFrameEmbedReport');
            iframe.contentWindow.postMessage(message, "*");

 

1 ACCEPTED SOLUTION
amikell
Helper I
Helper I

Nothing was able to fix this issue. An emptying of the cache and hard refresh restored the availability of the report in my local web application.

View solution in original post

4 REPLIES 4
kinjo
New Member

I am having ERR_CONNECTION_REFUSED problem in my PC.

i search on this topic and got the fix as you can see
err_connection_refused
but the thing is I cant able to reapir my computer with that fix and it my my internet connection dumbed
so now i cant able to use my internet
does anybody know where i did wrong

kinjo
New Member

I am having ERR_CONNECTION_REFUSED problem in my PC.

amikell
Helper I
Helper I

Nothing was able to fix this issue. An emptying of the cache and hard refresh restored the availability of the report in my local web application.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors