Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
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.,
Solved! Go to Solution.
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 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.
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
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
Do any of these do what you need:
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.
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
Hi @Elpida1803,
Please share us some sample data and the expected result, so that we can make further analysis.
Regards,
Charlie Liao
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!
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
100 | |
64 | |
44 | |
37 | |
35 |