Forum Discussion
rgreen001
3 years agoFrequent Visitor
Add kml data to a PowerBI shape map
I have been sent mapping data in the form of a .kml file and I want to add that data to an existing Power BI shape map visual. How can I do that? I have tried importing the file into mapshaper.o...
lbendlin
3 years agoSuper User
you can ingest the .kml directly in Power Query. Parse the XML and create a flat table with lat lon pairs. You'll lose all the ornaments but you can parse these separately if needed.