Forum Discussion
Creating Correlation
Hello,I am a statistician and i am using PowerBI for Graphs and Analysis.I want to calculate correlation.I have read other Topics tha suggets R for calculation.My point is that i want to see the number of correlation in a table and the graph as well.It will be grateful to here any suggestion.
Thank you.,
Thank you for your answers!I find the solution.I created the pearson correlation using DAX.Then i applied the numbers as labels in my Graph.It would be great if DAX had Correl(Excel's function) in DAX.
7 Replies
- AnonymousNot applicable
Do any of these do what you need:
- corrplot per https://community.powerbi.com/t5/R-Script-Showcase/Correlation-Plot/td-p/58462 and https://community.powerbi.com/t5/Desktop/Custom-correlations-or-visuals/td-p/84392
- chart.Correlation per http://www.sthda.com/english/wiki/correlation-matrix-a-quick-start-guide-to-analyze-format-and-visualize-a-correlation-matrix-using-r-software
https://powerbi.microsoft.com/en-us/documentation/powerbi-service-r-visuals/ has a good introduction to R in Power BI and also describes the current Known Limitations.
- Elpida1803Regular Visitor
Thank you for your answer.I have created the plot in PowerBI,my main concern is to see the correlation number for every country that i have in my sample.I give you a screenshot!If there is a way to create a plot for every country.
Thank you
- AnonymousNot applicable
I'm not exactly sure what dataset you're working from or what end result you need and I'm no statistician, but the following may help "group" within corrplot: http://stackoverflow.com/questions/33615112/run-corrplot-to-a-data-frame-by-group
There's also some discussion on techniques here: http://stackoverflow.com/questions/5453336/plot-correlation-matrix-into-a-graph
Good luck!
- Elpida1803Regular Visitor
Thank you for your answers!I find the solution.I created the pearson correlation using DAX.Then i applied the numbers as labels in my Graph.It would be great if DAX had Correl(Excel's function) in DAX.
- chrislbsFrequent Visitor
Having looked at the solutions posted on Correlation in DAX, the method looks like:
Having chosen 2 fixed variables, calculate the appropriate sums of squares and differences with a long formula and then evaluate the ratio to give you Pearson's Correlation. If you have more than one variable, you will be writing custom measures for each of them. The recommendation is to use R for this, probably starting with the Correlation Plot from the Office Store.
https://store.office.com/powerbiaddininstallpage.aspx?rs=en-US&assetid=WA104380814
- JaouadZrhibiHelper I
Dear Elpida,
According to your post in 2016, I would like to know how you add the correlation indicator.
In my project of world imports statistics, I want to see countries that are correlated by weights or by volume in USD.
Can we add a nice chart or indicators ?
I can send you the original file.
Thank you for your help.
Have a nice day,
Jaouad