Forum Discussion
Anonymous
9 years agoNot applicable
R error
The following error appears when running R script in powerbi but not in RStudio, please help. My R version is 3.3.1 DataSource.Error: ADO.NET: R script error. Attaching package: 'dplyr' The fo...
Anonymous
7 years agoNot applicable
Did you ever find a solution? Having same issue...
Anonymous
7 years agoNot applicable
yeah - for some reason, PowerBi takes character column as factor rather than character so I need to cast the column to as.character(dataset$column1) then it worked.
You may need to transform the column and apply Clean so it gets rid of whitespace etc...
Let me know if that works for you.