This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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,
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.
Thank you,
Carol
Solved! Go to Solution.
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.
Hope the above details helps.
Proud to be a 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.
Hope the above details helps.
Proud to be a Super User! | |
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 20 | |
| 20 | |
| 19 |