Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Your file has been submitted successfully. We’re processing it now - please check back in a few minutes to view your report.
09-24-2016 05:02 AM - last edited 09-26-2016 19:38 PM
Description
This plot is for grouping scattered points into hexagonal boxes on a chart. This is useful when l plotting many datapoints and your interested in finding a common pattern among all the x and y points.
Learn It
Want to see exactly how I built this visual? Check out my Hexagonal Bin Tutorial on PowerBI.Tips which explains how to create this visual step by step. Tutorial includes detailed explainations about the R script. Enjoy!
Prerequisites (The sample .pbix files won't work without installing the following)
1. Install R Engine
Power BI does not include the R engine. Therefore, a seperate installation is required to install R on your local computer. You can download R from the Revolution Open download page, and through the CRAN Repository.
2. Install the R packages
Once R engine has been installed you can dowload the package from the Revolution Open Package Downloads Page.
Required R Packages
ggplot2
hexbin
Tested on
MRO 3.3.1, CRAN 3.3.1