The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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