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.
install.packages("corrplot")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.