From the course: Power BI: Integrating AI
Unlock this course with a free trial
Join today to access over 25,600 courses taught by industry experts.
Visualizing relationships between variable pairs - Power BI Tutorial
From the course: Power BI: Integrating AI
Visualizing relationships between variable pairs
- [Instructor] Let's say that we want to compare correlations between different variables, but what if we wanted to compare these correlations between several different fields without having to create separate scatterplot visuals? Some programming languages like R and Python packages offer pair plot visuals. We don't currently have that option or a standard power BI visuals, but we can use an alternative approach with the help of a standard scatter plot and field parameters. We'll start by adding a scatter plot to our page where we'll put the dates from the dates table in our values. Now we need to figure out what's put on the X and Y axes. To do this, let's create a new field parameter in our model that we'll call select X axis field. We'll then add the cold, demand, natural gas, nuclear, solar, and wind measures as its fields. We'll leave the checkbox selected next to the option to add this slicer to our page. We'll then put our new parameter on the X axis field for the scatterplot…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.