Olivier Travers
Olivier Travers
@Mike-Honey I'm with you on Mercator, what with Greenland being almost as big as Africa, but that's what commonly used in web maps, especially for business purposes (Power BI's core...
There's an existing feature request: https://github.com/mapbox/mapboxgl-powerbi/issues/327
So that others can reproduce the issue, it would help if you can upload a PBIX file and/or link to a public dashboard with this problem.
For the record, this can be done with Mapbox in Tableau because the latter supports displaying arbitrary shapes in visuals, which Power BI doesn't do out of the box: https://thedataism.wordpress.com/2019/06/13/isochrones-with-tableau-and-mapbox/...
@mmainzer I didn't mean to suggest you switch to Tableau, I was just providing context on Mapbox capabilities across products. I saw Sam's prototyping tweets too, but as far as...
I looked at your example and was able to replicate the behavior you're describing, which does feel unexpected. It looks like Bing first applies the filter context to latitude and...
@humbertoandme There are already a couple of ways you can meet your requirement: 1. Reshape your source data and/or measures so you're working off the granular county-level data (e.g. votes),...
> This still doesn't work because my data cannot be converted into granular or numerical data @humbertoandme This is where solution 2 (geo hierarchy + ISINSCOPE) comes into play as...
For the record, context menu and drill through support was added to custom visuals as of the API 2.2.0 update from November 2018: - [Announcement](https://powerbi.microsoft.com/en-us/blog/power-bi-developer-community-november-update-2018/) - [Code sample](https://github.com/Microsoft/PowerBI-visuals/blob/gh-pages/tutorials/building-bar-chart/adding-context-menu-to-the-bar.md) - [Commit...
A couple comments on this: 1. This didn't make 1.3 so should be re-scoped (1.6?) 2. Could this be done by implementing [HTML markers](https://docs.mapbox.com/mapbox-gl-js/example/custom-marker-icons/)? [This demo](https://blog.mapbox.com/clustering-properties-with-mapbox-and-html-markers-bb353c8662ba) got me salivating.