Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hi,
I'm having an issue when using ggplot2, ggridges, forcats, magrittr, and dplyr to show a ridgeline plot with median lines and jittered points. The visualisation resolves perfectly in the Power BI app, but once published it loses the points and median line (The median line is faint but it is there in the first image).
Is there a workaround for this?
Code as follows and i have bolded the aspects that do not resolve:
I ran into this issue, also. I believe it's due to Power BI service supporting version 0.4.1, while the quantile_lines argument was a version 0.5.1 advent. I believe the solution to our problems is for MS to update the supported R packages with more recent versions.
https://docs.microsoft.com/en-us/power-bi/connect-data/service-r-packages-support
Hi @Tombo746 ,
Please check if the following documentation can help you:
https://wilkelab.org/ggridges/articles/introduction.html
Best Regards
Rena