Forum Discussion
username
9 years agoFrequent Visitor
Why some custom graph created using R is not displayed in Power BI
Hi, I generated some graphs using local R engine (using plot3d() function - it creates interactive 3D graph), which I'm unable to generate in power BI. Instead of a visual, a small pop containing the ...
v-haibl-msft
Microsoft Employee
9 years ago
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_zhang
9 years agoRegular 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?