<?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 Value spread over a date range in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1387675#M25369</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hello good afternoon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm finding it difficult to find a measure that brings me a value divided over a range of dates, based on just one row in a fact table. I explain: I have the following data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Document&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;StartData&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EndDate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MonthCount&amp;nbsp; &amp;nbsp;Amount&amp;nbsp; &amp;nbsp; Percentual of Amount&amp;nbsp; &amp;nbsp; &amp;nbsp;            &lt;SPAN&gt;Apportioned Amount&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;X&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;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;&lt;BR /&gt;X1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;X2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;&lt;BR /&gt;X3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;The table above is just an example, but the data may vary in months, percentage of apportionment, prorated amount, etc. From this table I need to visualize each line, for an interval of 12 months the prorated amount. I intend to see it this way, in a Power Pivot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Document&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01-2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02- 2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;03-2020&amp;nbsp; &amp;nbsp;......&amp;nbsp; &amp;nbsp; 01-2021&amp;nbsp; &amp;nbsp;     02-2021&lt;BR /&gt;&lt;BR /&gt;X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;......&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The value in the "Prorated Value" column needs to be distributed over the 12-month interval between the "Start Date" and "End Date" dates. In addition, another rule is that the prorated amount below 10,000 per month must be viewed directly in the month of the date in the "Start Date" column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the following measure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR StartDate= IF( HASONEVALUE('Tabela4'[StartDate]) ; VALUES(Tabela4[StartDate]))&lt;BR /&gt;VAR EndDate = IF(HASONEVALUE(Tabela4[EndDate) ; VALUES(Tabela4[EndDate]))&lt;BR /&gt;VAR DataCalendario = IF(HASONEVALUE('Calendário'[Date]) ; VALUES('Calendário'[Date]))&lt;BR /&gt;VAR &lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt; = SUMX(Tabela4;[&lt;SPAN&gt;Apportioned Amount&lt;/SPAN&gt;])&lt;BR /&gt;VAR&amp;nbsp;&lt;SPAN&gt;ApportionedValor&lt;/SPAN&gt;&amp;nbsp;= DIVIDE(&lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt; ; SUM(Tabela4[MonthCount]))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RETURN&lt;BR /&gt;IF( &lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt; &amp;gt; 120000 ;&lt;BR /&gt;IF( MAX('Calendário'[Date]) &amp;lt;= DataFinal &amp;amp;&amp;amp; MAX('Calendário'[Date]) &amp;gt;= StartDate; &lt;SPAN&gt;ApportionedValor&lt;/SPAN&gt;&amp;nbsp;; "") ;&lt;BR /&gt;IF( MAX('Calendário'[Date]) = StartDate ; &lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt;;"" )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the data model the calendar table is not related to table 4, where there are the columns informed in the example above. The measure is not bringing me the total amount in the sum. Would anyone have a better data model than this? or any suggestions to improve this?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 23 Sep 2020 12:30:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-23T12:30:54Z</dc:date>
    <item>
      <title>Value spread over a date range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1387675#M25369</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello good afternoon.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'm finding it difficult to find a measure that brings me a value divided over a range of dates, based on just one row in a fact table. I explain: I have the following data:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Document&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;StartData&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;EndDate&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MonthCount&amp;nbsp; &amp;nbsp;Amount&amp;nbsp; &amp;nbsp; Percentual of Amount&amp;nbsp; &amp;nbsp; &amp;nbsp;            &lt;SPAN&gt;Apportioned Amount&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;X&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;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;&lt;BR /&gt;X1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;X2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;&lt;BR /&gt;X3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;01/01/2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12/31/2020&amp;nbsp; &amp;nbsp; &amp;nbsp;12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;1200&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;25%&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; &amp;nbsp;300&lt;BR /&gt;&lt;BR /&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;The table above is just an example, but the data may vary in months, percentage of apportionment, prorated amount, etc. From this table I need to visualize each line, for an interval of 12 months the prorated amount. I intend to see it this way, in a Power Pivot&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;Document&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01-2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 02- 2020&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;03-2020&amp;nbsp; &amp;nbsp;......&amp;nbsp; &amp;nbsp; 01-2021&amp;nbsp; &amp;nbsp;     02-2021&lt;BR /&gt;&lt;BR /&gt;X&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;......&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;25&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 0&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The value in the "Prorated Value" column needs to be distributed over the 12-month interval between the "Start Date" and "End Date" dates. In addition, another rule is that the prorated amount below 10,000 per month must be viewed directly in the month of the date in the "Start Date" column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the following measure:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR StartDate= IF( HASONEVALUE('Tabela4'[StartDate]) ; VALUES(Tabela4[StartDate]))&lt;BR /&gt;VAR EndDate = IF(HASONEVALUE(Tabela4[EndDate) ; VALUES(Tabela4[EndDate]))&lt;BR /&gt;VAR DataCalendario = IF(HASONEVALUE('Calendário'[Date]) ; VALUES('Calendário'[Date]))&lt;BR /&gt;VAR &lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt; = SUMX(Tabela4;[&lt;SPAN&gt;Apportioned Amount&lt;/SPAN&gt;])&lt;BR /&gt;VAR&amp;nbsp;&lt;SPAN&gt;ApportionedValor&lt;/SPAN&gt;&amp;nbsp;= DIVIDE(&lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt; ; SUM(Tabela4[MonthCount]))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;RETURN&lt;BR /&gt;IF( &lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt; &amp;gt; 120000 ;&lt;BR /&gt;IF( MAX('Calendário'[Date]) &amp;lt;= DataFinal &amp;amp;&amp;amp; MAX('Calendário'[Date]) &amp;gt;= StartDate; &lt;SPAN&gt;ApportionedValor&lt;/SPAN&gt;&amp;nbsp;; "") ;&lt;BR /&gt;IF( MAX('Calendário'[Date]) = StartDate ; &lt;SPAN&gt;ApportionedAmount&lt;/SPAN&gt;;"" )&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In the data model the calendar table is not related to table 4, where there are the columns informed in the example above. The measure is not bringing me the total amount in the sum. Would anyone have a better data model than this? or any suggestions to improve this?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:30:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1387675#M25369</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-23T12:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Value spread over a date range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1388477#M25403</link>
      <description>&lt;P&gt;You don't really have dates to work with, you have months. (Is it just me or is the month count off? Shouldn't it be 13?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Either you create fake date values (first of month) or you do your computations without a calendar table. I would prefer the former approach.&lt;/P&gt;</description>
      <pubDate>Tue, 22 Sep 2020 22:00:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1388477#M25403</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-09-22T22:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Value spread over a date range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1390192#M25469</link>
      <description>&lt;P class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;Hi, &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="tw-data-text tw-text-large XcVN5d tw-ta"&gt;&lt;SPAN&gt;Actually, it was 13 months, I rectified the date. I didn't quite understand the first solution. As far as I can already extract the month from the date. In addition, there is another rule where if the date is after the 28th of the month, the apportionment will start the following month.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:36:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1390192#M25469</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-23T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Value spread over a date range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1390231#M25470</link>
      <description>&lt;P&gt;Then you definitely need a custom Calendar/Dates table. It can be maintained externally (for example an Excel file on a sharepoint) and then consumed as a data source in Power BI.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:57:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1390231#M25470</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2020-09-23T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Value spread over a date range</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1390804#M25491</link>
      <description>&lt;P&gt;&lt;SPAN&gt;OK, I can't visualize the solution, would you like to exemplify?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 16:22:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Value-spread-over-a-date-range/m-p/1390804#M25491</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-23T16:22:09Z</dc:date>
    </item>
  </channel>
</rss>

