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
9 years agoMicrosoft 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_zhang
9 years agoRegular 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