Forum Discussion

abalgir's avatar
abalgir
Icon for Helper I rankHelper I
7 years ago
Solved

How to load a csv from a remote host Power BI desktop

Hello,   I have a csv file saved on a Digital Ocean droplet. I need to load this csv in Power BI desktop to do some analysis.   How I can configure that in Power BI. I have the ssh right to the d...
  • TeigeGao's avatar
    7 years ago

    Hi abalgir ,

    Based on my test, PowerBI desktop cannot support ssh directly, as a workaround, we can select one from the following methods:

    Configuring FTP on remote server, PowerBI can use an FTP URL through the "From Web" connector.

    Another workaround is using Python script to get csv file via ssh, then convert it to Pandas data frames, after that import PowerBI desktop.

    Read a file from server with SSH using Python: https://stackoverflow.com/questions/1596963/read-a-file-from-server-with-ssh-using-python

    (Note: This link contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.)

    Run Python scripts in Power BI Desktop:https://docs.microsoft.com/en-us/power-bi/desktop-python-scripts

     

    Best Regards,

    Teige