I've been trying for a long time to enable R Scripts from Anaconda on PowerBi. This is the error I get:
Error Message: A problem occurred while processing your R script. Here are the technical details: Running the R script encountered the following error:
Failed to retrieve error code string from System ->317 Double-check that R is installed correctly on your machine.
This is what I have tried so far:
- Even that I get no errors while selecting the folder on PowerBi Options, using anaconda folder location [C:\Users\santiago\Anaconda3\envs...] doesn't seems to work.
- I thought the problem was because R was installed by Anaconda inside anaconda environments. So I installed R using anaconda, but in an external environment [C:\Temp\R_Environment\envs\lib\R]. But of course I get the same error every time I run a simple 'hello world'.
Is there anyone there who has been able to instal R from anaconda and using it on PowerBi?