Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe'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
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 providing me with a timeout error. From what I can see, Power BI is attempting to get to Azure directly, rather than through the Proxy Server. Our Firewall is blocking this.
Is it possible for me to configure the Power BI desktop to make use of the proxy? Should I be grovelling to our network guys to convince them to open something in the firewall? What is best practice here?
EDIT: Just to head off some questions. The firewall that is blocking the connection is the company firewall, not the Azure one.
Solved! Go to Solution.
Thanks, that thread didn't help for our situation but the lack of Proxy awareness is a massive issue.
It didn't work for me, but perhaps i've done something wrong. This is the steps i took:
Ross73312, that process looks correct. The only potential gap I see: the solution I proposed assumes you are able to authenticate through your proxy via the Windows Active Directory credentials associated with the user session you're using Power BI Desktop on (which implies that Power BI Desktop reads those same credentials as the "default credentials".
If that's not the case in your environment, then I'd recommend:
A) Determing how you can authenticate through the proxy in your environment.
B) Using these docs to modify the proxy config file you created.
It's too bad Power BI doesn't yet have a front-end UI interface for configuring proxy awareness.
Thanks @Anonymous Yes thats how our environment works, sadly the process doesn't work for me.
@Anonymous hi Ross, did you manage to resolve the proxy issue? We're experiencing the same here and still pondering our options. Thanks.
No. I use a VM RDP hosted in Azure for my data refreshing. Our network guys think they might be able to do a solution eventually but i'm not really across the details. Nothing positive has occured so far because i think the Azure IP address change frequently, which is what any networking solution would rely upon.
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
Hi,
I'm running into the same issue with PBI and the Big Query connector.
I created the Microsoft.Mashup.Container.exe.config file with no success...
My proxy is using NTLM.
I tried two solutions:
1:
<?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>
2:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<system.net>
<defaultProxy useDefaultCredentials="true">
<proxy usesystemdefault="true"/>
</defaultProxy>
</system.net>
</configuration>
Where could I go now.... ?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 8 | |
| 8 | |
| 6 | |
| 6 | |
| 5 |