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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
emichal
New Member

Flight map with ArcGIS

Hello,

We are looking for a solution to present flight routes in a PowerBi dashboard. We considered R visuals however this way we loose some of important features. ESRI maps looks much better but we don't know if it is possible to link different locations. Is this something doable in ESRI maps?

Thanks, Michal

Michal
1 ACCEPTED SOLUTION
Anonymous
Not applicable

@emichal,

I agree with @Anonymous, the ArcGIS map visual doesn't currently support lines/routes, only points (<30,000).  It's also not released to the 'Publish To Web' service yet if you have public users.  That said, it seems a very powerful (alberit still evolving) visual.  Also, Steve Howard has an interesting post about using sampling which can simulate many points as a line - see http://angryanalyticsblog.azurewebsites.net/index.php/2016/08/02/map-visual-how-to-deal-with-large-datasets/

 

On mapping with R, that blog post from @ankitpatira is excellent but I've found that:

  1. The R map packages supported now (e.g. 'worldmap' and 'maps') don't go below country level much outside the USA - i.e. state/ province/ county/ suburb level aren't easily covered.  
  2. And cool R mapping options such as 'ggmap' which allow use of various online sources (e.g Google Maps and Stamen
    Maps) are not currently supported in the Power BI service (thye should work on Desktop).  You can vote for including 'ggmap' as a supported R package in Power BI here!: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/17941423-r-package-ggmap
  3. R visuals require a Pro licence 
  4. R visuals don't give you an interactive way to filter other visuals on your page (as the ArcGIS map and other map visuals do)
  5. R visuals aren't available for public use via "Publish To Web"

 

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

@emichal,

I agree with @Anonymous, the ArcGIS map visual doesn't currently support lines/routes, only points (<30,000).  It's also not released to the 'Publish To Web' service yet if you have public users.  That said, it seems a very powerful (alberit still evolving) visual.  Also, Steve Howard has an interesting post about using sampling which can simulate many points as a line - see http://angryanalyticsblog.azurewebsites.net/index.php/2016/08/02/map-visual-how-to-deal-with-large-datasets/

 

On mapping with R, that blog post from @ankitpatira is excellent but I've found that:

  1. The R map packages supported now (e.g. 'worldmap' and 'maps') don't go below country level much outside the USA - i.e. state/ province/ county/ suburb level aren't easily covered.  
  2. And cool R mapping options such as 'ggmap' which allow use of various online sources (e.g Google Maps and Stamen
    Maps) are not currently supported in the Power BI service (thye should work on Desktop).  You can vote for including 'ggmap' as a supported R package in Power BI here!: https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/17941423-r-package-ggmap
  3. R visuals require a Pro licence 
  4. R visuals don't give you an interactive way to filter other visuals on your page (as the ArcGIS map and other map visuals do)
  5. R visuals aren't available for public use via "Publish To Web"

 

 

Sean
Community Champion
Community Champion

@Anonymous  Nice links as always! Just Voted.

 

Also anyone else reading please Vote to bring the Aerial (Satellite Photo) MAP Background option from PowerView to PBI.

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/9583053-aerial-satellite-photo-map-background

 

Thanks! Smiley Happy

Anonymous
Not applicable

Hi @emichal,

 

Based on test, arcgis map seems not suitable for filght map. R script visual is more suitable for your requirement.


If you want to know more about how to use r visual to create the flight map, you can refer to ankitpatira's blog:

R script and R visuals in Power BI

 

Regards,

Xiaoxin Sheng

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors