<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Which metric hold the information regarding mobile current/live users count? in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185304#M2309</link>
    <description>&lt;P&gt;Ok, yes. I focused on the sessions metrics. I agree this is finally the same metric as in the tile.&lt;BR /&gt;&lt;BR /&gt;Still curious how the metric (&lt;STRONG&gt;builtin:apps.other.userCount.osAndVersion-std&lt;/STRONG&gt;) is calculated as it seems it does not match the count of users using USQL or sessions.&lt;/P&gt;</description>
    <pubDate>Fri, 22 Apr 2022 08:48:54 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2022-04-22T08:48:54Z</dc:date>
    <item>
      <title>Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/184710#M2292</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;
&lt;P&gt;Customer ask to put the number of current users of a mobile app on the data explorer tile in order to give it some nice colors and size it to fit a NOC dashboard but we didn't find anywhere a metric for that...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The information is shown in the Mobile infographic&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_3-1649858503383.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5321i7134D00ED20AF55E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_3-1649858503383.png" alt="Yosi_Neuman_3-1649858503383.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;And in Mobile tile&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_2-1649858479023.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5320iA46C8725475C0823/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_2-1649858479023.png" alt="Yosi_Neuman_2-1649858479023.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;But we could not find this information in any metric. Can you guys help and explain where is this missing metric?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;All the best and stay safe&lt;/P&gt;
&lt;P&gt;Yos&lt;/P&gt;</description>
      <pubDate>Wed, 24 May 2023 14:58:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/184710#M2292</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2023-05-24T14:58:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185268#M2299</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6931"&gt;@Yosi_Neuman&lt;/a&gt;&lt;/P&gt;&lt;P&gt;you can define such a tile for a dashboard using USQL, for the user with e.g.:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;select count(*) as "Users" from usersession&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can run that under User sessions &amp;gt; User sessions query and once you are happy with the result on that page you will be able to pin the result to a dashboard.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark_bley_0-1650561357329.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5457i38D0AA5161BC83B8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mark_bley_0-1650561357329.png" alt="mark_bley_0-1650561357329.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 17:16:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185268#M2299</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-04-21T17:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185276#M2300</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072"&gt;@mark_bley&lt;/a&gt;&amp;nbsp;this is not the desired value. The dashboard tile shows active users. The USQL will show results from finished sessions only. That's a different value and it will never match.&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 19:34:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185276#M2300</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-04-21T19:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185280#M2301</link>
      <description>&lt;P&gt;That is correct, then maybe the metrics you are looking for could be&amp;nbsp;&lt;SPAN&gt;builtin:apps.other.userCount.osAndVersion-std or&amp;nbsp;builtin:apps.other.userCount.osAndGeo&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 21:22:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185280#M2301</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-04-21T21:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185281#M2302</link>
      <description>&lt;P&gt;Unfortunately, no values of those metrics do not match the value on the infographic and dashboard tile. I get 3x the value from the metric compared to the value on the infographic.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 21:35:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185281#M2302</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-04-21T21:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185282#M2303</link>
      <description>&lt;P&gt;I get very close (off by 1) with following query&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;builtin:apps.other.userCount.osAndVersion-std:filter(and(in("dt.entity.device_application",entitySelector("type(mobile_application),entityName.equals(~"&amp;lt;APP_NAME&amp;gt;~")")))):splitBy():value:auto:sort(value(sum,descending)):limit(100)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Apr 2022 21:58:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185282#M2303</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-04-21T21:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185287#M2304</link>
      <description>&lt;P&gt;There is no clear answer hear as Dynatrace does not actually expose the live sessions, it is 'in memory' only and the values you see on the application and user sessions screen under 'live' are not retrievable via usql or metrics.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are 2 options,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;As mentioned above, use usql&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is going to have to be delayed data (e.g what happened last hour) based on the completion of user sessions, so will never be entirely accurate for what you want, since it's only going to give you closed sessions.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;example queries below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT count(distinct UserId) as 'Current Unique UserID' FROM usersession&lt;BR /&gt;Where useraction.application IN ("xxx") and userId IS NOT NULL&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT count(distinct UserId) as 'Sessions with Errors' FROM usersession&lt;BR /&gt;Where useraction.application IN ("xxx") and userId IS NOT NULL and useraction.requestErrorCount &amp;gt; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2.&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;The better alternative is to use the inbuilt calculated metrics&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;builtin:apps.web.activeUsersEst&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;builtin:apps.web.activeSessions&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;builtin:apps.other.userCount.osAndVersion-std&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Peter_Ralston_1-1650587807767.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5459i5C0101DCECEEA1A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Peter_Ralston_1-1650587807767.png" alt="Peter_Ralston_1-1650587807767.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;These will give you Dynatrace pre calculated 'estimated' number of active users and sessions.&amp;nbsp; it is split between mobile &amp;amp; web, so you might need to show this data separately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyway, good luck&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 00:39:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185287#M2304</guid>
      <dc:creator>gopher</dc:creator>
      <dc:date>2022-04-22T00:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185293#M2305</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/10565"&gt;@gopher&lt;/a&gt;&amp;nbsp; I don't think the value is "in memory only", since it's not the actual value. If you change the time frame, the value changes.&lt;BR /&gt;&lt;BR /&gt;For illustration this is a sample dashboard in the Demo environment (&lt;A href="https://guu84124.live.dynatrace.com/#dashboard;id=6318fd76-96f3-4db0-adf2-13ce82bd2807;gtf=defaultTimeFrame;gf=defaultManagementZone" target="_self"&gt;link&lt;/A&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Julius_Loman_1-1650609969387.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5462i667F766F46240CBC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Julius_Loman_1-1650609969387.png" alt="Julius_Loman_1-1650609969387.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Time frame is set to yesterday in the screenshot. You can see the metrics mentioned above by&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072"&gt;@mark_bley&lt;/a&gt;&amp;nbsp;have the same value (expected). It's roughly the count of user session using USQL (expected). The number of users is higher (third metric).&amp;nbsp;&lt;BR /&gt;However, you can see a&amp;nbsp;&lt;STRONG&gt;significant&amp;nbsp;&lt;/STRONG&gt;difference between the mobile app tile value and other values. For days before yesterday, I can see an even bigger difference (4.8k vs 12k).&lt;BR /&gt;&lt;BR /&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6931"&gt;@Yosi_Neuman&lt;/a&gt;&amp;nbsp;were you able to find the source? I start suspecting the value in the tile and infographic is wrong.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 06:47:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185293#M2305</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-04-22T06:47:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185299#M2306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;IMO&amp;nbsp;/&lt;STRONG&gt;rest/startscreen/data/MOBILE_APPLICATION&amp;nbsp;&lt;/STRONG&gt;is looking as the "The Usual Suspects" here.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_1-1650611660483.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5465i0DAD2A334B8CCD76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_1-1650611660483.png" alt="Yosi_Neuman_1-1650611660483.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 07:15:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185299#M2306</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-04-22T07:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185300#M2307</link>
      <description>&lt;P&gt;Sure it is, but that's only a facade. It does not reveal the actual data source.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 07:18:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185300#M2307</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-04-22T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185302#M2308</link>
      <description>&lt;P data-unlink="true"&gt;It is working for me also on the demo tenant, please find here&amp;nbsp;(https://demoid.live.dynatrace.com/#dashboard;id=8b22ceb7-2857-45a5-93d8-86639ab251c0;gtf=defaultTimeFrame;gf=defaultManagementZone) an internal link to the dashboard or the public one here&amp;nbsp;(https://demoid.live.dynatrace.com/dashboards/8b22ceb7-2857-45a5-93d8-86639ab251c0?auth=dt0c01.I3I7LJHTUYYUQHEHKXZDBK3G.DBBJKHB3MGDJ6OAJB5HII4SUOD22PLLVSQE3ZFJBDFMTN5JAD5352IC64LNTHLSE)&lt;/P&gt;
&lt;P&gt;The queries used are:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;builtin:apps.other.userCount.osAndVersion-std:filter(and(in("dt.entity.device_application",entitySelector("type(mobile_application),entityId(~"MOBILE_APPLICATION-773D0C09E8E14B58~")")))):splitBy():value:auto:sort(value(sum,descending)):limit(10)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="mark_bley_0-1650612598168.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5466iA2C653507386E7FC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="mark_bley_0-1650612598168.png" alt="mark_bley_0-1650612598168.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best,&lt;/P&gt;
&lt;P&gt;Mark&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2023 08:34:58 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185302#M2308</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2023-05-29T08:34:58Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185304#M2309</link>
      <description>&lt;P&gt;Ok, yes. I focused on the sessions metrics. I agree this is finally the same metric as in the tile.&lt;BR /&gt;&lt;BR /&gt;Still curious how the metric (&lt;STRONG&gt;builtin:apps.other.userCount.osAndVersion-std&lt;/STRONG&gt;) is calculated as it seems it does not match the count of users using USQL or sessions.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 08:48:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185304#M2309</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2022-04-22T08:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185305#M2310</link>
      <description>&lt;P&gt;Hi Mark, can you please explain, how this metric (and similarly, web metric estimated user count builtin:apps.web.activeUsersEst) is calculated ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rasto&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 08:51:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185305#M2310</guid>
      <dc:creator>rastislav_danis</dc:creator>
      <dc:date>2022-04-22T08:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185322#M2312</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/13072"&gt;@mark_bley&lt;/a&gt;&amp;nbsp;&amp;amp;&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/3364"&gt;@Julius_Loman&lt;/a&gt;&amp;nbsp; for helping out and find the way to show the number of mobile users as shown in mobile application and tile from a metric, but your answer Mark raised another question&amp;nbsp;&lt;img class="lia-deferred-image lia-image-emoji" src="https://community.dynatrace.com/html/@39026B374934B28F09FAB65F6B6DA87F/images/emoticons/face-with-monocle.png" alt=":face_with_monocle:" title=":face_with_monocle:" /&gt; regrading which metric holds the information that &lt;EM&gt;Live user activity&lt;/EM&gt; tile shows&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_2-1650623028794.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5472i2F035701ACA345C9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_2-1650623028794.png" alt="Yosi_Neuman_2-1650623028794.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;And when drill down into this tile and split them by application is shows the live session&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Yosi_Neuman_1-1650623007729.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/5471i02F3D05665377B4A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Yosi_Neuman_1-1650623007729.png" alt="Yosi_Neuman_1-1650623007729.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Is there a metric that holds this information too that we can put on a dashboard?&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp;&lt;/P&gt;&lt;P&gt;All the best and stay safe&lt;/P&gt;&lt;P&gt;Yos&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 10:34:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185322#M2312</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2022-04-22T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Which metric hold the information regarding mobile current/live users count?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185329#M2313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/6931"&gt;@Yosi_Neuman&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;I am afraid at the moment there is no way to recreate that exact metric since there is no dimension (or USQL parameter) to filter out live sessions. See &lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-user-monitoring/cross-application-user-session-analytics/custom-queries-segmentation-and-aggregation-of-session-data#:~:text=Only%20closed%20user%20sessions%20can%20be%20queried.%20Live%20user%20sessions%20aren%27t%20taken%20into%20account." target="_self"&gt;here&lt;/A&gt; for more information&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Apr 2022 12:23:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/Which-metric-hold-the-information-regarding-mobile-current-live/m-p/185329#M2313</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2022-04-22T12:23:54Z</dc:date>
    </item>
  </channel>
</rss>

