Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
10 years ago

Map, Dots with information

I wonder if it's possible to add an information instead the city on the dots.

 

Explication :

Name : Blabla Store

City : Paris, France

Nb : 1

 

On the map, you have one dot in Paris ; when you pass the mouse on it, you read "Paris, France" and the value...is it possible to see "Blabla Store" instead "Paris, France"?

4 Replies

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    The information that shows up is Location and Value fields. Unfortunately, Value field has to be numeric. You could try putting the Name in the Legend and that would give you a legend of the store names and make the different dots color coded to the legend.

    • greggyb's avatar
      greggyb
      Resident Rockstar

      Location can be any field you want if you use Longitude and Latitude to plot. It seems a bit wonkier in new Power View than the implementation in original Silverlight Power View, but I've still gotten it to work (though hierarchies cause trouble).

       

       

      In Silverlight PV, you could stack up an arbitrary hierarchy in Location, and it would simply plot a circle on the map centered on the average of the Lat-Lon values of the items that fall under that hierarchy member. I've had some trouble recreating that in new PV, but with a single level it works pretty well.

      • Anonymous's avatar
        Anonymous
        Not applicable

        Yes, thank you, I understand what you say.

        In your case, I need GPS position...

        In my case, I don't have it => then, my Location "is" the GPS position. PBI use the Location information instead of the GPS position.