Forum Discussion
yoshihirok
10 years agoPost Prodigy
R script for starting.
I want to a R script for starting R script in Power BI Desktop. Just like "Hello World" of some programming language. I want to start the R language by Power BI Desktop. Example: How to t...
- Anonymous10 years ago
I suspect querying the Iris data set is the closest thing to a hello world in R (it's a built in set of data on flower petal sizes, kind of the R equivalent to Adventureworks). Try this as a script.
class(iris) str(iris) IrisInput <- iris
rpowerbi
10 years agoAdvocate I
Is there a way to connect to the Sql Server Analysis Cube or Tabular Model from R
Please let me know if you have a sample script to connect to SSAS
Thanks
BhaveshPatel
8 years agoSuper User
Yes. You can use olapR Package with the Microsoft R Server.
https://docs.microsoft.com/en-us/machine-learning-server/r-reference/olapr/olapr