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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
mattmagoo
New Member

PowerBI R Plot discrepancy

Hi Guys,

 

I'm trying to display the movement of an object on a radial graph. I've managed to successfully plot the points in R and using geom_path draw a line based on the order of the records in the dataset.

 

When I apply is to PowerBI I seem to lose the order of the data and it just plots from high to low. I've attached the graphs from R Studio and PowerBI to show the difference. I'm sure I'm just missing a tiny thing, but can't figure out what it is.

 

I have the following script:

 

 

p <- ggplot(dataset, aes(extension, radius))+ geom_point(aes(extension, radius)) + geom_path() + coord_polar() + xlim(0, pi*2)
print(p)

 

 

My data is sorted like this:

 

extensionradius
 
1.90311
 
28.9289
 
1.81148
 
31.1281
 
1.7757
 
33.2769
 
1.77657
 
34.3312
 
1.77657
 
34.6795
 
1.77675
 
34.6795
 
1.77657
 
34.3312
 
1.77657
 
34.3312
 
1.77727
 
34.3312
... 
 

 

PowerBI vs R Studio

1 REPLY 1
v-viig
Community Champion
Community Champion

Please send this issue to Power BI R Custom Visuals Support [email protected] for further debugging.

 

Ignat Vilesov,

Software Engineer

 

Microsoft Power BI Custom Visuals

[email protected]

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.