Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
ansa_naz
Continued Contributor
Continued Contributor

Map tooltip always shows a count value when I need the actual value

I have a 'Map' visualisation which has Zipcode in the Location box. I want to add the full address into the Tooltips so that when I hover over the location on the map, I can see the full address of that zipcode. However, all I get is a count of the Address instead of the actual address. Does anyone know if it is possible to display the full address instead of a count?

 

Cheers for all help

Naz

2 ACCEPTED SOLUTIONS
Greg_Deckler
Community Champion
Community Champion

You can create a measure like:

 

Measure = VALUES([Address])

And this will work as text in a tooltip.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

Ah, I should have paid more attention to the forum this was in. No, you cannot create measures or columns in the Service. You would need to use Desktop.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

5 REPLIES 5
Greg_Deckler
Community Champion
Community Champion

You can create a measure like:

 

Measure = VALUES([Address])

And this will work as text in a tooltip.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Hi,

Thanks.  It is work for me.  I am learning about PowerBI, and I do not understand the reason of creating the measure.

Is it possible that somebody explain it to me?

 

Thanks a lot in advance.


@smoupre wrote:

You can create a measure like:

 

Measure = VALUES([Address])

And this will work as text in a tooltip.


Any idea how I do this in the online service? I cant seem to find any way to create measures/columns in the online service anywhere. Cheers

Ah, I should have paid more attention to the forum this was in. No, you cannot create measures or columns in the Service. You would need to use Desktop.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...


@smoupre wrote:

Ah, I should have paid more attention to the forum this was in. No, you cannot create measures or columns in the Service. You would need to use Desktop.


Thanks for your help, very appreciated!! Just tried it in Desktop and it works as suggested!!! I will create in Desktop and then upload to Service

Cheers!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors