<?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: DAX Measure for Ranking the valid rows and calculating the average rating in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5179264#M187976</link>
    <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1587411" target="_blank"&gt;@SRHR&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
    <pubDate>Thu, 07 May 2026 11:06:40 GMT</pubDate>
    <dc:creator>v-prasare</dc:creator>
    <dc:date>2026-05-07T11:06:40Z</dc:date>
    <item>
      <title>DAX Measure for Ranking the valid rows and calculating the average rating</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5160463#M187876</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Appreciate any help.&lt;/P&gt;&lt;P&gt;I have two tables – Attendance, Survey I don’t have any joining keys other than email and no way of determining to which survey they responded to if the same MS forms are used for multiple learnings.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Attendance&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Email&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Course Name&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Learning Date&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Status&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form Key&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Eve@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Mathematics - 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;15/03/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Eve@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Mathematics - 2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Eve@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Mathematics - 3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;29/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Adam@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Mathematics - 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Registered&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="mailto:Jack@gmail.com" target="_blank" rel="noopener"&gt;Jack@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Mathematics - 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Jack@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Mathematics - 3&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;29/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Completed&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 2&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Survey&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Email&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form Key&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Survey Date&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Rating&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Eve@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;19/03/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;5.0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Eve@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;19/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2.0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Eve@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;22/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3.8&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;Eve@gmail.com&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;29/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2.9&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="mailto:Jack@gmail.com" target="_blank" rel="noopener"&gt;Jack@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;20/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;4.0&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="mailto:Adam@gmail.com" target="_blank" rel="noopener"&gt;Adam@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 1&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;21/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;3.5&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="mailto:Jack@gmail.com" target="_blank" rel="noopener"&gt;Jack@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;28/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;2.6&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;&lt;A href="mailto:Jack@gmail.com" target="_blank" rel="noopener"&gt;Jack@gmail.com&lt;/A&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;Form 2&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;30/04/2026&lt;/P&gt;&lt;/TD&gt;&lt;TD&gt;&lt;P&gt;4.6&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Adam has registered for the learning(20/04/2026) but didn’t attend. But he was able to submit a survey with an automated link that was sent to them. This becomes an invalid submission&lt;/LI&gt;&lt;LI&gt;Eve attended the learning(20/04/2026), submitted a survey before the session(through an automated link – invalid submission) and after the event.&lt;/LI&gt;&lt;LI&gt;Jack attended the learning(20/04/2026) and submitted the survey.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Now I need,&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;a rank measure to rank the rows(where valid rows have rank =1). One assumption I can make to rank them is that Learning date &amp;lt;= surveydate&amp;lt;= Learning date + 2 days.&lt;/LI&gt;&lt;LI&gt;a measure which calculates average rating of the valid responses&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Ex&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Mathematics – 1, learning date(15/03/2026) = average = blank(no submissions)&lt;/LI&gt;&lt;LI&gt;Mathematics – 1, learning date(20/04/2026) = average = 4.0&lt;/LI&gt;&lt;LI&gt;Mathematics – 2, learning date(20/04/2026) = average = 3.8&lt;/LI&gt;&lt;LI&gt;Mathematics – 3, learning date(29/04/2026) = average = (2.9+4.6)/2 = 3.75&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 29 Apr 2026 03:29:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5160463#M187876</guid>
      <dc:creator>SRHR</dc:creator>
      <dc:date>2026-04-29T03:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure for Ranking the valid rows and calculating the average rating</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5160989#M187880</link>
      <description>&lt;P&gt;&amp;nbsp;Hola&lt;/P&gt;&lt;P&gt;the best&amp;nbsp;&amp;nbsp;approach is to do this in Power Query rather than DAX, create a custom column in Attendance that looks up matching survey rows by Email + Form Key within the date window. But if you want to keep it in DAX, here's an average rating measure:&lt;BR /&gt;daxAvg Valid Rating =&lt;BR /&gt;VAR LearningDate = MAX(Attendance[Learning Date])&lt;BR /&gt;VAR FormKey = MAX(Attendance[Form Key])&lt;/P&gt;&lt;P&gt;VAR ValidSurveys =&lt;BR /&gt;FILTER(&lt;BR /&gt;Survey,&lt;BR /&gt;Survey[Form Key] = FormKey&lt;BR /&gt;&amp;amp;&amp;amp; Survey[Survey Date] &amp;gt;= LearningDate&lt;BR /&gt;&amp;amp;&amp;amp; Survey[Survey Date] &amp;lt;= LearningDate + 2&lt;BR /&gt;&amp;amp;&amp;amp; Survey[Email] IN&lt;BR /&gt;CALCULATETABLE(&lt;BR /&gt;VALUES(Attendance[Email]),&lt;BR /&gt;Attendance[Status] = "Completed",&lt;BR /&gt;Attendance[Learning Date] = LearningDate,&lt;BR /&gt;Attendance[Form Key] = FormKey&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;RETURN&lt;BR /&gt;AVERAGEX(ValidSurveys, Survey[Rating])&lt;/P&gt;</description>
      <pubDate>Wed, 29 Apr 2026 17:07:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5160989#M187880</guid>
      <dc:creator>Juan-Power-bi</dc:creator>
      <dc:date>2026-04-29T17:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure for Ranking the valid rows and calculating the average rating</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5176499#M187905</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1587411" data-lia-user-login="SRHR" class="lia-mention lia-mention-user"&gt;SRHR&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try these&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rank Valid Measure =&lt;/P&gt;&lt;P&gt;VAR LearningDate = SELECTEDVALUE(Attendance[Learning Date])&lt;/P&gt;&lt;P&gt;VAR Email = SELECTEDVALUE(Attendance[Email])&lt;/P&gt;&lt;P&gt;VAR FormKey = SELECTEDVALUE(Attendance[Form Key])&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;IF(SELECTEDVALUE(Attendance[Status]) = "Completed" &amp;amp;&amp;amp;CALCULATE(&lt;/P&gt;&lt;P&gt;COUNTROWS(Survey),&lt;/P&gt;&lt;P&gt;FILTER(&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Survey,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Survey[Email] = Email &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Survey[Form Key] = FormKey &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Survey[Survey Date] &amp;gt;= LearningDate &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Survey[Survey Date] &amp;lt;= LearningDate + 2&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ) ) &amp;gt; 0,1,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Avg Rating Measure =&lt;/P&gt;&lt;P&gt;AVERAGEX(FILTER(&lt;/P&gt;&lt;P&gt;Survey,&lt;/P&gt;&lt;P&gt;VAR MatchLearningDate =&lt;/P&gt;&lt;P&gt;CALCULATE(MAX(Attendance[Learning Date]),&lt;/P&gt;&lt;P&gt;FILTER(&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; Attendance,&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; Attendance[Email] = Survey[Email] &amp;amp;&amp;amp;&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; Attendance[Form Key] = Survey[Form Key] &amp;amp;&amp;amp; Attendance[Status] = "Completed"))&lt;/P&gt;&lt;P&gt;RETURN&lt;/P&gt;&lt;P&gt;NOT ISBLANK(MatchLearningDate) &amp;amp;&amp;amp; Survey[Survey Date] &amp;gt;= MatchLearningDate &amp;amp;&amp;amp;&lt;/P&gt;&lt;P&gt;Survey[Survey Date] &amp;lt;= MatchLearningDate + 2),&lt;/P&gt;&lt;P&gt;Survey[Rating])&lt;/P&gt;</description>
      <pubDate>Fri, 01 May 2026 02:02:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5176499#M187905</guid>
      <dc:creator>krishnakanth240</dc:creator>
      <dc:date>2026-05-01T02:02:07Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure for Ranking the valid rows and calculating the average rating</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5176934#M187919</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I understand the challenge of linking survey responses without a clear identifier.&lt;/SPAN&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Valid Survey Rank =
CALCULATE (
    COUNTROWS ( Survey ),
    FILTER (
        Survey,
        Survey[Email]
            = EARLIER ( Attendance[Email] )
            &amp;amp;&amp;amp; Survey[Form Key]
                = EARLIER ( Attendance[Form Key] )
            &amp;amp;&amp;amp; Survey[Survey Date] &amp;gt; Attendance[Learning Date]
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;SPAN&gt;This formula counts survey responses where the date is after the learning date for the same email and form.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 03 May 2026 03:37:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5176934#M187919</guid>
      <dc:creator>pcoley</dc:creator>
      <dc:date>2026-05-03T03:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure for Ranking the valid rows and calculating the average rating</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5177420#M187930</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1587411" data-lia-user-login="SRHR" class="lia-mention lia-mention-user"&gt;SRHR&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="842490" data-lia-user-login="pcoley" class="lia-mention lia-mention-user"&gt;pcoley&lt;/a&gt;&amp;nbsp;, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="764617" data-lia-user-login="krishnakanth240" class="lia-mention lia-mention-user"&gt;krishnakanth240&lt;/a&gt;&amp;nbsp;&amp;amp; &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="195973" data-lia-user-login="Juan-Power-bi" class="lia-mention lia-mention-user"&gt;Juan-Power-bi&lt;/a&gt;&amp;nbsp;,Thanks for your prompt response&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Mon, 04 May 2026 11:25:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5177420#M187930</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-05-04T11:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure for Ranking the valid rows and calculating the average rating</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5179264#M187976</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1587411" target="_blank"&gt;@SRHR&lt;/A&gt;,&lt;/P&gt;
&lt;P&gt;We would like to confirm if our community members answer resolves your query or if you need further help. If you still have any questions or need more support, please feel free to let us know. We are happy to help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your patience and look forward to hearing from you.&lt;BR /&gt;Best Regards,&lt;BR /&gt;Prashanth Are&lt;BR /&gt;MS Fabric community support&lt;/P&gt;</description>
      <pubDate>Thu, 07 May 2026 11:06:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-for-Ranking-the-valid-rows-and-calculating-the/m-p/5179264#M187976</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2026-05-07T11:06:40Z</dc:date>
    </item>
  </channel>
</rss>

