<?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: Summarize a MAXX measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3043309#M104511</link>
    <description>&lt;P&gt;I found the fix for this in your post thanks for this!&lt;/P&gt;</description>
    <pubDate>Wed, 25 Jan 2023 16:34:54 GMT</pubDate>
    <dc:creator>Wokster</dc:creator>
    <dc:date>2023-01-25T16:34:54Z</dc:date>
    <item>
      <title>Summarize a MAXX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3040465#M104257</link>
      <description>&lt;DIV&gt;&lt;SPAN&gt;Goodafternoon,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I use the following measure to get the following information;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Measure;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Summerized = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt;&lt;SPAN&gt; CurrentName = &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt; ('Incidents'[id])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;SPAN&gt;MAXX&lt;/SPAN&gt;&lt;SPAN&gt; (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt; ('incidents'), Incidents[id] = CurrentName), Incidents[kosten sum])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;Result;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing is that i don't get a total at the end of the table and i also cannot choose to summarize it, is there a other way to fix this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:05:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3040465#M104257</guid>
      <dc:creator>Wokster</dc:creator>
      <dc:date>2023-01-24T14:05:09Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize a MAXX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3040523#M104269</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="496753" data-lia-user-login="Wokster" class="lia-mention lia-mention-user"&gt;Wokster&lt;/a&gt;&amp;nbsp;First, please vote for this idea: &lt;A href="https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e" target="_blank"&gt;https://ideas.powerbi.com/ideas/idea/?ideaid=082203f1-594f-4ba7-ac87-bb91096c742e&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This looks like a measure totals problem. Very common. See my post about it here: &lt;A href="https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376" target="_blank"&gt;https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dealing-with-Measure-Totals/td-p/63376&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also, this Quick Measure, Measure Totals, The Final Word should get you what you need:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Measure-Totals-The-Final-Word/m-p/547907&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Also: &lt;A href="https://youtu.be/uXRriTN0cfY" target="_blank"&gt;https://youtu.be/uXRriTN0cfY&lt;/A&gt;&lt;BR /&gt;And: &lt;A href="https://youtu.be/n4TYhF2ARe8" target="_blank"&gt;https://youtu.be/n4TYhF2ARe8&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:23:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3040523#M104269</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-01-24T14:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize a MAXX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3040557#M104272</link>
      <description>&lt;P&gt;It is still hard to understand which one i need because i already have the measure which give me the information only the total is not there. Can you describe what i need to do to make this work with the measure i have already in use?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2023 14:29:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3040557#M104272</guid>
      <dc:creator>Wokster</dc:creator>
      <dc:date>2023-01-24T14:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize a MAXX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3042099#M104392</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;?&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 09:22:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3042099#M104392</guid>
      <dc:creator>Wokster</dc:creator>
      <dc:date>2023-01-25T09:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize a MAXX measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3043309#M104511</link>
      <description>&lt;P&gt;I found the fix for this in your post thanks for this!&lt;/P&gt;</description>
      <pubDate>Wed, 25 Jan 2023 16:34:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize-a-MAXX-measure/m-p/3043309#M104511</guid>
      <dc:creator>Wokster</dc:creator>
      <dc:date>2023-01-25T16:34:54Z</dc:date>
    </item>
  </channel>
</rss>

