<?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: Cumulation other months in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1032360#M13591</link>
    <description>By the way, you should not have measures in your model that depend on concrete entities like years. Naming a measure [Something 2019] is a sign you are not yet fully conversant with PBI and DAX.&lt;BR /&gt;&lt;BR /&gt;Maybe these could help?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=78d6mwR8GtA" target="_blank"&gt;https://www.youtube.com/watch?v=78d6mwR8GtA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=_quTwyvDfG0" target="_blank"&gt;https://www.youtube.com/watch?v=_quTwyvDfG0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/" target="_blank"&gt;https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just a thought...&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
    <pubDate>Fri, 17 Apr 2020 12:27:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-04-17T12:27:54Z</dc:date>
    <item>
      <title>Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/970982#M11612</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I cumulate the single values in my example over months &lt;FONT color="#339966"&gt;in that way&lt;/FONT&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Month&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;STRONG&gt;single value&lt;/STRONG&gt;&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;accumulated value&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;January&lt;/TD&gt;&lt;TD&gt;1,09&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#339966"&gt;1,09&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;February&lt;/TD&gt;&lt;TD&gt;1,45&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#339966"&gt;2,54&amp;nbsp;&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;March&lt;/TD&gt;&lt;TD&gt;1,3&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#339966"&gt;3,84&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;April&lt;/TD&gt;&lt;TD&gt;2,1&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#339966"&gt;5,94&lt;/FONT&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P class="ics-element-donot-delete 1001_CC@"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Mar 2020 14:34:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/970982#M11612</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-03-12T14:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/971396#M11625</link>
      <description>It depends on many things. We don't even know if you're talking about a calculated column or a measure... To be able to accumulate values, you have to have a field that will tell how your entities are ordered. Here your entities are months but they could be anything...&lt;BR /&gt;&lt;BR /&gt;Bset&lt;BR /&gt;D</description>
      <pubDate>Thu, 12 Mar 2020 20:49:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/971396#M11625</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-12T20:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/971897#M11644</link>
      <description>&lt;P&gt;Hey&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I try to put my request into concrete terms:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The column "month" in my example comes from a Date table (Calender with hierarchy) in my model.&lt;/P&gt;&lt;P&gt;"Single value" is a calculated measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you need more information?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 07:51:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/971897#M11644</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-03-13T07:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/972885#M11658</link>
      <description>&lt;LI-CODE lang="markup"&gt;// Base measure of which the accumulated value
// is a variation.
[Base Value] = SUM( FactTable[Value] )

[Accumulated Value] =
var __lastVisibleDate = max( Calendar[Date] )
var __result =
	calculate(
		[Base Measure],
		Calendar[Date] &amp;lt;= __lastVisibleDate,
		allselected( Calendar[Date] )
	)
return
	__result&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;P&gt;D&lt;/P&gt;</description>
      <pubDate>Fri, 13 Mar 2020 14:11:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/972885#M11658</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-13T14:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/979439#M11930</link>
      <description>&lt;P&gt;&amp;nbsp;Hey&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried it and this was the result:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Stay healthy!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2020 08:27:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/979439#M11930</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-03-18T08:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/979509#M11937</link>
      <description>I tried it and it works very well.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://1drv.ms/u/s!ApyQEauTSLtOgYMyz4VpKYjkORb0gg?e=Zv1cXO" target="_blank"&gt;https://1drv.ms/u/s!ApyQEauTSLtOgYMyz4VpKYjkORb0gg?e=Zv1cXO&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 18 Mar 2020 08:56:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/979509#M11937</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-18T08:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002317#M12713</link>
      <description>&lt;P&gt;Hello again @all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hope you're all well.&lt;/P&gt;&lt;P&gt;Unfortunately I still couldn't solve my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at this table (all you can see here are measures):&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;My goal is to accumulate "Measure" in this table column by month.&amp;nbsp; I've already tried the following (DAX formula by&amp;nbsp;Anonymous&lt;/LI-USER&gt;&lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;As I said the result is not what I'm looking for. The DAX formula is the right way to accumulate. I tried it and it works very well with other values. But in this case I've to try something different.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;"Measure" is calculated like this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;"Soll without adj" is calculated as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I think here is the problem. Maybe the problem is due to the fact that it is viewed across several years?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aside "AR Rest 2018" all other measures refer to 2019.&lt;/P&gt;&lt;P&gt;But this is necessary because Measure is a kind of target value related to the previous year.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would it help if I add an example pbix.-file here?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards!&lt;/P&gt;&lt;P&gt;Cakos&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 09:12:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002317#M12713</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-04-01T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002482#M12717</link>
      <description>If you hard-code values into your measures, they will not be working correctly. Measures are to be dynamic by nature and need to adjust to the filters on dimensions.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 01 Apr 2020 10:17:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002482#M12717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-01T10:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002527#M12718</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;thx for you replay! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't quite understand what you mean.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where do you see hard-coded values? I think I'm calculating with measures? Or what do you mean?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If what I'm going to do does not work in this way, what kind of other options do I have?&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 10:38:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002527#M12718</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-04-01T10:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002677#M12721</link>
      <description>You've got measures that in their names have years, 2018, 2019... This means you are hard-coding years into the measures. I strongly suspect this is incorrect as measures should be general and work for any selection of any items from any dimension. I say "suspect" because sometimes (very rarely) there are situations where you want to really hard-code certain values. But I don't think this is the case.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 01 Apr 2020 12:48:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002677#M12721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-01T12:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002680#M12723</link>
      <description>Try to remove from my measure the allselected(...) bit and instead put in allselected( Calender ). This is what might be causing issues.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 01 Apr 2020 12:50:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002680#M12723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-01T12:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002783#M12726</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;This does not work either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is here:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I think Power BI accumulates the 2018 until 2019, but only 2019 should be accumulated in this case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Measure = Soll without adj - IC AR 2019&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;Soll without adj = AR per month 2019 - AR Rest 2018&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Can we adjust the formula to accumulate only the current year (in this case 2019)?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Kind regards!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000"&gt;Cakos&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 13:48:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002783#M12726</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-04-01T13:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002869#M12730</link>
      <description>Something's wrong with the measures you're trying to aggregate. Can I see their full definitions, please?&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 01 Apr 2020 14:30:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1002869#M12730</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-01T14:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003013#M12731</link>
      <description>&lt;DIV&gt;Ok, I try to put it in chronogically:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;That are all Measures that I use in this example (aside a Calender DAX formula).&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thank you so much for your time!&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Kind regards!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Cakos&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 01 Apr 2020 15:04:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003013#M12731</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-04-01T15:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003151#M12737</link>
      <description>OK. This does not look right to me. Hard-coding the years into the measures is certainly wrong. Please share the pbix file with me. You can obfuscate the pieces of info that are sensitive.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 01 Apr 2020 16:40:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003151#M12737</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-01T16:40:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003216#M12744</link>
      <description>&lt;P&gt;Ok, thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Try this link:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://we.tl/t-mPNaEdvvH9" target="_self"&gt;https://we.tl/t-mPNaEdvvH9&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards!&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2020 17:24:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003216#M12744</guid>
      <dc:creator>Cakos</dc:creator>
      <dc:date>2020-04-01T17:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003404#M12750</link>
      <description>Bear with me, please. I've got a lot of work to do right now but I'll look into this for sure.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Wed, 01 Apr 2020 19:56:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1003404#M12750</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-01T19:56:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1032348#M13588</link>
      <description>Hi there.&lt;BR /&gt;&lt;BR /&gt;I've been extremely busy lately due to a project I have to finish before I leave the current company. This is why I have not replied until now.&lt;BR /&gt;&lt;BR /&gt;I'll have a look at this today but in about 40 mins I'll have a 3-hour long meeting... Sorry about that.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 17 Apr 2020 12:20:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1032348#M13588</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-17T12:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1032354#M13589</link>
      <description>&lt;P&gt;Looks like you're asking for a standard year-to-date measure... In such a case, it's much simpler:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;// Calender must be THE date table
// in the model and marked as such.

[Measure YTD] =
	calculate(
		[Measure],
		datesytd( Calender[Datum] )
	)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;BR /&gt;D&lt;/P&gt;</description>
      <pubDate>Fri, 17 Apr 2020 12:25:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1032354#M13589</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-17T12:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulation other months</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1032360#M13591</link>
      <description>By the way, you should not have measures in your model that depend on concrete entities like years. Naming a measure [Something 2019] is a sign you are not yet fully conversant with PBI and DAX.&lt;BR /&gt;&lt;BR /&gt;Maybe these could help?&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=78d6mwR8GtA" target="_blank"&gt;https://www.youtube.com/watch?v=78d6mwR8GtA&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.youtube.com/watch?v=_quTwyvDfG0" target="_blank"&gt;https://www.youtube.com/watch?v=_quTwyvDfG0&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/" target="_blank"&gt;https://www.sqlbi.com/tv/time-intelligence-in-microsoft-power-bi/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Just a thought...&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Fri, 17 Apr 2020 12:27:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Cumulation-other-months/m-p/1032360#M13591</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-04-17T12:27:54Z</dc:date>
    </item>
  </channel>
</rss>

