Forum Discussion
Map with lines (linestring type)
Hi all,
I have a shapefile that contains linestring types which shows a road network and I would like to use this to show the traffic volume along the different roads. However, it seems that PowerBI doesn't support linestrings.
Has anyone found a workaround for this or have any suggestions?
4 Replies
- some1elseHelper II
Also interested on this. Anyone got some input? Would be great if passing the mouse cursor over the line, it giving more info about that particular set of start/end point.
- HarishKMSuper User
- some1elseHelper II
I did solve this. Converted the SHP file to CSV -> WKT using QGIS. This resulted in multiple lines of the coordinates I needed. So it was just a matter of transposing in Excel the lines I had that matched the category I supplied. Final look is like this: LINESTRING(coor1 coor2, coor3 coor4, etc)
- apelletiHelper I
What do you select in location type when using the format LINESTRING(coor1 coor2, coor3 coor4, etc)? I tried this format and the map is still showing up blank.
Thank you!