Forum Discussion
How to Created Custom Indicator Shape in Map
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
- TomMartensSuper User
Hey Anonymous ,
have a look at the icon-map https://icon-map.com (icon-map.comcreated by jamesdales
Regards,
Tom
- jamesdalesKudo 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
- AnonymousNot applicable
Dear jamesdales thank you for your help !
Please share the solution when you have it
- amitchandakSuper 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/- AnonymousNot 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
- jamesdalesKudo Kingpin
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.