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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
SeanLaTulippe
New Member

Issue with displaying a plotly R script in power bi desktop

Hello,

 

I have a R script that I wrote (works in R studio), but it wont display in power bi desktop. I can display the simple ggplot. However, when i convert my graph to a plotly, using the ggplotly() command, and try to show the graph, I get the error:

 

"Can't display this visual. No image was created. The R code didn't result in creation of any visuals. Make sure your R script results in a plot to the R default device."

 

Any thots? 

 

Thanks,

Sean

2 REPLIES 2
v-shex-msft
Community Support
Community Support

Hi @SeanLaTulippe,

 

>>"Can't display this visual. No image was created. The R code didn't result in creation of any visuals. Make sure your R script results in a plot to the R default device."

Based on error message, I think current r visual not support to some advanced operation. You should use the base function to instead.

 

Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Well, actually PowerBI does support the plotly package. It just doesn't seem to work exactly the same as it might in R Studio or another R IDE. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors