March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello,
I am trying to follow the example in Microsoft website
I have installed R 3.5.1 and latest RStudio.
I have installed the "mice" package.
I have loaded the file EuStockMarkets_NA and from within Power Query inserted the "Run R Script" step.
I have copied and pasted the code in the example and while running it, got an error message, :
DataSource.Error: ADO.NET: R script error.
Loading required package: lattice
Attaching package: 'mice'
The following objects are masked from 'package:base':
cbind, rbind
Error in parse(text = x, keep.source = FALSE) :.........
Please find the file in this link: Running R script error
Thank you for the help,
Regards,
Tamir
Solved! Go to Solution.
I found the problem...
The script in the Microsoft Demo should have an extra line to set the dataset parameter
dataset <- read.csv(file="C:/Users/user/Google Drive/PowerPivot Power BI/EuStockMarkets_NA.csv", header=TRUE, sep=",")
Tamir
I found the problem...
The script in the Microsoft Demo should have an extra line to set the dataset parameter
dataset <- read.csv(file="C:/Users/user/Google Drive/PowerPivot Power BI/EuStockMarkets_NA.csv", header=TRUE, sep=",")
Tamir
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
User | Count |
---|---|
93 | |
92 | |
91 | |
79 | |
49 |
User | Count |
---|---|
160 | |
144 | |
103 | |
72 | |
55 |