Forum Discussion
Anonymous
4 years agoNot applicable
How to read / import a SAS dataset from a remote Unix Server into Power BI
Hello, Up to now, I have been able to read / import a SAS Dataset from a window Server using the following script into Power BI. library(sas7bdat) require(sas7bdat) Class2 <-read.sas7bdat("...
Anonymous
4 years agoNot applicable
Hello,
I have looked at all the 3 links provided and I have read the documentation. All the examples provided show how to read a sas dataset hosted on the c drive of a pc. I need to find how to read/import a SAS dataset in Power BI which is hosted on a Unix server. I believe that we will need to first connect to that server using R (which package to use ?), by providing either the server name and/or its IP address, the username, password and maybe the port number. When we will connected to that server, I believe that it will be possible to read / import a SAS dataset.
I need help from the community or a microsoft expert.
Regards,