HI,
I have list of latitude, longitude points and I would like to find shortest way between points. What I was thinking is using Traveling salesman methods to create list of From To points. Do you have any idea how to do this so I can display it in PowerBI service. Maybe R package or something similar? Thanks