DataSource.Error: ADO.NET: A problem occurred while processing your R script.
Here are the technical details: Information about a data source is required.
Details:
DataSourceKind = R
DataSourcePath = R
Message = A problem occurred while processing your R script.
Here are the technical details: Information about a data source is required.
ErrorCode = -2147467259
ExceptionType = Microsoft.PowerBI.Scripting.R.Exceptions.RUnexpectedException
This error comes up when I try to export my table using an R script
write.csv2(dataset, file = paste0("C:/Users/Acer/OneDrive/ALLPARTS/ALLPARTSNET_", format(Sys.time(), "%Y%m%d"), ".csv"), row.names=F)
Already tried:
Is there a solution?
LINK POWER BI FILE
RUN SCRIPT AGAIN!