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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
Anonymous
Not applicable

Swimmer plot graph through Power BI

Hi, 

 

Need help with the examples on Swimmer plot graph out put. 

 

With regards 

Meghnath Chavva 

5 REPLIES 5
dkeerthi
Frequent Visitor

I tried to create a Dashbaord using library(swimplot); it works great on the my local machine but when i publish it to premium workspace it says 

Missing R Package

Package swimplot is currently unavailable

Anonymous
Not applicable

Hi, Can you share the details?

 

With regards 

used the below code for R Visual; i think the package swimplot is not supported. 

 

# dataset <- data.frame(ID, Events, time, MonthslastContact, Event_Date, CT)
# dataset <- unique(dataset)

# Paste or type your script code here:
library(swimplot)
library(ggplot2)
plot <- swimmer_plot(df=dataset,id='ID',end='MonthslastContact',col='black',fill='grey')


plot+ swimmer_points(df=dataset,id='ID',name_shape = 'Events',size=8)

Anonymous
Not applicable

Hi there,

 

Thank you and still working on it and do you have any more examples to share will be apperciated!!!! With regards Meghnath Chavva

amitchandak
Super User
Super User

@Anonymous , You may have to use R visual for that.

 

refer if needed

https://cran.r-project.org/web/packages/swimplot/vignettes/Introduction.to.swimplot.html

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.