Power BI correlation plot error | Greenbeam help

Power BI correlation plot error

When completing the Correlation in Power BI lesson, you may see the following error when building the correlation plot:

Can't display this visual
R script error.

This error usually occurs because the corrplot package isn't installed in your R environment.

How to fix the error

  1. Open RStudio.
  2. In the Console window, enter the following command exactly as shown:
install.packages("corrplot")
  1. Press Enter and wait for the package to install.
  2. Return to Power BI and try the lesson again.

This package only needs to be installed once for your R environment.

If the package installs successfully but the visual still won't display, log a ticket via the ChatBot.