From the course: Power BI Weekly

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Creating correlation plot matrix

Creating correlation plot matrix - Power BI Tutorial

From the course: Power BI Weekly

Creating correlation plot matrix

- [Instructor] Correlation measures the strength and direction of the relationship between two variables or fields within a data model. Within Power BI Desktop, we'll need to install both the R language and corrplot library within R in order to create a corrplot visual to visualize correlations. We can visualize correlation in different ways within Power BI. We can also visualize the differences in the correlations between different variables using a correlation plot matrix from the corrplot library in the R language. Once we share it in the Power BI service, the visual will run off the cloud instances of R and the corrplot library, which is a supported package in the Power BI service for the R language. In Power BI Desktop, I've already imported data for interest rates for different durations and products. We'll use the R visual in the Power BI standard visual list, but let's first create a table of the interest rates…

Contents