<?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: Consecutive days of missed appointments in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Consecutive-days-of-missed-appointments/m-p/3446289#M131131</link>
    <description>&lt;P&gt;something like this I Guess&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;consecutively missed appointments for ID=
VAR lnmap = CALCULATE(MAX(Table[Date]),Table[MissedAppt]="No")
VAR smap = IF(ISBLANK(lnmap),DATE(1900,1,1),lnmap)
RETURN IF(HASONEVALUE(Table[ID],CALCULATE(COUNTROWS(Table), Table[Date]&amp;gt;smap, Table[MissedAppt]="Yes"))&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 25 Sep 2023 15:59:26 GMT</pubDate>
    <dc:creator>sjoerdvn</dc:creator>
    <dc:date>2023-09-25T15:59:26Z</dc:date>
    <item>
      <title>Consecutive days of missed appointments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Consecutive-days-of-missed-appointments/m-p/3446222#M131125</link>
      <description>&lt;P&gt;Hi There,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to get a measure that counts the last consecutively missed appointments in a dataset that looks like in the screenshot below. Essentially, the measure should count all missed appointments (MissedAppt = Yes) since the last appointment that was not missed (MissedAppt = No). I appreciate any help you can provide with this.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 15:32:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Consecutive-days-of-missed-appointments/m-p/3446222#M131125</guid>
      <dc:creator>BEB2023</dc:creator>
      <dc:date>2023-09-25T15:32:08Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive days of missed appointments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Consecutive-days-of-missed-appointments/m-p/3446289#M131131</link>
      <description>&lt;P&gt;something like this I Guess&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;consecutively missed appointments for ID=
VAR lnmap = CALCULATE(MAX(Table[Date]),Table[MissedAppt]="No")
VAR smap = IF(ISBLANK(lnmap),DATE(1900,1,1),lnmap)
RETURN IF(HASONEVALUE(Table[ID],CALCULATE(COUNTROWS(Table), Table[Date]&amp;gt;smap, Table[MissedAppt]="Yes"))&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 25 Sep 2023 15:59:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Consecutive-days-of-missed-appointments/m-p/3446289#M131131</guid>
      <dc:creator>sjoerdvn</dc:creator>
      <dc:date>2023-09-25T15:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Consecutive days of missed appointments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Consecutive-days-of-missed-appointments/m-p/3446558#M131148</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Sep 2023 18:57:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Consecutive-days-of-missed-appointments/m-p/3446558#M131148</guid>
      <dc:creator>ThxAlot</dc:creator>
      <dc:date>2023-09-25T18:57:52Z</dc:date>
    </item>
  </channel>
</rss>

