I’m looking at a way to load up custom Geofences into Power BI that could be viewed in an Enterprise view, such as in an embedded dashboard for example or publish to web.
Typically the file you would use for this is a Shape file for the Geofences.
I thought I might have been able to get there using the Filled Map Visualisation but that only works using its reverse geocoder which would be no good for custom geofences.
I then thought maybe the ArcGIS MAp with an Enterprise Licence would be the go but on reading the support Docs of it it doesn’t allow that.
I have absolutely no idea how to do this, but I know the next best thing - whom to ask. Looping in @Paul, who’s the resident guru on geospatial analysis in Power BI.
Hi David,
You can use the Mapbox visual for this. Download the visual from the store, create an account at the Mapbox website, to obtain a token used in the visual to gain access to your account. Create your shapes and import into Mapbox Studio which is the online tool of Mapbox, connected to your account. (you will have to create a geojson file of your shapefile, www.mapshaper.org). In Studio you can create a layer of the shape and subsequently use this in the visual. I have once posted a full explanation about how to create geojson files for mapping. Your layers will be saved in your account for further use or editing.
Hi @DavidNealon, a response on this post has been tagged as “Solution”. If you have a follow question or concern related to this topic, please remove the Solution tag first by clicking the three dots beside Reply and then untick the check box. Also, we’ve recently launched the Enterprise DNA Forum User Experience Survey, please feel free to answer it and give your insights on how we can further improve the Support forum. Thanks!
I then tried to load this file up into Mapbox Studio as a tileset. and it throws out the error. Here’s a link to where you load up Tilesets (I know I’ll have to do this with my own account.)
Here’s a link to the troubleshooting section of the docs I received when I clicked on the error.
Any chance you can have a look at it Paul and see what you can come up with?
I have been able to map the files in a GIS program, no issues.
Never incurred the error you show in Mapbox.
Did you “simplify” the shape to reduce the number of points in Mapshaper?
Paul