Forum Discussion
custom R visual runtime error (access denied to local url)
- 8 years ago
I've received the solution from Microsoft support that worked for me.
Simply remove the plot_ly conversion in the end:
(gg <- ggplotly(g))
and use 'g' as input for internalsavewidget because 'g' is already a plot_ly object.
Not sure why this leads to an error in PowerBI service because converting a plot_ly object to a plot_ly object shouldn't be a issue.
Hi v-huizhn-msft,
thanks for your response - unfortunately they didn't solve this issue. Still getting the access denied runtime error. I also checked the packages but all packages i'm using are on the list of supported packages.
Best regards,
Chris
I experienced same issue.
Does any one know the solution?
Thank you
- chriswalz8 years agoRegular Visitor
I've received the solution from Microsoft support that worked for me.
Simply remove the plot_ly conversion in the end:
(gg <- ggplotly(g))
and use 'g' as input for internalsavewidget because 'g' is already a plot_ly object.
Not sure why this leads to an error in PowerBI service because converting a plot_ly object to a plot_ly object shouldn't be a issue.