Sharon
10 years agoMicrosoft Employee
Correlation Plot
Description
Correlation plots can be used to quickly find insights, showing what otherwise would require lots of iterative slicing and dicing of your data.
Download this sample to see how...
JaouadZrhibi
8 years agoHelper I
Hi,
After reading your nice posts, I need some help.
(Sorry, I m beginner on Power BI).
I would like to build graphs or indicators in order to see correlations between countries in import trade according 2 variables : weights in TON and volumes in USD.
I added this code but it doesn't work :
require("corrplot")
library(corrplot)
M <- cor(dataset)
corrplot(M, method = "circle", tl.cex=0.6, tl.srt = 45, tl.col = "black", type= "upper", order="hclust")
If you have any suggestions, please advise.
Thank you in advance for your time and help,
Jaouad
boefraty
8 years agoMicrosoft Employee
Hi JaouadZrhibi,
Your code is almost perfect just di right-click on your data clumns and select "Don't summarize"