Forum Discussion
Dynamic route creation?
- 5 months ago
No, Power BI can't solve vehicle routing optimization natively.
Alternatives:
Python visual with NetworkX or PuLP (import your criteria, export routes as table)
Call Azure Maps/Google OR-Tools API via Power Automate
Embed route visuals (like Route Map custom visual) but optimization happens externally
If this answer helped, please click 👍 or Accept as Solution.
-Kedar
LinkedIn: https://www.linkedin.com/in/kedar-pande
Power BI is a reporting tool. It has limited modeling capabilities but it is definitely not a resource planning tool. It also lacks route planning features - all it can do is show maps and locations on maps (and straight distances between those locations, which is pretty useless in the real world of transportation).
I would think that there are applications available that suit your industry specific requirements.