Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
alexcaballero
Frequent Visitor

Power BI cannot unload R scripts

The last versions of Power BI Desktop cannot load R scripts. I've tried with different R Scripts that run perfect in RStudio, for example this script:

 

x <- rnorm(100)

y <- rnorm(100)

df1 <- data.frame(x,y)

 

But in Power BI always appears the same two errors:

 

Details: "EvaluateNativeQueryUnpermitted failure: the query 'x <- rnorm(100) y <- rnorm(100) df1 <- data.frame(x,y)' isn't approved for execution."

 

Details: "An error happened while reading data from the provider: 'Object reference not set to an instance of an object.'"

 

What could be the cause of these errors? There is something wrong in the configuration of R in Power BI or there is a bug or error in the Power BI updates?

 

Thank you so much!

1 ACCEPTED SOLUTION
v-yuezhe-msft
Employee
Employee

@alexcaballero,

I am able to run the above R script in Query Editor of Power BI Desktop July release. 
Capture.PNG1.PNG2.PNG

Could you please check if you configure R location properly in Power BI Desktop?
0.PNG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-yuezhe-msft
Employee
Employee

@alexcaballero,

I am able to run the above R script in Query Editor of Power BI Desktop July release. 
Capture.PNG1.PNG2.PNG

Could you please check if you configure R location properly in Power BI Desktop?
0.PNG

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you so much for your answer!

 

Finally, I reinstall Power BI and updated R to the lastest version (I had 3.5 version and now 3.5.1) and the problem was solved. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors