buttsj / pbi-globalization

A Power BI visualization to show data bars through Latitudes and Longitudes
MIT License
3 stars 1 forks source link

pbi-globalization

Build Status Certified

A Power BI visualization to show data through Latitudes and Longitudes :earth_americas: :bar_chart:

How it works

Give the visualization a latitude + longitude coordinate, data value, and location name. The globe will display a databar at each Lat/Long location with the length determined by the value. Tooltips will hover over the top 10 values (or top x if there is less than 10 rows).

Image of Visualization

Image of Decorated Visual 1 Image of Decorated Visual 2 Image of Decorated Visual 2 Image of Decorated Visual 2

Installing this Visualization

Option 1 - GitHub

Navigate to the /dist/ folder and download the .pbiviz file

Option 2 - Microsoft AppSource Store

https://appsource.microsoft.com/en-us/product/power-bi-visuals/WA104381344

Image of Logo

Installing in Power Bi Desktop/Web App

Image of Icon

In the list of visuals, click the ellipsis :speech_balloon: and import the .pbiviz file into your report.

Contributors

Jack Butts [Github]

Release History


Thanks
* Code examples & inspiration by http://www.smartjava.org/content/render-open-data-3d-world-globe-threejs
* Code examples & inspiration by http://stemkoski.github.io/Three.js/Labeled-Geometry.html