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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
samye228
Helper I
Helper I

Icon Map geoJSON Use Formatting

Hello,

 

I am trying to add style attributes to a geoJSON file so it will be rendered in the IconMap visual. I have looked at the IconMap page and under geoJSON there is a bullet point, 

  • Set the fill color, outline color, opacity and outline width based on measure values

I am not understanding how to fill the opacity based on measure values. Can someone please explain? 

Also, I was looking at the "Use formatting from the GeoJSON..." but I don't think that is what is needed.

I am overlaying parcels and want transparency of about 75% so the buildings can be seen.

 

I found where I could create a measure with the opacity. 

MapColor = "rgba(255, 255, 224, 0.5)" assign it to the Fill Color of inactive shapes conditional formatting and I can see the shapes through the map.
 
Is this correct?

 

Thank you,

Carol

1 ACCEPTED SOLUTION
rajendraongole1
Super User
Super User

Hi @samye228 -Yes, you're on the right track! In IconMap, you can use a measure to dynamically set the styling attributes of GeoJSON features, including opacity. 

 

Define an RGBA color measure in DAX, where the last value (alpha) controls the transparency:

MapColor = "rgba(255, 255, 224, 0.75)"

In the IconMap visual:
Go to the Format Pane.
Navigate to the Shapes section (where you configured the GeoJSON).
Under Fill Color, click on the fx (conditional formatting) button.
Choose the measure (MapColor) you created.
Overlay Parcels with Transparency:

Ensure the GeoJSON file includes a valid "style" property or uses the dynamic style based on the measure you've created.
If you're seeing the parcels with transparency and the underlying buildings are visible, then your setup is working correctly.

Icon Map

GeoJSON

 

Hope the above details helps.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





View solution in original post

1 REPLY 1
rajendraongole1
Super User
Super User

Hi @samye228 -Yes, you're on the right track! In IconMap, you can use a measure to dynamically set the styling attributes of GeoJSON features, including opacity. 

 

Define an RGBA color measure in DAX, where the last value (alpha) controls the transparency:

MapColor = "rgba(255, 255, 224, 0.75)"

In the IconMap visual:
Go to the Format Pane.
Navigate to the Shapes section (where you configured the GeoJSON).
Under Fill Color, click on the fx (conditional formatting) button.
Choose the measure (MapColor) you created.
Overlay Parcels with Transparency:

Ensure the GeoJSON file includes a valid "style" property or uses the dynamic style based on the measure you've created.
If you're seeing the parcels with transparency and the underlying buildings are visible, then your setup is working correctly.

Icon Map

GeoJSON

 

Hope the above details helps.





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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