Forum Discussion
chriswalz
8 years agoRegular Visitor
custom R visual runtime error (access denied to local url)
Hi, I have created a custom Power BI visual using this http://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1 tutorial. I'm using Plotly to create a interactive char...
- 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.
chriswalz
8 years agoRegular Visitor
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
Jole
8 years agoFrequent Visitor
I experienced same issue.
Does any one know the solution?
Thank you