Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
EBSC23
New Member

Need R Script Tutorial within Power BI

Can someone help answer two questons for me? 1. What type of data sets are ideal to use R scripts on? 2. Can someone provide a link to a tutorial video on how R scripts visual works within Power BI?

I have located the R Scripts Showcase Gallery in the help center, just now need to work backwards from there. Thanks in advance!

1 REPLY 1
CleverBadger
Frequent Visitor

Have you looked at the tutorial that Microsoft posted?

https://learn.microsoft.com/en-us/power-bi/developer/visuals/create-r-based-power-bi-desktop

 

Keep in mind that by default, the visuals are all SVG images.  If you want to make it somewhat interactive, then you will want to incorporate ggplot2.  If you aren't familiar with R yet, then learn the basics of that first before attempting to build a visual, because you will need to think through not just the operations that you want R to do, but also the dataframes you want to pipe from PowerBI to R.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors