Forum Discussion
R graphics libraries does not work in PBI?
- 8 years ago
Not an R expert by any means, but the only way I'm aware of using Plotly in Power Bi is via the custom visual. I successfully followed the instructions from the radacad blog linked below a while back. Its a much more involved process than the regular R visual, but the results are there. It does require installation of node.js as well.
http://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1
Hi!
This thread is now somewhat old, but I think still valid.
I am trying to create a gauge with R based on flexdashboard.
The goal for this is to have a gauge chart, to which the colour changes depending on the %.
This example workd in Rstudio
https://rdrr.io/cran/flexdashboard/man/gauge.html
But not in PowerBI :(
Can it be that flexdashboard generates something dynamic, where PBI is expecting something fix? If yes, what would be the workaround?
Cheers. G.
Anonymous only some R libraries are supported in Power BI:
https://docs.microsoft.com/en-us/power-bi/service-r-packages-support
- Anonymous7 years agoNot applicable
Thanks otravers for the hint!
I feel i will have fun...