<?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 Help Please with calculate cumulative line in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2888305#M93687</link>
    <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;as shown on the screenshot I want the drawn cumulative line to be connected continuously even if the source data table for some fields does not have the data for specific date. (27-June-2022 &amp;amp; 9-Aug-2022 for example)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 06:34:30 GMT</pubDate>
    <dc:creator>AShabana</dc:creator>
    <dc:date>2022-11-07T06:34:30Z</dc:date>
    <item>
      <title>Help Please with calculate cumulative line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2888305#M93687</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;as shown on the screenshot I want the drawn cumulative line to be connected continuously even if the source data table for some fields does not have the data for specific date. (27-June-2022 &amp;amp; 9-Aug-2022 for example)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 06:34:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2888305#M93687</guid>
      <dc:creator>AShabana</dc:creator>
      <dc:date>2022-11-07T06:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Help Please with calculate cumulative line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2888312#M93688</link>
      <description>&lt;P&gt;also The IPC Cumm values the values is not connected to each other by the line !! could any one help&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 06:14:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2888312#M93688</guid>
      <dc:creator>AShabana</dc:creator>
      <dc:date>2022-11-07T06:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Help Please with calculate cumulative line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2888538#M93697</link>
      <description>&lt;P&gt;guess "lastdateevc" may give a blank value in those dates&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 07:55:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2888538#M93697</guid>
      <dc:creator>wdx223_Daniel</dc:creator>
      <dc:date>2022-11-07T07:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help Please with calculate cumulative line</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2903322#M94624</link>
      <description>&lt;P&gt;&lt;FONT&gt;Hi，&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="437136" data-lia-user-login="AShabana" class="lia-mention lia-mention-user"&gt;AShabana&lt;/a&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the following part should be enough, no need to judge with an if statement, it will break the continuity of the visual.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;EVCDis Cum. =
CALCULATE (
    SUM ( EVCDis[EVCDis] ),
    FILTER ( ALL ( DatesID ), DatesID[DatesID] &amp;lt;= MAX ( DatesID[DatesID] ) )
)
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;FONT&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Eason&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 09:49:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Please-with-calculate-cumulative-line/m-p/2903322#M94624</guid>
      <dc:creator>v-easonf-msft</dc:creator>
      <dc:date>2022-11-14T09:49:47Z</dc:date>
    </item>
  </channel>
</rss>

