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 a custom visual with Mapbox GL.
Here's an example of converting 1000 point pairs to arcs with a few lines of javascript for a custom visual - https://bl.ocks.org/ryanbaumann/7a5480c20f2de3aba91bb19435403b3b