Forum Discussion
Using Plot_ly with R in Power BI Desktop
- 8 years ago
I belive that you have to create a custom visual to make use of plotly and htmlwidgets.
Its a bit more work but the results are now more interactive.
https://powerbi.microsoft.com/en-us/blog/interactive-r-custom-visuals-support-is-here/
Check out these blogs on creating your own r visual
http://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1
http://radacad.com/interactive-charts-using-r-and-power-bi-create-custom-visual-part-2
http://radacad.com/interactive-charts-using-r-and-power-bi-create-custom-visual-part-3
Hi, this is really embarassing to say the least. Last week the solution seems to work. All the R packaged as instructed in the second link worked. However opening Power BI today I got the same error message. I am not sure is it because cran.usr-project.org website blocked by our IT department.
I actually sorted this out. I have installed R from this site. https://cran.r-project.org/ (R for windows). This worked. Probabaly all the above and this final step helped.