<?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 Dashboard indicator limited at 50k in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-limited-at-50k/m-p/1340887#M8605</link>
    <description>&lt;P&gt;Within a dashboard I have added an Indicator which is bringing in a value based on an Arcade expression. The Arcade expression runs successfully and shows the correct value (in testing this is 83841).&lt;BR /&gt;However, the Statistic shown on the dashboard appears 'stuck' at 50k. Is this a known limitation?&lt;BR /&gt;(Note, the bottom value shows a reference value of the total number of features in the feature service)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataOfficer_0-1698155150496.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83796i2023CA900403B41F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataOfficer_0-1698155150496.png" alt="DataOfficer_0-1698155150496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is the Arcade expression which when Run, gives a value of&amp;nbsp;&lt;SPAN&gt;83481 (not 50k!)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var fullname = GetUser()['fullName']
Console (fullname)
var fs = FeatureSetByPortalItem(
    Portal('https://www.arcgis.com'),
    'itemid', // removed from post for sensitivity reasons
    2, 
    ['*'],
    false
);

var filfs = Filter(fs, `Verifier = '${fullname}'`)
Console(Count(filfs)) // returns 83841
return filfs&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Oct 2023 13:49:38 GMT</pubDate>
    <dc:creator>DataOfficer</dc:creator>
    <dc:date>2023-10-24T13:49:38Z</dc:date>
    <item>
      <title>Dashboard indicator limited at 50k</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-limited-at-50k/m-p/1340887#M8605</link>
      <description>&lt;P&gt;Within a dashboard I have added an Indicator which is bringing in a value based on an Arcade expression. The Arcade expression runs successfully and shows the correct value (in testing this is 83841).&lt;BR /&gt;However, the Statistic shown on the dashboard appears 'stuck' at 50k. Is this a known limitation?&lt;BR /&gt;(Note, the bottom value shows a reference value of the total number of features in the feature service)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DataOfficer_0-1698155150496.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/83796i2023CA900403B41F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DataOfficer_0-1698155150496.png" alt="DataOfficer_0-1698155150496.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Here is the Arcade expression which when Run, gives a value of&amp;nbsp;&lt;SPAN&gt;83481 (not 50k!)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;var fullname = GetUser()['fullName']
Console (fullname)
var fs = FeatureSetByPortalItem(
    Portal('https://www.arcgis.com'),
    'itemid', // removed from post for sensitivity reasons
    2, 
    ['*'],
    false
);

var filfs = Filter(fs, `Verifier = '${fullname}'`)
Console(Count(filfs)) // returns 83841
return filfs&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2023 13:49:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/dashboard-indicator-limited-at-50k/m-p/1340887#M8605</guid>
      <dc:creator>DataOfficer</dc:creator>
      <dc:date>2023-10-24T13:49:38Z</dc:date>
    </item>
  </channel>
</rss>

