<?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: Need Daily Degree Day values from a list of Cumulative Degree Days in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3636456#M140684</link>
    <description>&lt;P&gt;Thanks for your help. Even though I didn't use this as a solution I appreciate your time on the problem.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
    <pubDate>Fri, 12 Jan 2024 17:36:55 GMT</pubDate>
    <dc:creator>BudMan512</dc:creator>
    <dc:date>2024-01-12T17:36:55Z</dc:date>
    <item>
      <title>Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3631472#M140460</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a list of cumulative degree days by date in ascending order. The degree days accumulate beginning every July 1 until June 30 and then reset to 0 on July 1.&amp;nbsp; I would like to determine the daily degree days that occured each day by finding the difference between the cumulative values. Here is a screenshot as an example of how the daily degree days are calculated.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Also, here is a link to an Excel file that can be used to develope the DAX.&lt;/P&gt;&lt;P&gt;&lt;A href="https://ruralcomputers-my.sharepoint.com/:f:/g/personal/bingraham_rccbi_com/EsIpYKdyJZNGi9__tRP3-PkBZjtfSvv2R3IPlDyeCnIbBQ?e=l2EDeC" target="_blank"&gt;https://ruralcomputers-my.sharepoint.com/:f:/g/personal/bingraham_rccbi_com/EsIpYKdyJZNGi9__tRP3-PkBZjtfSvv2R3IPlDyeCnIbBQ?e=l2EDeC&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;P&gt;Bud&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jan 2024 22:51:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3631472#M140460</guid>
      <dc:creator>BudMan512</dc:creator>
      <dc:date>2024-01-10T22:51:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3632431#M140489</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="299232" data-lia-user-login="BudMan512" class="lia-mention lia-mention-user"&gt;BudMan512&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please follow these steps:&lt;/P&gt;&lt;P&gt;1.Create a new column named Daily Degree days.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2.Then use the following DAX expression.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Daily Degree Days =&lt;BR /&gt;&amp;nbsp; VAR PreviousDate = 'Table'[Date]-1&lt;BR /&gt;&amp;nbsp; VAR PreviousCDD = CALCULATE(SUM('Table'[Cumulative Degree Days]),FILTER('Table', 'Table'[Date]= PreviousDate))&lt;BR /&gt;&amp;nbsp; return&lt;BR /&gt;&amp;nbsp; IF(PreviousCDD&amp;lt;&amp;gt;BLANK(), 'Table'[Cumulative Degree Days] - PreviousCDD)&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="https://community.powerbi.com/t5/community-blog/how-to-get-your-question-answered-quickly/ba-p/38490" href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-yohua%40microsoft.com%7Ce90c75b807414dbea5c408dc126c5c4b%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638405503840387768%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=vhGh%2FhVcOeplpDc5UAu22dE9J4FaUOPJCYtmjMJXCA8%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to Get Your Question Answered Quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yongkang Hua&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 06:14:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3632431#M140489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-11T06:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3632464#M140492</link>
      <description>&lt;P&gt;Hi, I am not sure how your semantic model looks like, but I tried to create a sample pbix file like below.&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file whether it suits your requirement.&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;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/offset-function-dax?wt.mc_id=DP-MVP-5004989" target="_blank"&gt;OFFSET function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Daily degree Days measure: =
VAR _currentrowdate =
    MAX ( 'Calendar'[Date] )
VAR _recordstartdate =
    CALCULATE ( MIN ( Data[Date] ), REMOVEFILTERS ( 'Calendar' ) )
VAR _recordenddate =
    CALCULATE ( MAX ( Data[Date] ), REMOVEFILTERS ( 'Calendar' ) )
VAR _currentrowdata =
    SUM ( Data[Cumulative Degree Days] )
VAR _prevrowdata =
    CALCULATE (
        SUM ( Data[Cumulative Degree Days] ),
        OFFSET ( -1, ALL ( 'Calendar'[Date] ), ORDERBY ( 'Calendar'[Date], ASC ) )
    )
RETURN
    SWITCH (
        TRUE (),
        MAX ( 'Calendar'[Date] ) &amp;lt;= _recordstartdate, BLANK (),
        MAX ( 'Calendar'[Date] ) &amp;gt; _recordenddate, BLANK (),
        MONTH ( _currentrowdate ) = 7
            &amp;amp;&amp;amp; DAY ( _currentrowdate ) = 1, 0,
        _currentrowdata - _prevrowdata
    )
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 06:26:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3632464#M140492</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2024-01-11T06:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3634294#M140590</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="291628" data-lia-user-login="Jihwan_Kim" class="lia-mention lia-mention-user"&gt;Jihwan_Kim&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you Jihwan for your reply.&amp;nbsp; I tried your DAX expression but it did not work as expected.&lt;/P&gt;&lt;P&gt;There were two negative results.&amp;nbsp; The first is the Sort Column is out of order. I'm not sure what is causing this.&amp;nbsp; The second is the results of the calculation are not right.&amp;nbsp; I was incorrect when I said that every July 1 the Cumulative Degree Days (Value) went to zero.&amp;nbsp; It could be anything greater than zero and less than or equal to 1.&amp;nbsp; Below is your DAX with modifications to fit my actual data. Also below is my Model.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Daily degree Days measure: =&lt;/P&gt;&lt;P&gt;VAR _currentrowdate =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX ( 'Date'[Date] )&lt;/P&gt;&lt;P&gt;VAR _recordstartdate =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALCULATE ( MIN ( DD[DD Date] ), REMOVEFILTERS ( 'Date' ) )&lt;/P&gt;&lt;P&gt;VAR _recordenddate =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALCULATE ( MAX ( DD[DD Date] ), REMOVEFILTERS ( 'Date' ) )&lt;/P&gt;&lt;P&gt;VAR _currentrowdata =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM ( DD[Value] )&lt;/P&gt;&lt;P&gt;VAR _prevrowdata =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALCULATE (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM (DD[Value] ),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OFFSET ( -1, ALL ( 'Date'[Date] ), ORDERBY ( 'Date'[Date], ASC ) )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SWITCH (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TRUE (),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX ( 'Date'[Date] ) &amp;lt;= _recordstartdate, BLANK (),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MAX ( 'Date'[Date] ) &amp;gt; _recordenddate, BLANK (),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MONTH ( _currentrowdate ) = 7&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;amp;&amp;amp; DAY ( _currentrowdate ) = 1, 0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; _currentrowdata - _prevrowdata&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the model&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you, I appreciate your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 21:11:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3634294#M140590</guid>
      <dc:creator>BudMan512</dc:creator>
      <dc:date>2024-01-11T21:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3634360#M140597</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks so much for taking the time to help me.&amp;nbsp; For some reason the DAX did not work correctly for me.&lt;/P&gt;&lt;P&gt;I have added more information using my own data to help get to the bottom of my issue.&lt;/P&gt;&lt;P&gt;Also the value every July 1 could go from 0 to 1 rather than 0 which is what&amp;nbsp; I first reported.&lt;/P&gt;&lt;P&gt;Here is my interpretation of your script using my information.&lt;/P&gt;&lt;P&gt;DDD =&lt;BR /&gt;VAR PreviousDate = DD[DD Date]-1&lt;BR /&gt;VAR PreviousCDD = CALCULATE(SUM(DD[Value]), FILTER(DD,DD[DD Date] = PreviousDate))&lt;BR /&gt;RETURN IF(PreviousCDD&amp;lt;&amp;gt;BLANK(), DD[Value] - PreviousCDD)&lt;/P&gt;&lt;P&gt;Here are the results.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Here is the model.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I apologize if I bungled your recommendation.&amp;nbsp; I appreciate you patience.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jan 2024 22:00:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3634360#M140597</guid>
      <dc:creator>BudMan512</dc:creator>
      <dc:date>2024-01-11T22:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3635512#M140640</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="299232" data-lia-user-login="BudMan512" class="lia-mention lia-mention-user"&gt;BudMan512&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’m sorry that my last response didn’t help you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May be you can try the following solution:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a &lt;STRONG&gt;New measure&lt;/STRONG&gt; named Daily Degree days.&lt;/LI&gt;
&lt;/OL&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;&amp;nbsp;&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;Then use the following DAX expression.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Daily Degree Days =

var prviousCDD=CALCULATE(SUM('Table'[Cumulative Degree Days]),

FILTER(ALLSELECTED('Table'),

[Date]=MAX('Table'[Date])-1),

CROSSFILTER('Date'[Date],'Table'[Date],None))

return

IF(MAX('Table'[Date]) =DATE(YEAR(MAX('Table'[Date])),7,1),0,SUM('Table'[Cumulative Degree Days])-prviousCDD)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here's my preview.&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fcommunity.powerbi.com%2Ft5%2FCommunity-Blog%2FHow-to-Get-Your-Question-Answered-Quickly%2Fba-p%2F38490&amp;amp;data=05%7C02%7Cv-yohua%40microsoft.com%7C735c628d92964f8fbc0e08dc134fe3a9%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C638406481060075315%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=9KjOcddcDY9faTCvg5Ve0PfxcS0KwNuw34J6G26sDZc%3D&amp;amp;reserved=0" target="_blank"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;
&lt;P&gt;Yongkang Hua&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 09:25:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3635512#M140640</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-12T09:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3636444#M140682</link>
      <description>&lt;P&gt;That worked perfectly.&amp;nbsp; Thank you for the help.&amp;nbsp; Very much appreceiated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 17:33:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3636444#M140682</guid>
      <dc:creator>BudMan512</dc:creator>
      <dc:date>2024-01-12T17:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Need Daily Degree Day values from a list of Cumulative Degree Days</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3636456#M140684</link>
      <description>&lt;P&gt;Thanks for your help. Even though I didn't use this as a solution I appreciate your time on the problem.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Fri, 12 Jan 2024 17:36:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-Daily-Degree-Day-values-from-a-list-of-Cumulative-Degree/m-p/3636456#M140684</guid>
      <dc:creator>BudMan512</dc:creator>
      <dc:date>2024-01-12T17:36:55Z</dc:date>
    </item>
  </channel>
</rss>

