<?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 to calculate aggregated values based on slicer selections in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2903462#M94635</link>
    <description>&lt;P&gt;File attached&lt;/P&gt;</description>
    <pubDate>Mon, 14 Nov 2022 10:55:32 GMT</pubDate>
    <dc:creator>daXtreme</dc:creator>
    <dc:date>2022-11-14T10:55:32Z</dc:date>
    <item>
      <title>Need to calculate aggregated values based on slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2899592#M94387</link>
      <description>&lt;P&gt;Hi helpful people&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Aggregation confusion here...&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a table of student results (one row per student attempt at a particular course), and am working on a report which allows admin staff to multi-select up to four courses in a slicer, and then see a table output for which students have the highest aggregate mark for that particular selection of courses. E.G. for a selection of courses Basketweaving1001, Basketweaving1002, RocketSci1001 and RocketSci2002 only, the visual should show the highest ranking aggregate scores in descending order, e.g. Joe Brown, Jane Smith, Tom Jones etc etc.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've been trying to write a measure using SUMX and ALLSELECTED and TOPN but have been tying myself up in knots - can anyone help?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many TIA&lt;/P&gt;&lt;P&gt;Philippa&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 08:34:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2899592#M94387</guid>
      <dc:creator>philippa_f</dc:creator>
      <dc:date>2022-11-11T08:34:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate aggregated values based on slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2900182#M94427</link>
      <description>&lt;P&gt;This description is not clear.&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;"E.G. for a selection of courses Basketweaving1001, Basketweaving1002, RocketSci1001 and RocketSci2002 only, the visual should show the highest ranking aggregate scores in descending order, e.g. Joe Brown, Jane Smith, Tom Jones etc etc."&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What is "highest ranking aggregated score"? Nobody knows... When you post a question on a forum, you should be maximally clear about what you want and how the logic should work. Pictures do help as well.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If in doubt about how to phrase a question to maximize the chances of getting a good answer, please read this:&amp;nbsp;&lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/How-to-Get-Your-Question-Answered-Quickly/td-p/1626726" target="_blank" rel="noopener"&gt;How to Get Your Question Answered Quickly - Microsoft Power BI Community&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 12:37:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2900182#M94427</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-11T12:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate aggregated values based on slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2902377#M94572</link>
      <description>&lt;P&gt;Thank you for taking the time to provide feedback,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349489" data-lia-user-login="daXtreme" class="lia-mention lia-mention-user"&gt;daXtreme&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Highest ranking aggregate score related to the marks students receive for those four courses, all added together (i.e. Aggregated). So if a student received marks of (for example) 72, 68, 50 and 60 for those four courses, their Aggregated score would be the sum of those four, i.e. 250.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I then need to be able to rank students according to these scores, e.g. if student 1 gets 250, student 2 gets 320, student 3 gets 315, student 4 gets 244, then what I need to see is a table showing&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Student 2 - 320&lt;/P&gt;&lt;P&gt;Student 3 - 315&lt;/P&gt;&lt;P&gt;Student 1 - 250&lt;/P&gt;&lt;P&gt;Student 4 - 244&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope that is a little clearer to anyone who is trying to help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 01:39:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2902377#M94572</guid>
      <dc:creator>philippa_f</dc:creator>
      <dc:date>2022-11-14T01:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate aggregated values based on slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2903462#M94635</link>
      <description>&lt;P&gt;File attached&lt;/P&gt;</description>
      <pubDate>Mon, 14 Nov 2022 10:55:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2903462#M94635</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-14T10:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate aggregated values based on slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2904991#M94745</link>
      <description>&lt;P&gt;Thank you &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="349489" data-lia-user-login="daXtreme" class="lia-mention lia-mention-user"&gt;daXtreme&lt;/a&gt;. I don't think I would have figured that out alone. Much appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Philippa&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 01:27:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2904991#M94745</guid>
      <dc:creator>philippa_f</dc:creator>
      <dc:date>2022-11-15T01:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: Need to calculate aggregated values based on slicer selections</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2906298#M94830</link>
      <description>&lt;P&gt;You would but maybe you would have had to study DAX a bit more &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; Everything is achievable by anyone. The only question is how much time it'd take.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 11:06:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Need-to-calculate-aggregated-values-based-on-slicer-selections/m-p/2906298#M94830</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-11-15T11:06:52Z</dc:date>
    </item>
  </channel>
</rss>

