Forum Discussion
Anonymous
8 years agoNot applicable
PBI Desktop connect to Azure via Proxy
We've just set up an Azure Data warehouse and i'm making my first connections to this data. Connecting to this Data Warehouse via Power BI service was fine. Trying to connect via the Desktop is pro...
Anonymous
8 years agoNot applicable
Thanks Anonymous Yes thats how our environment works, sadly the process doesn't work for me.
clementsmadja
8 years agoRegular Visitor
Hi,
I'm running into the same issue. I think my company proxy is using NTML.
I tried 2 solutions:
1:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.net>
<defaultProxy useDefaultCredentials="true">
<proxy usesystemdefault="true"/>
</defaultProxy>
</system.net>
</configuration>
2:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.net>
<defaultProxy useDefaultCredentials="false">
<proxy
usesystemdefault="true"
proxyaddress="http://user:password@mycompanyproxyaddress:80"
/>
</defaultProxy>
</system.net>
</configuration>
Where can I go now... ?
Many thanks