Forum Discussion

filipe197's avatar
filipe197
Frequent Visitor
9 years ago

Data lables on maps

Hello guys,

 

I am creating a map visualization and i want to show the number of sales made in each state of the country but not as a tooltip. I want it to be permanent shown. Is it possible?

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

4 Replies

  • vanessafvg's avatar
    vanessafvg
    Community Champion

    filipe197  i dont think so with bing maps

     

    on the ArcGISmap (which you can enable in  options and settings / options / preview features

     

    you can edit your map (top right corner of the map right click edit / choose map them / select clustering map theme, this will display numbers.

    • v-huizhn-msft's avatar
      v-huizhn-msft
      Microsoft Employee

      Hi filipe197,

      We are unable to display the data in map visual. Please vote it here.

      If in your resource table, there is latitude and longitude values, you can create a calculated column using the formula, then select it as Location field, more details, please refer to this similar thread.

      Country-Sales = 'Table'[Country]&"-"&CALCULATE(SUM('Table'[Sales]), ALLEXCEPT('Table', 'Table'[Country]))


      Best Regards,
      Angelia