Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
unknown917
Helper IV
Helper IV

Dynamic route creation?

Is it possible for PBI to create a dynamic route plan if given a set of criteria?

 

Building blocks would be something like:

 

Shipping Depot

Capacity of Container

Hours of service min and max

Window of service for customer (ie.  open, close, preferred window)

Assign service days of week, week of month
Balancing the schedule across days and weeks for both time & volume

 

Possible?

1 ACCEPTED SOLUTION
Kedar_Pande
Super User
Super User

  

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

 

@unknown917

View solution in original post

3 REPLIES 3
Kedar_Pande
Super User
Super User

  

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

 

@unknown917

krishnakanth240
Super User
Super User

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.

lbendlin
Super User
Super User

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.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors