The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I have followed some posts on fixing this issue, including adding a .libpaths() command to the R script. I get the same error -- not only complaining of the memory limit issue but also "Data.R" not found. See my script below. Is there a better way to fix this?
Hi @StatsChick ,
Check the object name: Ensure that the object is correctly named in your script. Data.R is case-sensitive, so make sure the case matches.
How To Fix R Error object not found r
How to fix the R Error: object not found (object name reference errors)
Best Regards,
Gao
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
How to get your questions answered quickly -- How to provide sample data in the Power BI Forum
My script does not refer to Data.R.
Is there someone in this community who has successfully fixed this issue?