Correlation Plot
Hi Katalo,
I m really sorry, I am also a beginner in Power BI.
Hope you will find the solution.
Regards,
Jaouad
Hi JaouadZrhibi and Katalo,
Run
install.packages("corrplot")
from any R console. You can also download script provided with sample
https://community.powerbi.com/oxcrx34285/attachments/oxcrx34285/RVisuals/12/16/ScriptInstallPackagesWithWorkaroundsCorrplot.R
Unfortunatly, if you use R Visual, power BI can not handle automatic package install.
In case of R Custom Visual
https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104380814?tab=Overview
It is installed automatically
- Mike_Carlo7 years agoMost Valuable Professional
The local installation of your R will need to include the "corrplot" package. as boefraty stated below you can use the following code to install it.
install.packages("corrplot")You should run that in your local installation of R.
Follow this tutorial to help you install thie package "corrplot"
https://powerbi.tips/2016/09/using-r-visuals-in-power-bi/