<?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: Different gauge indicator maximum value based on day of the week. in ArcGIS Dashboards Questions</title>
    <link>https://community.esri.com/t5/arcgis-dashboards-questions/different-gauge-indicator-maximum-value-based-on/m-p/1633151#M11295</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/452047"&gt;@durus5995&lt;/a&gt;,&lt;BR /&gt;If you can publish a CSV containing the day-to-max-appointments data as a feature layer, we can then use that information in an Arcade expression to dynamically configure the gauge. The expression might look similar to this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var dayName = Text(Date($feature.AppointmentDate), 'dddd');
var dayLimits = FeatureSetByName($map, 'AppointmentLimits'); /*layer with the data table*/
var todayLimit = First(Filter(dayLimits, "Day = @dayName"));
return todayLimit.MaxAppointments;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;If you can provide more details about the maximum number of appointments allowed for each day, we can refine this further.&lt;BR /&gt;Let me know if you have any questions!&lt;/P&gt;</description>
    <pubDate>Tue, 15 Jul 2025 14:29:57 GMT</pubDate>
    <dc:creator>JuanTomásMartinez17</dc:creator>
    <dc:date>2025-07-15T14:29:57Z</dc:date>
    <item>
      <title>Different gauge indicator maximum value based on day of the week.</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/different-gauge-indicator-maximum-value-based-on/m-p/1632943#M11291</link>
      <description>&lt;P&gt;I was wondering if someone could point me in the right direction.&amp;nbsp; I have a dashboard that our office staff uses to schedule appointments.&amp;nbsp; We limit how many appointments that we schedule based on the day of the week.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently on Wednesday and Thursdays we only schedule10 appointments and Friday we schedule 25.&amp;nbsp; Currently I have a gauge indicator just set to 25 as a maximum but I would like to see if there was a way to dynamically change the max value for the indicator based of the day of the week?&lt;/P&gt;</description>
      <pubDate>Mon, 14 Jul 2025 20:29:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/different-gauge-indicator-maximum-value-based-on/m-p/1632943#M11291</guid>
      <dc:creator>durus5995</dc:creator>
      <dc:date>2025-07-14T20:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Different gauge indicator maximum value based on day of the week.</title>
      <link>https://community.esri.com/t5/arcgis-dashboards-questions/different-gauge-indicator-maximum-value-based-on/m-p/1633151#M11295</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/452047"&gt;@durus5995&lt;/a&gt;,&lt;BR /&gt;If you can publish a CSV containing the day-to-max-appointments data as a feature layer, we can then use that information in an Arcade expression to dynamically configure the gauge. The expression might look similar to this:&lt;/P&gt;&lt;LI-CODE lang="python"&gt;var dayName = Text(Date($feature.AppointmentDate), 'dddd');
var dayLimits = FeatureSetByName($map, 'AppointmentLimits'); /*layer with the data table*/
var todayLimit = First(Filter(dayLimits, "Day = @dayName"));
return todayLimit.MaxAppointments;&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;If you can provide more details about the maximum number of appointments allowed for each day, we can refine this further.&lt;BR /&gt;Let me know if you have any questions!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Jul 2025 14:29:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-dashboards-questions/different-gauge-indicator-maximum-value-based-on/m-p/1633151#M11295</guid>
      <dc:creator>JuanTomásMartinez17</dc:creator>
      <dc:date>2025-07-15T14:29:57Z</dc:date>
    </item>
  </channel>
</rss>

