Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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