cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Diplaying cities in a world map in a dashboard

JeanMichelB
Frequent Guest

Hi,

Is there a way to display information about a city (apdex, number of session...) on a world map in a Dashboard? The wold map tile already exist, but I cannot go deeper than the country.

I'm using Dynatrace Managed.

Best regards,

Jean-Michel

2 REPLIES 2

DanielS
DynaMight Guru
DynaMight Guru

Hi @JeanMichelB not exactly but you can do something like this:

  • Create a USQL to count number of sessions of what you what, here you can easily filter on city of choice. And then Pin to Dashboard.

 

SELECT COUNT(DISTINCT userSessionId) AS 'Number of Sessions' FROM usersession WHERE ((useraction.application='Your Mobile App' OR userevent.application='Your Mobile App' OR usererror.application='Your Mobile App') AND city='Salta')​

 

  • Use Multi Dimensional Analysis to filter your city of choice and then create a metric. Then use Data Explorer to Pin that metric in your Dashboard.
    DanielS_0-1737517975739.png

     

  • Use your Dashboard and upload the image of the city from the MDA.

Hope it helps.

The true delight is in the finding out rather than in the knowing.

JeanMichelB
Frequent Guest

Hi Daniel,

Ok thanks, I will test this.

Best regards,

Jean-Michel

Featured Posts