<?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 Cumulative graph value on specific date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1230616#M20067</link>
    <description>&lt;P&gt;Hi guys. Is it possible to get a value for a specific date from a cumulative graph and put that in a card or taco visual for example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot currently do it as the measure for the cumulative graph is dependent on a rolling date axis.&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jul 2020 09:52:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-07-17T09:52:58Z</dc:date>
    <item>
      <title>Cumulative graph value on specific date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1230616#M20067</link>
      <description>&lt;P&gt;Hi guys. Is it possible to get a value for a specific date from a cumulative graph and put that in a card or taco visual for example?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cannot currently do it as the measure for the cumulative graph is dependent on a rolling date axis.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 09:52:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1230616#M20067</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-17T09:52:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative graph value on specific date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1230902#M20077</link>
      <description>&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490&lt;/A&gt;</description>
      <pubDate>Fri, 17 Jul 2020 11:11:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1230902#M20077</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-17T11:11:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative graph value on specific date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1231044#M20085</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Not very clear&lt;/P&gt;
&lt;P&gt;try like&lt;/P&gt;
&lt;P&gt;Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(date,date[date] &amp;lt;=maxx(date,date[date])))&lt;BR /&gt;Cumm Sales = CALCULATE(SUM(Sales[Sales Amount]),filter(date,date[date] &amp;lt;=max(Sales[Sales Date])))&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 12:27:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1231044#M20085</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-07-17T12:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative graph value on specific date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1231151#M20091</link>
      <description>&lt;P&gt;Sure...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure =&amp;nbsp;&lt;BR /&gt;&amp;nbsp; VAR DateYouWant = DATE(2020,5,1)&amp;nbsp; // Or...a MAX() of any table, you choose&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;&amp;nbsp; CALCULATE( [measureyouwant] , FILTER( ALL( CalendarTable ) ,&amp;nbsp;CalendarTable[Date] &amp;lt;= DateYouWant) )&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jul 2020 13:25:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulative-graph-value-on-specific-date/m-p/1231151#M20091</guid>
      <dc:creator>Andre_Jaar</dc:creator>
      <dc:date>2020-07-17T13:25:51Z</dc:date>
    </item>
  </channel>
</rss>

