R Custom Visual for Power BI -Overview how to Set up

preview_player
Показать описание
This is the second part video of Creating Custom Visual using R and JSON for Power BI, in this video where we ale to set up the environment has been explained.
also, the code is here
1- Open R Studio and install below packages
2- check the package availability
library(ggplot2)
library(plotly)
3- Values=mpg
g=ggplot(Values, aes(x=Values$cty, y=Values$hwy,colour = Values$cyl)) + geom_jitter(size=4)
Рекомендации по теме
Комментарии
Автор

Great videos, easy to follow. Did you ever end up making another video?

k
Автор

Interesting! Is the followup video available?? thank you

unmeshchandak
Автор

will there be a follow up of this video? Thanks in advance!

nielsrozeboom