Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
DataSource.Error: ADO.NET: R script error.
Error: unexpected symbol in:
"# Epilog - Auto Generated #
rm"
Execution halted
Details:
DataSourceKind=R
DataSourcePath=R
Message=R script error.
I am getting this error while running my R script
# 'dataset' holds the input data for this script
.libPaths(.libPaths()[3])
wsid = "##################" #this is an Azure ML workspace id
auth = "################################" #this is an Azure ML authentication id
servicename = "Experiment created on 06/04/2021 [Predictive Exp.]"
library(AzureML)
ws <- workspace(wsid,auth)
ds <- consume(servicces(ws, name = servicename,dataset)
What could be the reason?
Solved! Go to Solution.
I got the solution, I forgot to put a ')', here. ds <- consume(servicces(ws, name = servicename),dataset)
I got the solution, I forgot to put a ')', here. ds <- consume(servicces(ws, name = servicename),dataset)
Hi @Anonymous ,
It is because some symbols cant be recognized,check the similar threads below:
https://community.rstudio.com/t/unexpected-symbol-with-code/61944
https://community.powerbi.com/t5/Developer/Query-Editor-R-Script-Date-Time-Issues/td-p/90540
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
65 | |
63 | |
52 | |
37 | |
36 |
User | Count |
---|---|
82 | |
66 | |
61 | |
46 | |
45 |