Forum Discussion
IainMacnab
9 years agoRegular Visitor
Plot a line on a Map
Hi All, I have a request for the ability to show routes on a map in a Power BI report. The user has a list of routes with origins and destinations. They would like an arc drawn between each of ...
- Anonymous9 years ago
You can't do this in any of the existing map visuals but there is a possible R script solution here.
- 9 years ago
You may follow the tutorial to create the custom visual. The developer tools can be used to build R Powered Custom Visual as well.
ryanbaumann
9 years agoFrequent Visitor
This seems like a great fit for Mapbox GL tools as a custom viz. A few lines of javascript can easily transform point parts to arcs, and linestrings are natively rendered in Mapbox tools even for really large numbers of lines. - https://bl.ocks.org/ryanbaumann/7a5480c20f2de3aba91bb19435403b3b
IainMacnab
9 years agoRegular Visitor
That looks like a lovely render. I will give that a try when I get a minute
Thanks for your reply