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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Real-Time Vehicle Tracking

Hi guys, my goal is to create a map visualistion depicting active live vehicles.

I have created a streaming data set on the power bi service, It includes columns for Vehicle Name/Date Time/Longitude/Latitude and it updates near real time (we currently have 6 vehicles).

I need help with the following:
Filter for the latest record of each of the 6 vehicles - therefore at any point in time on the map there should be only 6 icons.
Placing static stop points on the map (We have an excel file of the stops Latitude/Longitude but we don't know how to layer this in)
Layering routes across the roads between each stop (basically highlighting each route)
Replacing vehicle circle icon with an image of a bus.

Any support would be greatly appreciated.

Kind Regards
1 ACCEPTED SOLUTION
v-zhenbw-msft
Community Support
Community Support

Hi @Anonymous ,

 

In addition, maybe you can try the icon map.

Please refer the following links, hope them can inspire you.

https://powerbi.jamesdales.com/how-to-use-icon-map/

https://powerbi.jamesdales.com/icon-map-custom-visual/

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-zhenbw-msft
Community Support
Community Support

Hi @Anonymous ,

 

In addition, maybe you can try the icon map.

Please refer the following links, hope them can inspire you.

https://powerbi.jamesdales.com/how-to-use-icon-map/

https://powerbi.jamesdales.com/icon-map-custom-visual/

 

Best regards,

 

Community Support Team _ zhenbw

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

ibarrau
Super User
Super User

This is a nice idea. I have to say I don't have all the answers but let's see what I can do to help. First of all you need the project to be a streaming dataset. Also known as push dataset or hybrid dataset.

You have to add the vehicle in a visualization (in this case map) to get the following measure to work. The example is for latitude and it can apply to longitude:

Last_Latitude =
CALCULATE(
    AVERAGE( Table[LatitudeColumn] )
    , LASTDATE (Table[DatetimeColumn] )
)

About layers I don't think power bi has visualizations for that. You should create a second map for that.

You can't change circle for cars icon.
Hope something helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.