Skip to main content

Power BI

New

Customize MAP Labels

Vote (81) Share
Sean's profile image

Sean on 30 Aug 2015 00:25:01

Please let us customize the MAP Labels so we can add more Fields that will show up in the Label when you hover over each location. Fields that will just represent extra info for the specific location - not used for how to display the information but just to provide
extra details for the location.

Comments (9)
Sean's profile image Profile Picture

c4516d79 05bb-4202-aece-d65aa41fcefb on 05 Jul 2020 22:47:53

RE: Customize MAP Labels

'+1000. Very much needed. I use lat/long pairs and do NOT want to display those but other fields.

Sean's profile image Profile Picture

6a481164 a8d3-4d01-a904-103ce4c85332 on 05 Jul 2020 22:35:58

RE: Customize MAP Labels

Another example. Say that I have CustomerNo, CustomerName, Latitude and Longitude. Under Location I need CustomerNo to break it down to each customer, else duplicate CustomerName would be grouped. I can add both columns to Location? But enabling category labels on the map only shows CustomerNo. Moving CustomerName as the first column still group customers with same name. I can use DAX to concatenate CustomerNo and CustomerName into a single column for Location, but that makes the label very long and messy to read. So I want to display CustomerName only and to do that I need an option to pick a different column for category label than first field on Location.

Sean's profile image Profile Picture

a8c9bc29 bae1-426e-890c-dd7c5accc249 on 05 Jul 2020 22:33:57

RE: Customize MAP Labels

For our example, we have teams that cover a number of countries and we use the most central country for each team but we want to show the team name and not the country.

Sean's profile image Profile Picture

4133d0ca 65e2-4fa9-acb1-a84675ba8aa9 on 05 Jul 2020 22:33:09

RE: Customize MAP Labels

'@rlansing

Tooltips do allow for this functionality. Create a measure to return a data or string value:

= FIRSTNONBLANK([],TRUE)

(If in DirectQuery mode, you'll need to enable the PowerBI global option to "Allow unrestricted measures in DirectQuery mode")

Add the new measure to your tooltip.

Sean's profile image Profile Picture

b1a92dec c272-447d-be93-5e4edf07a60e on 05 Jul 2020 22:28:49

RE: Customize MAP Labels

Agreed, please add. No more votes left :(

Sean's profile image Profile Picture

d845372f fd73-45e0-a8f3-e88b2ca1a767 on 05 Jul 2020 22:27:29

RE: Customize MAP Labels

Add it already you lazy bastards

Sean's profile image Profile Picture

c86e44ea 5ac5-41ab-9a46-d11f9704bde3 on 05 Jul 2020 22:22:48

RE: Customize MAP Labels

I was hoping Tooltips would provide this functionality, but it just places a count of text items in the hover window.

Sean's profile image Profile Picture

64ab97aa f9db-4972-ba5e-7c795ee5b2a7 on 05 Jul 2020 22:16:46

RE: Customize MAP Labels

How hard can this be? The visual is currently useless (to me) with no capability to include more labels to specific points on the map.

Sean's profile image Profile Picture

3276ce4c 5414-4814-af2e-b20ec6a83045 on 05 Jul 2020 22:06:13

RE: Customize MAP Labels

Can I add to this. I have a map that displays value of spend by postcode but when I hover over it I can only see the postcode information - I'm not able to work out which customer each 'dot' is without then noting the postcode and searching through a list.