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
chayanupadhyay
Helper III
Helper III

AnalysisServices: The remote server returned an error: (407) Proxy Authentication Required

I am getting below error while connecting to Azure Analysis service:

 

Details: "AnalysisServices: The remote server returned an error: (407) Proxy Authentication Required."

 

Anyone can help me to troubleshoot this issue.

1 ACCEPTED SOLUTION

I did try that but unfortunately it does not work.. but we got the solution for the issue

We have to use Proxy server instead of Automatic Configuration script...Used public IP to connect with Azure Analysis service.

Below are the steps followed, hope somebody else can benifit from this:

Go to Internet Options -> Connections -> LAN Settings 

below settings were implemented when we were not able to connect:LAN1.JPG

 

 

 

Then instead of Automatic Configuration Script selected Proxy server -> Go to Advanced and enter the Public IP and Port  and check the checkbox as displayed in below snapshot:

LAN2.JPG

 Click Ok and we are able to connect to Azure Analysis Service.

 

Thanks and Happy Learning !!!!

 

 

 

View solution in original post

4 REPLIES 4
v-jiascu-msft
Microsoft Employee
Microsoft Employee

@chayanupadhyay

 

Hi,

 

Please reference this post:

https://social.msdn.microsoft.com/Forums/sqlserver/en-US/b81f0d7b-fdd8-41ba-a0e8-974944d3a60c/error-...

 

 

Best Regards!

Dale

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

Thanks @v-jiascu-msft for your reply.

As per the solution provided in shared link:
Add below code into your config file. You have to configure the proxy authenctication if your pc performs HTTP requests through a proxy. Stick the following config section in your app.config\web.config and you should be ok to move on:

 

<system.net>
<defaultProxy useDefaultCredentials="true"></defaultProxy>
</system.net>

 

I am using my company's network so can you please guide me which config file should i edit and add the above code snippet?
There may be a possibility where i don't have access to the file which needs to be edited so is there any other workaround/resolution for this issue?
Thanks !!!

@chayanupadhyay

 

Hi,

 

My pleasure. I am not quite familiar with Azure. According to the guide, it seems the files of Power BI. It depends on the path of Power BI. There are there .config file. I would modify "PBIDesktop.exe.config". Backup files before you act. 

AnalysisServices The remote server returned an error407 Proxy Authentication Required.jpg

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Best Regards!

Dale

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

I did try that but unfortunately it does not work.. but we got the solution for the issue

We have to use Proxy server instead of Automatic Configuration script...Used public IP to connect with Azure Analysis service.

Below are the steps followed, hope somebody else can benifit from this:

Go to Internet Options -> Connections -> LAN Settings 

below settings were implemented when we were not able to connect:LAN1.JPG

 

 

 

Then instead of Automatic Configuration Script selected Proxy server -> Go to Advanced and enter the Public IP and Port  and check the checkbox as displayed in below snapshot:

LAN2.JPG

 Click Ok and we are able to connect to Azure Analysis Service.

 

Thanks and Happy Learning !!!!

 

 

 

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
Top Kudoed Authors