<?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: Rolling Average Using Index (NOT DATE) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2822555#M89627</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;What is your Excel formula for your G276 cell?&lt;/P&gt;</description>
    <pubDate>Thu, 06 Oct 2022 11:23:25 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2022-10-06T11:23:25Z</dc:date>
    <item>
      <title>Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2816117#M89307</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I would like to ask , "What are examples of workable coding that I can try using if I need to perform rolling average of 30 weeks using the INDEX row and NOT Dates?" because based on my research that I have done so far, I mainly see people performing rolling average calculations using dates but not index which becomes unhelpful references for my case. Therefore, I decided to raise my question here instead.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All responses are welcomed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for taking the time out to read this enquiry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Kaili&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 08:07:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2816117#M89307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T08:07:49Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2816126#M89308</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;So like:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Better RA = 
    VAR __Index = MAX('Table'[Index])
    VAR __MinIndex = __Index - 30
    VAR __Table = FILTER(ALLSELECTED('Table'),[Index] &amp;lt; __Index &amp;amp;&amp;amp; [Index] &amp;gt;= __MinIndex)
RETURN
    AVERAGEX(__Table,[Value])&lt;/LI-CODE&gt;
&lt;P&gt;Note, I pretty much just replaced [Date] with [Index]...&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Better-Running-Total/td-p/2755666" target="_blank"&gt;Better Running Total - Microsoft Power BI Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 08:11:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2816126#M89308</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-04T08:11:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2816212#M89315</link>
      <description>&lt;P&gt;Dear Mr &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;Thank you so much for your suggested solution and I will give it a try.&lt;/P&gt;&lt;P&gt;- Kai Li&lt;/P&gt;</description>
      <pubDate>Tue, 04 Oct 2022 08:32:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2816212#M89315</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-04T08:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2818613#M89456</link>
      <description>&lt;P&gt;Dear Mr &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;How can I modify the DAX formula to match with the calculated rolling average in my Excel data source file as there are differences between the data that I have and in the chart that I created in Power BI?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice. Thank you very much.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Kaili&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 02:55:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2818613#M89456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-05T02:55:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2818848#M89474</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Not the first clue. I don't have any data to compare one with the other so impossible to say.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Oct 2022 06:40:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2818848#M89474</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-05T06:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2821530#M89583</link>
      <description>&lt;P&gt;Dear Mr&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;here are the screenshots of my data (we are looking at row 276's total in Excel and the Rolling Average Sample 1 in Power BI). As you can see, the data does not match. Therefore, I would like to know if there are DAX amendments that I can make to ensure that this does not happen?&lt;/P&gt;&lt;P&gt;Further advice is much appreciated.&lt;/P&gt;&lt;P&gt;Yours sincerely,&lt;/P&gt;&lt;P&gt;Kaili&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 04:09:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2821530#M89583</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T04:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2822555#M89627</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;What is your Excel formula for your G276 cell?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 11:23:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2822555#M89627</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-06T11:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2822582#M89630</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New to the forum and first post. I was wondering which command to use to get the following results in power bi.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am comparing scores to see if they are less than or greater than a certain range and thus helping with the decision/outome. The excel formula is working, how can i set up the same in Power bi. below is a screenshot showing the formula etc&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 11:38:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2822582#M89630</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-06T11:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2822779#M89647</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Please post as a new topic.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Oct 2022 12:54:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2822779#M89647</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-10-06T12:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Average Using Index (NOT DATE)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2824483#M89762</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;=SUM(M246:M276)/30&lt;/P&gt;</description>
      <pubDate>Fri, 07 Oct 2022 04:18:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Rolling-Average-Using-Index-NOT-DATE/m-p/2824483#M89762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-10-07T04:18:58Z</dc:date>
    </item>
  </channel>
</rss>

