Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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