mapbox / mapboxgl-powerbi

Mapbox Visual for Power BI - High performance, custom map visuals for Power BI dashboards. This version of Mapbox Visual for Microsoft Power BI is no longer maintained. You can find the live and maintained version of the plugin at: https://github.com/starschema/mapboxgl-powerbi.
MIT License
127 stars 52 forks source link

Create buffer boundaries from Lat/Long for Choropleth Map #371

Closed steved-MarketGrunt closed 1 year ago

steved-MarketGrunt commented 4 years ago

Hi there, I find myself going this a lot and I'm wondering if the process I go through can be incorporated within the power BI MapBox visual. I prefer to show point data (lat,long pts) in a choropleth map because I can get both a colour and a height to the point. To do this, I convert the Lat-Long co-ordinates to a circular shape using QGIS, and then convert the layer to an ESRI shapefile and upload as a tileset to MapBox and then use the Tileset as a layer in the MapBox visual. Is there a way this process can be handled within the visual ie. render a buffer boundary around the Lat-Long co-ordinates which come from a Power BI Table?