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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

How to Created Custom Indicator Shape in Map

Delion_0-1610420842128.png

I have question, how to create :

-a custom indicator like image above in map

-highlight area map with line 

 

All your input will be very helpfull

 

7 REPLIES 7
jamesdales
Kudo Kingpin
Kudo Kingpin

Hi @Anonymous 

 

As @TomMartens suggested, Icon Map (https://icon-map.com/) should be able to do what you're looking for, but it won't be entirely straight forward.

 

You would need to dynamically create an SVG image as a DAX measure. 

I will try and find the time to create a pattern for this and share it here, but it will probably be later in the week.

 

Thanks

 

James

 

 

 

 

Anonymous
Not applicable

Dear @jamesdales thank you for your help !

Please share the solution when you have it

TomMartens
Super User
Super User

Hey @Anonymous ,
have a look at the icon-map https://icon-map.com (icon-map.com

created by @jamesdales 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany
amitchandak
Super User
Super User

@Anonymous , You might have created a text measure with a concatenated string.

unichar can be used as a symbol

Measure = unichar(11100) & [percent]

 

These are approach example, not solution

https://exceleratorbi.com.au/conditional-formatting-using-icons-in-power-bi/
https://community.powerbi.com/t5/Desktop/FORMAT-icon-set-for-use-in-a-data-card/td-p/811692
https://youtu.be/veCtfP8IhbI


https://exceleratorbi.com.au/dax-unichar-function-power-bi/

 

 

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Thank @jamesdales , @TomMartens  and @amitchandak 

I have question, is it possible to show KPI Indicator in Power BI map like I show in my 1st question ?

Because I can't find it in this forum and internet

Hey @Anonymous ,

 

here you will find a little example what can be done using the icon-map visual and some SVG DAX things:
Happy Birthday Power BI - Microsoft Power BI Community

 

You will find some dancing stars if you hit the party icon:

image.png

Sure it#s not a KPI icon, but with a little imagination 😉

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

So to clarify and expand on my first answer, there's no inbuilt KPI function in any of the current Power BI in built maps, or as far as I'm aware custom visuals.

 

Therefore the only solution that I can think of, is to dynamically generate an SVG (XML based vector image) using DAX to represent eachKPI output you're looking for and use the Icon Map (V2 beta from icon-map.com) custom visual to display those SVG images. It's not a particularly intuitive solution, but it's the only one I can think of.

 

I will build you an example and post it here, but I'm unlikely to have chance until Friday.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.