jamesdales
4 years agoKudo Kingpin
Icon Map Capabilities and Guide
Icon Map is a custom visual providing a flexible set of mapping capabilities for Power BI.
Background layers:
A choice of raster background layers including custom URLs that can be configur...
jamesdales
3 years agoKudo Kingpin
Hi djurecic
You could create a measure as follows:
Transparent = "#00000000"
The first 6 digits specify the color - in RGB format, the final two digits represent the opacity.
Use expression based formatting ("fx" button) to select your measure for the fill color. This should then show your GeoJSON shapes completely transparent.
Mitrey
3 years agoFrequent Visitor
Hi James,
I am trying to figure out what logic maybe implemented for transparency.
If I have a table with plot_id with lat&lon for plots and in GEOJSON there are again plot_id, lat&lon and polygon data.
If I filter the first table - what condition will work to set polygon transparent like "if ?condition? then transparent"
Plot_id kinda shouldn't, maybe pair of lat&lon?
Thanks in advance