<?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: Cumulatief measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228959#M118409</link>
    <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;supposing your want to add up on date, try to plot a visual with date column and a measure like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;measure = 
CALCULATE(
    SUM(data[balance]),
    data[date]&amp;lt;=MAX(data[date])
)&lt;/LI-CODE&gt;&lt;P&gt;it worked like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;it that so?&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2023 14:06:38 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-05-10T14:06:38Z</dc:date>
    <item>
      <title>Cumulatief measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228927#M118406</link>
      <description>&lt;P&gt;i need some help With a measure for a cumulative&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i have a table like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;date&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Discription&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; balance&lt;/P&gt;&lt;P&gt;01-01-22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; kbkadjbsakjdb&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25,00&lt;/P&gt;&lt;P&gt;01-01-22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; jfdjksdjlksdfnh&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 50,00&lt;/P&gt;&lt;P&gt;01-01-22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lkjsdffnjksdf&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-70,00&lt;/P&gt;&lt;P&gt;02-01-22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; lsjkdnflk&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 30,00&lt;/P&gt;&lt;P&gt;03-01-22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jsjkzf&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;-33,85&lt;/P&gt;&lt;P&gt;03-01-22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lknslkdf&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;40,00&lt;/P&gt;&lt;P&gt;04-01-22&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;lkdfsnlksdf&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 80,00&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have a relation with a calender table to my fact table&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thaks&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 13:51:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228927#M118406</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-10T13:51:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulatief measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228959#M118409</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;supposing your want to add up on date, try to plot a visual with date column and a measure like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;measure = 
CALCULATE(
    SUM(data[balance]),
    data[date]&amp;lt;=MAX(data[date])
)&lt;/LI-CODE&gt;&lt;P&gt;it worked like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;it that so?&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:06:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228959#M118409</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-05-10T14:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulatief measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228965#M118411</link>
      <description>&lt;P&gt;Something like that, try and say if it works.&lt;/P&gt;&lt;P&gt;CALCULATE(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;SUM(table[balance],&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DATESBETWEEN(CALENDAR[DateKey],date(2022,1,1),date(2021,1,1)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:08:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228965#M118411</guid>
      <dc:creator>GuillaumePower</dc:creator>
      <dc:date>2023-05-10T14:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulatief measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228966#M118412</link>
      <description>&lt;P&gt;I need al the data in the tabel that i made in my exmaple i already have the measure for cumulative on date but i need another one for the breakdown on discription base. because of the breakdown i could have thee same day multiple times&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 14:11:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228966#M118412</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-10T14:11:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulatief measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228991#M118414</link>
      <description>&lt;P&gt;that does'nt work&amp;nbsp; if used this measure without the breakdown:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Cumulative Revenue = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;EarliestDate&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kalender&lt;/SPAN&gt;&lt;SPAN&gt;[dd-MMM]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;()) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt; &lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[saldo huidig jaar]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Kalender&lt;/SPAN&gt;&lt;SPAN&gt;[dd-MMM]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Kalender'&lt;/SPAN&gt;&lt;SPAN&gt;[dd-MMM]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt;= &lt;/SPAN&gt;&lt;SPAN&gt;MAX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Kalender'&lt;/SPAN&gt;&lt;SPAN&gt;[dd-MMM]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;'Kalender'&lt;/SPAN&gt;&lt;SPAN&gt;[dd-MMM]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt;= &lt;/SPAN&gt;&lt;SPAN&gt;EarliestDate&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;but i need another table with the breakdown on discription the measure above is without discription and that works but if i add the discription to the tabel that measure wont work anymore and it only does the sum&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 May 2023 14:21:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulatief-measure/m-p/3228991#M118414</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-10T14:21:23Z</dc:date>
    </item>
  </channel>
</rss>

