Forum Discussion
Anonymous
6 years agoNot applicable
Line shapefiles in Map visual + two data set
Hi guys, I have two questions: 1. I want to show a map in Power BI that displays segments of a pipeline, therefore I am trying to import a line shapefile from QGIS but I cannot get it to work...
some1else
5 years agoHelper II
The ShapeMap only plots the topoJSON you provide, without any base layer.
I think you are in the same spot I was a few months ago and I would try IconMap visual.
Since you already use QGIS, you can convert each segment coordinates to a CSV file and then make a LINESTRING combining the segments that belong to a specific ID. After importing to IconMap, you can then write a measure to conditional format each line, based on the level of detioration.
Pay attention that custom visuals only allow for 30k entries to be shown at same time. I solved this by groupping by zones.