<?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 Question with highest average score in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2886073#M93544</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I am trying to create a DAX Measure in Power BI to pull out the question with the highest average score. It's a very simple table, just question, person and score.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Any help appreciated&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 04 Nov 2022 15:53:06 GMT</pubDate>
    <dc:creator>Bexpurlz</dc:creator>
    <dc:date>2022-11-04T15:53:06Z</dc:date>
    <item>
      <title>Question with highest average score</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2886073#M93544</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I am trying to create a DAX Measure in Power BI to pull out the question with the highest average score. It's a very simple table, just question, person and score.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Any help appreciated&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 04 Nov 2022 15:53:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2886073#M93544</guid>
      <dc:creator>Bexpurlz</dc:creator>
      <dc:date>2022-11-04T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: Question with highest average score</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2886101#M93547</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="467143" data-lia-user-login="Bexpurlz" class="lia-mention lia-mention-user"&gt;Bexpurlz&lt;/a&gt;&amp;nbsp;This looks like a measure aggregation problem. See my blog article about that here: &lt;A href="https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Design-Pattern-Groups-and-Super-Groups/ba-p/138149&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The pattern is: &lt;BR /&gt;MinScoreMeasure = MINX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])&lt;BR /&gt;MaxScoreMeasure = MAXX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])&lt;BR /&gt;AvgScoreMeasure = AVERAGEX ( SUMMARIZE ( Table, Table[Group] , "Measure",[YourMeasure] ), [Measure])&lt;BR /&gt;etc.&lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 16:05:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2886101#M93547</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2022-11-04T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Question with highest average score</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2886232#M93560</link>
      <description>&lt;P&gt;Thank you for the reply, although I'm not sure if it's exactly what I'm after here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm fairly new to dax, so struggling a little bit. I want to create a scorecard, that I will label 'question with highest average score'&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I'm trying to use your code, but I don't really get the 'your measure' part, I don't have a measure yet so I'm getting a bit confused. I have attached a photo of the dax so far. I appreciate your help.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Fri, 04 Nov 2022 17:07:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2886232#M93560</guid>
      <dc:creator>Bexpurlz</dc:creator>
      <dc:date>2022-11-04T17:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Question with highest average score</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2887025#M93615</link>
      <description>&lt;P&gt;File attached...&lt;/P&gt;</description>
      <pubDate>Sat, 05 Nov 2022 13:59:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2887025#M93615</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-05T13:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: Question with highest average score</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2922999#M95912</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="467143" data-lia-user-login="Bexpurlz" class="lia-mention lia-mention-user"&gt;Bexpurlz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Has your problem been solved? &lt;SPAN&gt;If so, would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirment will find the solution quickly and benefit here, thank you!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _ xiaosun&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps,&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&amp;nbsp;&lt;/EM&gt;&lt;/STRONG&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 23 Nov 2022 01:41:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-with-highest-average-score/m-p/2922999#M95912</guid>
      <dc:creator>v-xiaosun-msft</dc:creator>
      <dc:date>2022-11-23T01:41:49Z</dc:date>
    </item>
  </channel>
</rss>

