<?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 Calculate total in a matrix without ignoring the filter in matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229086#M118423</link>
    <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="29424" data-lia-user-login="PBICommunity" class="lia-mention lia-mention-user"&gt;PBICommunity&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you could help me this issue. I have checked several posts regarding the same issue but couldn't apply it to my problem&lt;/P&gt;&lt;P&gt;So, I have a list of data containing both negative, positive &amp;amp; 0 value (some even have decimal value such as -0.003) and I need to calculate the total in a matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What makes it tricky is that the matrix shouldn't show 0 &amp;amp; positive value but only negative value &amp;lt;= -1, however, the total of this matrix should consider all negative value (exclude positive &amp;amp; 0 value, but still consider value of -0.003 in the total calculation). Which Dax formula should I use&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Please help!!!!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Fri, 19 May 2023 08:16:02 GMT</pubDate>
    <dc:creator>Mai_NGT</dc:creator>
    <dc:date>2023-05-19T08:16:02Z</dc:date>
    <item>
      <title>Calculate total in a matrix without ignoring the filter in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229086#M118423</link>
      <description>&lt;P&gt;Hello all,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="29424" data-lia-user-login="PBICommunity" class="lia-mention lia-mention-user"&gt;PBICommunity&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope you could help me this issue. I have checked several posts regarding the same issue but couldn't apply it to my problem&lt;/P&gt;&lt;P&gt;So, I have a list of data containing both negative, positive &amp;amp; 0 value (some even have decimal value such as -0.003) and I need to calculate the total in a matrix.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What makes it tricky is that the matrix shouldn't show 0 &amp;amp; positive value but only negative value &amp;lt;= -1, however, the total of this matrix should consider all negative value (exclude positive &amp;amp; 0 value, but still consider value of -0.003 in the total calculation). Which Dax formula should I use&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Please help!!!!&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 19 May 2023 08:16:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229086#M118423</guid>
      <dc:creator>Mai_NGT</dc:creator>
      <dc:date>2023-05-19T08:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate total in a matrix without ignoring the filter in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229187#M118431</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="558533" data-lia-user-login="Mai_NGT" class="lia-mention lia-mention-user"&gt;Mai_NGT&lt;/a&gt;&amp;nbsp;You will need to change your ALLSELECTED to ALL most likely. ALLSELECTED respects the external filter from the Filters pane but ALL should bring everything in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also,&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>Wed, 10 May 2023 16:16:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229187#M118431</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-05-10T16:16:49Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate total in a matrix without ignoring the filter in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229405#M118451</link>
      <description>&lt;P&gt;Thank you for your response. I took a look all the link but unfortunately, haven't found a concrete solution for my case. How can I still got the correct total value even when some of value has been hidden?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 May 2023 18:50:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229405#M118451</guid>
      <dc:creator>Mai_NGT</dc:creator>
      <dc:date>2023-05-22T18:50:21Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate total in a matrix without ignoring the filter in matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229470#M118458</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="558533" data-lia-user-login="Mai_NGT" class="lia-mention lia-mention-user"&gt;Mai_NGT&lt;/a&gt;&amp;nbsp;That's where you will need the ALL to bring the filtered rows back into context.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2023 23:17:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-total-in-a-matrix-without-ignoring-the-filter-in/m-p/3229470#M118458</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-05-10T23:17:48Z</dc:date>
    </item>
  </channel>
</rss>

