Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I have on-prem files on SFTP server and I need to create dashboard in PBI Desktop in my own laptop. How do I connect to those files in the server?
Thank you.
Solved! Go to Solution.
Hi @aishahslmn
PBID doesn't have an SFTP connector so you'll need to get the files into a location that PBID can acces them.
Can you run a HTTP server on your SFTP server? You can then use a web connector in PBID.
You could write a Python script to get the files.
Otherwise you'll have to move the files off the SFTP server some other way.
Regards
Phil
Proud to be a Super User!
Hi @aishahslmn
PBID doesn't have an SFTP connector so you'll need to get the files into a location that PBID can acces them.
Can you run a HTTP server on your SFTP server? You can then use a web connector in PBID.
You could write a Python script to get the files.
Otherwise you'll have to move the files off the SFTP server some other way.
Regards
Phil
Proud to be a Super User!