Forum Discussion
Creating Correlation
- 9 years ago
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.
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
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!