Forum Discussion
Power BI Desktop Map and excel 2013
I have tried using the lat/lon to plot the location of specific points of interest in my data, as you suggested. The lat/lon are set as the data type and category however when I attempt to plot it, the lat/lon is summed and the correct points are not plotted. How do I get around this? I have specific points that should be plotted with the name of the location appearing on the map.
- sjkp11 years ago
Advocate II
I have the same issue, and to me it seems like lat-long currently cannot be used reliably, which is a shame I can think of lot of scenarios where you would want to map a location that is not an address.
- WillT10 years ago
Community Admin
Hi folks - sorry for the silence and not responding to the thread. One thing that is worth noting is that you do need a field in the Location area in the Field Well, even when you're using the lat/long values. That's so we know which field to split the data up over. For example, if you have this data:
Office Lat Long Amount
Paris 48.8 2.34 542
Paris 48.8 2.34 241
London 51.5 -0.05 155
Then putting 'Office' into the Location field shows that you want to aggregate the values for each Office. Again, that needs to be unique so make sure to created a calculated column to distinguish between Paris, France and Paris, Texas.
We're working on improvements in this area to make it easier to work with maps, please stay tuned!