<?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: Calculating rolling numbers based on day of the week in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2635077#M77232</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="410720" data-lia-user-login="KW123" class="lia-mention lia-mention-user"&gt;KW123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for that the information you have provided is not making the problem clear to me. Can you please share more details to help us clarify your scenario?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer to:&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-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7Cv-jianboli%40microsoft.com%7C01202cbad56e47e0f74108da6480bd5d%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637932801368833763%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=Kn7FvmX74JD1RUuWHD2nZ2YtmZuxFpJG989FHWQbmpU%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&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%7C01%7Cv-jianboli%40microsoft.com%7C01202cbad56e47e0f74108da6480bd5d%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637932801368833763%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=mFStbdkZBcCfVZW6VVJlbrHsDsa7NpTgTpApMBkBHVE%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jianbo Li&lt;/P&gt;&lt;P&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Jul 2022 04:03:16 GMT</pubDate>
    <dc:creator>v-jianboli-msft</dc:creator>
    <dc:date>2022-07-13T04:03:16Z</dc:date>
    <item>
      <title>Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2628628#M76797</link>
      <description>&lt;P&gt;I have a calculated column which goes from 1-X based on the number of days in the month.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FD = CALCULATE(SUM('Date'[FD]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;FILTER(ALLSELECTED('Date'),'Date'[Date]&amp;lt;=MAX('Date'[Date]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)))&lt;BR /&gt;&lt;BR /&gt;I am trying to build an IF statement that says when the row falls on a Friday/Saturday, make the number the same.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So if I have a colum that goes:&lt;BR /&gt;&lt;BR /&gt;Day of week&amp;nbsp; &amp;nbsp; &amp;nbsp;Calculated column&lt;BR /&gt;Monday&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 1&lt;BR /&gt;Tuesday&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;2&lt;BR /&gt;Wednesday&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;3&lt;BR /&gt;Thursday&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;4&lt;BR /&gt;&lt;BR /&gt;Friday and Saturday would both be 5. Skip Sunday, and the following Monday would be 6 and so on.&amp;nbsp; The first number in the column is dependant on the first day of the week of the month.&amp;nbsp; So it will always start at one, no matter the day of the week.&amp;nbsp; I have a date table which has the days of the week already converted into numerical values.&amp;nbsp; &amp;nbsp;1=Sunday, 7= Saturday.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Jul 2022 04:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2628628#M76797</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-09T04:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2628697#M76808</link>
      <description>&lt;P&gt;Hi KW123,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try this code&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;day rank = &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;WEEKDAY&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Feuil2[Date]&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;6&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;7&lt;/SPAN&gt;&lt;SPAN&gt;},&lt;/SPAN&gt;&lt;SPAN&gt;5&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;WEEKDAY&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Feuil2[Column4]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;WEEKDAY&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Feuil2[Date]&lt;/SPAN&gt;&lt;SPAN&gt;)-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 09 Jul 2022 08:06:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2628697#M76808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-09T08:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2631723#M77006</link>
      <description>&lt;P class="lia-align-left"&gt;Hi JamesFR06&lt;BR /&gt;&lt;BR /&gt;Thank you for the sugguestion! It returns each Friday and Saturday a value of 5 which is good except I need the numbers to keep going up as the month goes.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;1&lt;BR /&gt;2&lt;BR /&gt;3&lt;BR /&gt;4&lt;BR /&gt;5&lt;BR /&gt;5&lt;BR /&gt;6&lt;BR /&gt;7&lt;BR /&gt;8&lt;BR /&gt;9&lt;BR /&gt;10&lt;BR /&gt;10&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class="lia-align-left"&gt;etc....&amp;nbsp;&lt;BR /&gt;Is there a way to do that?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2022 16:39:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2631723#M77006</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-11T16:39:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2632675#M77058</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="410720" data-lia-user-login="KW123" class="lia-mention lia-mention-user"&gt;KW123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try:&lt;/P&gt;&lt;P&gt;Calculate Column =&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SUMX (

    FILTER (

        'Table',

        [Date] &amp;lt;= EARLIER ( 'Table'[Date] )

            &amp;amp;&amp;amp; WEEKDAY ( EARLIER ( 'Table'[Date] ), 2 ) &amp;lt;&amp;gt; 7

    ),

    IF ( WEEKDAY ( [Date], 2 ) &amp;lt;= 5, 1 )

)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Output:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jianbo Li&lt;/P&gt;&lt;P&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 05:59:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2632675#M77058</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2022-07-12T05:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2634302#M77193</link>
      <description>&lt;P&gt;Hi Jianbo,&lt;BR /&gt;&lt;BR /&gt;Thank you! Yes this is exactly what I am looking for.&amp;nbsp; However for me it returns values that do not start at 0.&amp;nbsp; They start at 655. I have tried the Summarize, don't summarize, and Count but none of them seem to work.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 16:48:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2634302#M77193</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-12T16:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2635077#M77232</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="410720" data-lia-user-login="KW123" class="lia-mention lia-mention-user"&gt;KW123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for that the information you have provided is not making the problem clear to me. Can you please share more details to help us clarify your scenario?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Refer to:&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-provide-sample-data-in-the-Power-BI-Forum%2Fba-p%2F963216&amp;amp;data=05%7C01%7Cv-jianboli%40microsoft.com%7C01202cbad56e47e0f74108da6480bd5d%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637932801368833763%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=Kn7FvmX74JD1RUuWHD2nZ2YtmZuxFpJG989FHWQbmpU%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&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%7C01%7Cv-jianboli%40microsoft.com%7C01202cbad56e47e0f74108da6480bd5d%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C637932801368833763%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=mFStbdkZBcCfVZW6VVJlbrHsDsa7NpTgTpApMBkBHVE%3D&amp;amp;reserved=0" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Jianbo Li&lt;/P&gt;&lt;P&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 04:03:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2635077#M77232</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2022-07-13T04:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2637017#M77341</link>
      <description>&lt;P&gt;Hi Jianbo,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Sorry that the information was not clear.&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As you can see in the FD column, the numbers start at 133 and increase in value over time.&amp;nbsp; The data begins at Jan 2020 but I have a slicer in the report that starts at 2022 and would like the FD column to reset to 1 at each month based on the slicer.&amp;nbsp;You can see in the report that I have it set to Jan 2022 and the begins at 655 instead of 1.&lt;BR /&gt;&amp;nbsp;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 17:50:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2637017#M77341</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-13T17:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2639661#M77470</link>
      <description>&lt;P&gt;From what I am able to find online, I need to create a measure instead of a column? What would be the DAX for that?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thank you!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Jul 2022 20:21:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2639661#M77470</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-14T20:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2640547#M77508</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="410720" data-lia-user-login="KW123" class="lia-mention lia-mention-user"&gt;KW123&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According to your description, I adjusted the original DAX, please try:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Calculate Column =

SUMX (

    FILTER (

        'Table',

        [Date] &amp;lt;= EARLIER ( 'Table'[Date] )

            &amp;amp;&amp;amp; WEEKDAY ( EARLIER ( 'Table'[Date] ), 2 ) &amp;lt;&amp;gt; 7

            &amp;amp;&amp;amp; MONTH ( [Date] ) = MONTH ( EARLIER ( 'Table'[Date] ) )

            &amp;amp;&amp;amp; YEAR ( [Date] ) = YEAR ( EARLIER ( 'Table'[Date] ) )

    ),

    IF ( WEEKDAY ( [Date], 2 ) &amp;lt;= 5, 1 )

)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Final output:&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;Best Regards,&lt;/P&gt;&lt;P&gt;Jianbo Li&lt;/P&gt;&lt;P&gt;If this post &lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 07:41:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2640547#M77508</guid>
      <dc:creator>v-jianboli-msft</dc:creator>
      <dc:date>2022-07-15T07:41:39Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2641695#M77576</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="403972" data-lia-user-login="v-jianboli-msft" class="lia-mention lia-mention-user"&gt;v-jianboli-msft&lt;/a&gt;&amp;nbsp;Thank you so so much this worked!!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 15:17:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2641695#M77576</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-15T15:17:03Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2641906#M77585</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="403972" data-lia-user-login="v-jianboli-msft" class="lia-mention lia-mention-user"&gt;v-jianboli-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Is there a way to have this go in Descending order? I need one column to go from 1-X and another to go from X-1.&amp;nbsp; If I change the second column (FD2) to descending, they both change and nothing happens in the report. I hope that makes sense.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Basically looking for a column that is "days left" from the first one we just created.&amp;nbsp; Thank you so much!&amp;nbsp;&lt;BR /&gt;&lt;img /&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 17:20:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2641906#M77585</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-15T17:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating rolling numbers based on day of the week</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2642102#M77598</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="403972" data-lia-user-login="v-jianboli-msft" class="lia-mention lia-mention-user"&gt;v-jianboli-msft&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Sorry, another question! I have a Holiday table.&amp;nbsp; Is there a way to encorporate that into the DAX you gave me earlier? If the FD falls on a holiday, to make it the same number as the previous day?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Feb&lt;BR /&gt;Wednesday 16=12FD&lt;BR /&gt;Thursday 17 =13FD&lt;BR /&gt;Friday 18= 14&lt;BR /&gt;Saturday 19 =14&lt;BR /&gt;Monday 21 (Holiday) =14&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Jul 2022 19:31:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculating-rolling-numbers-based-on-day-of-the-week/m-p/2642102#M77598</guid>
      <dc:creator>KW123</dc:creator>
      <dc:date>2022-07-15T19:31:10Z</dc:date>
    </item>
  </channel>
</rss>

