Forum Discussion
Why some custom graph created using R is not displayed in Power BI
9 Replies
- v-haibl-msftMicrosoft Employee
Could you please provide the r script code written in PBI to us? So that I can try to repro it locally and see if I can help you.
Best Regards,
Herbert
- usernameFrequent Visitorx, y, z are cordinates of 3D. dataset <- data.frame(x,y,z) dataset <- unique(dataset) library(rgl) attach(dataset) plot3d(dataset)
- v-haibl-msftMicrosoft Employee
- v-haibl-msftMicrosoft Employee
RGL is not currently supported in the Power BI Service.
RGL and specifically the plot3D() function do not produce a visual that PBI knows how to render.
Suggest using the plot3D package instead. This one is supported in the desktop and service.
Best Regards,
Herbert
- uki_zhangRegular Visitor
Does PBI support Highcharter or Plotly? I tried both, they are have the error of no image created. If not, do you know any other R packages suppored by PBI to create interactive plots? thx
- uki_zhangRegular Visitor
Does PBI support Highcharter or Plotly? I tried both, but they all have the same error with plot3D. If not, do you know any R packages that are suppored in PBI to create interactive plots?
- AnonymousNot applicable
Hi,
is RGL package aviable to render in PowerBI this 2019?
Best regards.
Frank