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("...
v-yanjiang-msft
Community Support
4 years agoHi Anonymous ,
Here are some posts introducing how to import SAS data into Power BI using R script. Reference:
Importing SAS data into PowerBI;
Reading SAS (*.sas7bdat) Files In Power BI;
Reading SAS files from Power BI using R Script.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please considerAccept it as the solution to help the other members find it more quickly.