Forum Discussion
Using gganimate from CRAN via R-script to visualize an animated component
- 5 years ago
I'm not sure what is going on. The visual I see is static, and I suspect it launched your browser when it was returning html. To see the animated visual on your Power BI report page, I suspect you are going to need to create a custom visual following the steps described here.
https://towardsdatascience.com/custom-html-visuals-in-power-bi-using-r-2b0494894ff
Here is the static chart I see with your example data.
Attached is the pbix, in case it is useful to you.
Regards,
Pat
Hi mahoneypat ,
Can you share the dataset you are using for generating the visual?
Edit: I saw the data set in your .pbix file:
Also I ran the .pbix file and this is what I see:
Does it have anything to do with not having a PRO license?
Regards,
Shizar
- mahoneypat5 years agoMicrosoft Employee
No pro license needed, as it is all with Power BI Desktop. Does the R visual work for you with simpler R?
plot(1,1)
If not, it is something with your R configuration. If so, I'm not sure what's going on.
Regards,
Pat