Forum Discussion

Cortana's avatar
Cortana
Helper IV
3 years ago

Same R scripts but different result on Power BI

I was trying to draw a correlation plot in powerBI using R scripts. But it is showing different results.  Here is my R scripts code-    library(corrplot) A = cor(na.omit(dataset)) corrplot(A, met...