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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
141507
Helper I
Helper I

R Visuals in Web

I have plotted the forecasting using R Scripts. Now I am need to export the created visual to web. When I use publish to web, R visuals not appearing. How to achieve this. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @141507,

 

R visuals require a Power BI Pro license to render in reports, refresh, filter and cross-filter, please refer to the following document about R visuals capabilities based on licensing.

 

1.PNG

 

Reference link:

R Visual Licensing

 

Regards,

Xiaoxin Sheng

View solution in original post

8 REPLIES 8
Anonymous
Not applicable

Hi @141507,


As smoupre said, I also think the issue may related to unsupported libraries.

In addition, can you provide some detail contents to help us know more about your issue?

 

Regards,
Xiaoxin Sheng

Hi All,

 

Thank you for your response.

 

I am using packages of "forecast", "xts". I am plotting ARIMA visual using R code. Please let me know if there are any problems using these packages.

 

R Code:

 

library("xts")

library("forecast")

dates=as.Date(dataset$received_date,"%Y-%m-%d")

xs=xts(dataset$volume,dates)

plot(xs)

xi=ts(xs,start=c(2014,1),end=c(2016,12),frequency=12)

plot(xi)

fit <- auto.arima(xi,D=1)

plot(forecast(fit,h=12),xlab='Year', ylab = 'Volume')

 

Regards,

Senthil D

Anonymous
Not applicable

HI @141507,

 

Can you share some detailed information about these r visual? (For e.g. screenshots, error message...?

 

Regards,

Xiaoxin Sheng

Hi, I have attached the screenshot for your reference. After publishing to web, I could not able to see the R visuals. Please guide me further.

 

Regards,

Senthil DR-Viz-Err.JPG

Anonymous
Not applicable

HI @141507,

 

R visuals require a Power BI Pro license to render in reports, refresh, filter and cross-filter, please refer to the following document about R visuals capabilities based on licensing.

 

1.PNG

 

Reference link:

R Visual Licensing

 

Regards,

Xiaoxin Sheng

I thought the whol point of Premium and subsequent Apps was that we Pro licensed designers can create in app workspace and publish for end consumers to end Apps so that the not pro license consumers did not need a Pro license to consume anything out of the end Published App?

 

Is this something in MS BI's backlog to resolve at the moment?

 

Thanks,

Joe Katon

Sr. Data Scientist

Duke Energy

 

 

Hi,

 

Thanks for your guidance.

 

Regards,

Senthil D

Greg_Deckler
Community Champion
Community Champion

What R libraries are you using? Are they on the list?

 

https://powerbi.microsoft.com/en-us/documentation/powerbi-service-r-packages-support/



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors