Forum Discussion
Filled Map has stopped working today
- 9 years ago
Anonymous
Hi All,
As known, Power BI Map visual uses Bing map. There's something changed in the PBI and Bing map integration. See Bing maps improvements.
Here's some suggestion
- Set DataCategory for the geo column in the Modeling phase
- Use a location hierarchy that includes Country to scope the geocoding query, and drill using “hierarchy” drill icon (pitchfork)
So please download the latest Power BI desktop and follow above two suggestions to tweak map visuals in your report, then re-publish.
I have the same experience with the standard map. Showing only 2 dozen dots/bubbles out of >500. Only on PowerBI.com, desktop functions as expected.
Anonymous
Thanks all for your reporting. Anyhow I'm not reproducing this issue on my side. For further diagnose, could any one of you help capture the network traffic by fiddler when loading your report and upload the trace file.
- GreyWolf279 years agoFrequent Visitor
Try to map a location by City, State. Until last week I was able to map the Location field in the visual by using a combination of City, State (Denver, CO). This worked when i originally published the report back in the Fall of 2016 and continued to successfully render until a change must have occurred on the Power BI Service over the last 10 days.
- cs_skit9 years ago
Resolver IV
for me I have similar issue in a different report
Opened the unchanged report in current June Desktop release and I get only one datapoint calls are to
https://dev.virtualearth.net/REST/v1/Locations?key=AoW85FdF-eTJavFmWhZjaQ970kwG1FuainbyVSlP5HglkbhVVIFOyNwlaQxAIj-S&addressLine=80469%20M%C3%BCnchen%2C%20Germany&c=en-US&maxRes=20&include=ciso2&jsonp=jQuery21103680798492908355_1497349687768&_=1497349690376
when I change my location field (its contents is "postal code city, country") to Uncategorized it works again but goes to a different REST endpoint:
https://dev.virtualearth.net/REST/v1/Locations?key=AoW85FdF-eTJavFmWhZjaQ970kwG1FuainbyVSlP5HglkbhVVIFOyNwlaQxAIj-S&q=85098%20Gro%C3%9Fmehring%20InterPark%2C%20Germany&c=en-US&maxRes=20&include=ciso2&jsonp=jQuery21103680798492908355_1497349687766&_=1497349690406
these are the documentations of the two different endpoints
https://msdn.microsoft.com/en-us/library/ff701711.aspx
https://msdn.microsoft.com/en-us/library/ff701714.aspx
seems the general query endpoint works but other endpoints are affected by the bug???