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.

cant display visual - R script error published report

 

Hi,

 

I am trying to puiblish report with DT interactive table

 

library(DT)

datatable(dataset)

 

I get the following error in PBI portal

 

Error in shell.exec(url) : access to 'C:\Users\Client\Temp\RtmpU1oawy\viewhtml1c31858de/index.html' denied  

 

I can publish non-html/interactive OK

Status: Needs Info
Comments
v-qiuyu-msft
Community Support

Hi @danieltibble,

 

In your scenario, how do you define the R script? 

 

I have added a R visual with script below: 

 

library(DT)
a <- datatable(dataset)
ds <- a$x$data[1:2]
plot(ds)

 

After publish to Power BI service, the report displays fine. In your scenario, would you please share the pbix file with some dummy data? 

 

Best Regards,
Qiuyun Yu 

Vicky_Song
Impactful Individual
Status changed to: Needs Info