Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Power BI Output tool unable to connect (VM + VPN)

antoine_pac
7 - Meteor

Hi,

 

I'm using the Power BI Output Tool for the first time and I face an issue.

Locally, I successfully uploaded a dataset to my workspace using Designer. But if I use the same workflow on a VM (with VPN) I'm getting the error : "failed to connect to platform power bi".

 

I guess there is a problem with the VPN, but do you have any solutions ?

14 REPLIES 14
VojtechT
Alteryx
Alteryx

Hi @antoine_pac ,

we have already seen this error and it was caused by the SSL validation failing (probably due to VPN). I'll try to get the steps how to deactivate the validation. 

We are already working on an official solution.

Vojta

Vojta T., PM for Data Connectors
Try our Beta data connectors at https://bit.ly/3Ae8HgY
antoine_pac
7 - Meteor

Thank you @VojtechT, it will be very appreciated ! I'm still stuck with this issue...

VojtechT
Alteryx
Alteryx

Hi @antoine_pac ,

here are the steps:

  • open this filefor edit: 

 

%AppData%\Alteryx\Tools\PowerBI_venv\Lib\site-packages\power_bi\utilities\api_requestor.py​

 

(if you installed the connector initially for All users as Admin replace the %AppData% with C:\Programdata

 

  • locate line 65

 

response = session.request(method, url, **kwargs)​

 

 

  • add "verify=False" parameter so the line looks this way

 

response = session.request(method, url, **kwargs, verify=False)​

 

 

  • save the file, restart Designer, try Power BI Output again
  • let me know the result 😉

thank you

 

Vojta T., PM for Data Connectors
Try our Beta data connectors at https://bit.ly/3Ae8HgY
antoine_pac
7 - Meteor

@VojtechTI did all these steps, but when I restart Designer and try to authenticate in the Power BI Output Tool via browser, I get a blank window after entering my IDs 😕

 

antoine_pac_0-1631191779413.png

 

 

 

VojtechT
Alteryx
Alteryx

Hi @antoine_pac , 

can we try to debug it together?

  1. revert the changes done previously
  2. locate %APPDATA%\Alteryx\Tools\PowerBI_venv\Lib\site-packages\power_bi\tools\power_bi_output.py and open it for edit
  3. go to the very end of the file and add "raise" to a new row - better copy/paste all the whitespaces in front of the last row ("self.provider...")
  4. so it looks this way:Screenshot 2021-09-14 at 23.06.54.png
  5. save the file, use the connector to get the error
  6. locate %LOCALAPPDATA%\Alteryx\Log folder
  7. there should be new file like "PowerBIxx.txt" where xx is an integer - could you share the file? 

 

Vojta T., PM for Data Connectors
Try our Beta data connectors at https://bit.ly/3Ae8HgY
antoine_pac
7 - Meteor

Hi @VojtechT, the above "blank window" is solved. It was an Alteryx version issue.

However, I tried your first solution and it did not work : I get the same message...

 

Concerning the debugging, I add the "raise" but it did not produce the expected log unfortunately :

antoine_pac_0-1631700859195.png

 

Thanks again for helping me !

 

NPT
8 - Asteroid

I have the same issue where a blank window pops up after logging in with my email and password. 

VojtechT
Alteryx
Alteryx

@antoine_pac , how about the PowerBI1.log file - could you share the content of that?

Vojta T., PM for Data Connectors
Try our Beta data connectors at https://bit.ly/3Ae8HgY
VojtechT
Alteryx
Alteryx

Hi @NPT ,

which version of Designer are you using? It's a known issue in 21.3.2 to behave this way. If you can, please downgrade to 21.3.1, which should solve the issue for now.

Vojta T., PM for Data Connectors
Try our Beta data connectors at https://bit.ly/3Ae8HgY
Labels