Forum Discussion
Issues with R scripts in Power BI
- 4 years ago
Hi, Syndicate_Admin
Do you create visual based on this tutorial? Are you sure that the R script in the background is running?
Create Power BI visuals using R - Power BI | Microsoft Docs
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,Community Support Team _ Janey
- 4 years ago
Hi, Syndicate_Admin
Logically speaking, if the R script is successfully installed, it should be automatically generated. So I consider whether the version you installed is too high and powebi doesn't support it.
You can try to download the lower version.
Reference:
Learn which R packages are supported - Power BI | Microsoft Docs
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,Community Support Team _ Janey
Hi, Syndicate_Admin
Do you create visual based on this tutorial? Are you sure that the R script in the background is running?
Create Power BI visuals using R - Power BI | Microsoft Docs
Did I answer your question ? Please mark my reply as solution. Thank you very much.
If not, please feel free to ask me.
Best Regards,
Community Support Team _ Janey
I've done the tutorial you sent, and it works, but not as I expected.
If you look at code line 3, I have manually added "dataset <- data.frame()" and within this I have not added any of the columns that appear in the visual on the right. Still, the code works, but I still do not understand the reason why the dataset is not created automatically with the columns that I am adding, it is a strange problem but at least now I can use some R libraries in Power BI. Thank you very much for the link, if you have information regarding why the dataset is not automatically generated I would appreciate it.