Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

proxy settings info #125

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/proxy-error.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/proxy-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions te3/proxy-settings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
uid: proxy-settings
title: Proxy settings
author: Daniel Otykier
updated: 2024-11-07
applies_to:
editions:
- edition: Desktop
- edition: Business
- edition: Enterprise
---

# Proxy settings

Due to different proxy behavior between .NET Core (used by Tabular Editor 3) and .NET Framework (used by Tabular Editor 2 and DAX Studio), you may experience issues with connecting to external services, such as the Power BI service, when using Tabular Editor 3 behind a proxy server.

For example, you might see the following error message when trying to connect to the Power BI service:

![No such host is known-error](~/images/proxy-error.png)

**Title:** Could not connect to server<br/>
**Message:** No such host is known. (login.microsoftonline.com:443)

When this happens, the first thing you should try is to change the proxy settings in Tabular Editor 3. You can find these settings under **Tools > Preferences > Proxy Settings**:

![Proxy settings in Tabular Editor 3](~/images/proxy-settings.png)

In most cases, changing the **Proxy Type** from `None` to `System` will resolve the issue. This setting tells Tabular Editor 3 to use the system-wide proxy settings configured in Windows. If you are still experiencing issues, you can try setting the **Proxy Type** to `Custom` and enter the proxy server address and port manually.

> [!IMPORTANT]
> After changing the proxy settings, you mustrestart Tabular Editor 3 for the changes to take effect.
1 change: 1 addition & 0 deletions te3/toc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
## Power BI XMLA Endpoint
### @powerbi-xmla
### @powerbi-xmla-pbix-workaround
## @proxy-settings

# Documentation
## User interface
Expand Down
Loading