Tips for map visual efficiency
I encountered some problems to get Power BI map visual working properly. So I share here the way I do using few tips for map visual efficiency
How to
- Create a calculated column with DAX concatenating a city and a country. Separate them with a space, a comma, a space (do not do it in the data source or in Power Query)
- Modelize this calculated colum as a location
- Use the calculated column in the location field of the map visual
- If the visual shows no map, modify the proxy to allow bing.com. See the link down below for more explanations
After these tricks, I hope you improved your map visual efficiency
Microsoft tips and tricks : Tips and tricks for map