Forum Discussion
make separate straight lines on map
- 1 year ago
Hello paulfromhouston,
in power bi you could achieve it using Azure map visual
you need to make sure that your tenent admin has given acccess
if yes then , u need to format your data in following type:
AA1,start, lat, long;
AA1,end, lat, long;
then you can lat and long columns for visual and then u can add AA1 column or name column for "path id" for visual
if this helps, please mark as solution - 1 year ago
Thank you, will test it later today and mark this as solution if it works for me. 🙂
Hello paulfromhouston,
in power bi you could achieve it using Azure map visual
you need to make sure that your tenent admin has given acccess
if yes then , u need to format your data in following type:
AA1,start, lat, long;
AA1,end, lat, long;
then you can lat and long columns for visual and then u can add AA1 column or name column for "path id" for visual
if this helps, please mark as solution
Thank you, will test it later today and mark this as solution if it works for me. 🙂