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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
ptakja
Advocate I
Advocate I

I cannot get the Power BI Analysis Services Connector to connect to my SSAS instance.

No matter what I do with the Power BI Analysis Services Connector, I get the following error:

No connection could be made because the target machine actively refused it 127.0.0.1:8050"

 

My sys admin tells me that the IP address/port looks like a local loopback...so it never leaves my machine.

 

How can I address that??

This issue is preventing the Power BI Personal Gateway from running as well...

4 REPLIES 4
GiriNair
Power BI Team
Power BI Team

hi, could you send me the event log on the machine from the following location:

1. Open event viewer

2. Expand “Applications and Services Logs”

3. Click on “Data Management Gateway”

 

I have the same issue after installing the SSAS Connector on a Windows Server 2012 R2 box alongside SQL 2016.

 

Netstat shows that there's nothing listening on port 8050.

 

The Data Management Gateway event log shows;

Warning : Could not create service on the specific port for not have access rights.

Error : Gateway Key is not assigned yet.

 

The Data Management Gateway Service is running under the NT SERVICE\DIAHostService account

 

After adding the Service account NT SERVICE\DIAHostService to the local Administrators group, and restarting the service : the warning message does not appear in the logs, but the Gateway Key error still persists.

 

The UI for the Pwer BI Analysis Service Connector reports; "An existing connection was forcibly closed by the remote host"

 

Please check if your Windows Firewall service is up and running, if not, please start it up and re-install AS connector. I could reproduce the same issue if I stop Windows Firewall service and install AS connector.

You're quite right, Windows Firewall being enabled during the installation fixes my issue.

 

So the steps i had to take were;

Uninistall Power BI Analysis Services Connector

Enable Base Filtering Engine service

Start Base Filtering Engine service

Enable Windows Firewall service

Start Windows Firewall service

Install Power BI Analysis Services Connector

 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors