Forum Discussion
Performance issue with R custom Visual in Power BI
akj2784,
Could you please share sample data of your table and the R script you use? Also what is the custom visual do you use? How many idle RAM in your machine?
Regards,
Lydia
- akj27848 years agoPost Partisan
I am trying to plot waterfall chart using plot_ly library. We have 128 GB RAM on the server. And have sufficient idle RAM.
That custom visual is totally custom created using pbiviz by following the below URL
http://radacad.com/interactive-map-using-r-and-power-bi-create-custom-visual-part-1
If I raise an SR will microsoft support custom Visual issues ?
Regards,
Akash
- Anonymous8 years agoNot applicable
I contacted MS support before about custom visual issues and was told that it was outside of the scope of the support included in a pro license.
Regarding your specific case, it depends on what you are doing in your R code, what data you are loading etc.
The only generic advice I can offer is, does it perform similarly poorly in another enviroment such as RStudio, does it perform differently on desktop vs the service/report server.
- akj27848 years agoPost Partisan
Thanks Thomas.
As I mentioned, it works fine in RStudio. And total number of records r just 10.
But when I see the same report in Power BI Service/Desktop it is very slow.