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
Hi unknown917
Not directly. Power BI is mainly a data visualization and analytics tool and not a route optimization engine.
You can analyze routes, schedules, and capacity but creating dynamic route plans based on constraints (capacity, service windows, and balancing) requires an optimization algorithm.
You can use tools like Python, Azure Maps, or route optimization APIs to generate the route plan.