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
anu_sachan
New Member

MSTS (forecast package) not working in R visual

I am trying to create a multi seasonality model using 'msts' from the forecast package in the R visual tool. When I paste the code in the designated place and try to run it, the R visual does not get displayed. On checking the details, I get the following message - 

 

R script Error

Error in msts(my code)

could not find function "msts"

Execution halted.

 

 

I have searched multiple forums for this error, but didnt found anything. Any help will be appreciated.

2 ACCEPTED SOLUTIONS
v-danhe-msft
Employee
Employee

Hi @anu_sachan,

Based on my test, it could work on my side:

1.PNG

Could you please check if you have installed the 'forecast' package?

And could you please check if have entered below code firstly?

library(forecast)

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Hi,

 

I realised that i had mistyped the forecast library and hence it wasnt working. Its working perfectly now. Thanks 😄 

View solution in original post

3 REPLIES 3
v-danhe-msft
Employee
Employee

Hi @anu_sachan,

Based on my test, it could work on my side:

1.PNG

Could you please check if you have installed the 'forecast' package?

And could you please check if have entered below code firstly?

library(forecast)

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

 

I realised that i had mistyped the forecast library and hence it wasnt working. Its working perfectly now. Thanks 😄 

Hi @anu_sachan,

It's pleasant that your problem has been solved, could you please mark the reply as Answered?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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