GEOS BI

Third-Party Layers

Integrate and display third-party layers in your Power BI maps

With Geos BI, you can seamlessly integrate third-party layers into your Power BI maps, enhancing your data visualization capabilities.

Currently, we support the Web Map Service (WMS) standard. We have plans to expand our support to include additional layer types such as ArcGIS Image Service and OGC API - Features in the future. If you have specific needs or suggestions, feel free to contact us.

WMS

Integrating a WMS layer into your Power BI map is straightforward. Simply enable the WMS layer in the format settings and provide the service URL:

WMS in PowerBI

Ensure that the following parameters are included in the URL:

https://sgx.geodatenzentrum.de/wms_basemapde_schummerung
    ?service=wms
    &version=1.3.0
    &request=GetMap
    &layers=de_basemapde_web_raster_combshade
    &styles=default
    &transparent=true
    &crs=EPSG:3857
    &bbox={bbox-epsg-3857}
    &width=150
    &height=150
    &format=image/png

On this page