Forum Discussion
markt
11 years agoRegular Visitor
Get Data from FTP site
Has anyone used PowerBI to Get Data from an FTP site? I basically just need to login and get a listing of files in the folders. I have a C# program that can do this, but I doubt Power BI can call a...
osinquinvdm
9 years agoAdvocate II
you need to specify the file, not just the ftp folder. e.g. ftp://ftp.2600.com/whatever.csv
Anonymous
9 years agoNot applicable
Thanks osinquinvdm
I was actually trying to access the whole ftp folder but I've discovered that this feature is not still available so you can only access ftp files trough the path to one file. (like you said)
How could I access several files in a ftp in the same query? Is the only option to create individual quearies and then append them all together?