Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Would it be possible to have
https://github.com/derrickturk/aRpsDCA/blob/12a938a6cedc0f12836a62e9116f94a0796ba5b0/R/s3.R
embedded in a power bi report?
Power bi is my company's replacement of Spotfire, and in Spotfire, we had that type of software built in..
I've been trying to get it to work for a while now, but my programming skills are too basic to make it work.. i'm sure others out there would also benefit from having this suite of tools in a custom r visual.
Solved! Go to Solution.
@aar0n,
I am not very clear about your requirement that "Embed R package in a Power BI report". If you need to use R package in Power BI Desktop, you need to add the package you want via that R Installation as Power BI Desktop calls the R Installation specified in the R scripting Option.
There is a similar thread for your reference.
https://community.powerbi.com/t5/Desktop/Getting-Power-BI-Desktop-to-see-R-packages/td-p/136986
Regards,
Lydia
@aar0n,
I am not very clear about your requirement that "Embed R package in a Power BI report". If you need to use R package in Power BI Desktop, you need to add the package you want via that R Installation as Power BI Desktop calls the R Installation specified in the R scripting Option.
There is a similar thread for your reference.
https://community.powerbi.com/t5/Desktop/Getting-Power-BI-Desktop-to-see-R-packages/td-p/136986
Regards,
Lydia
Thanks.
I've been trying to embed the package, but have been plagued with errors of every kind. i was hoping to see an example of that particular package embedded in power bi, or an example of how it works in power bi.