<?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 Table visualization totals in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-visualization-totals/m-p/3025587#M103155</link>
    <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I have a column that is the sum (subtraction) of two other columns (Disponível = Estoque - Pedidos). Sometimes, this subtraction is a negative number. My client wants to show zero instead of a negative number (the line must be shown, I can't just filter it).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote a measure using "if" to do it, but the total of the column also appears as zero (and I understand that, because it follows my measure, if the total is negative, it shows zero after all). The thing is that my client wants the sum of the positive values showing on the total of that column. How do I do that? Can anybody help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Jan 2023 11:28:28 GMT</pubDate>
    <dc:creator>marina_oliveira</dc:creator>
    <dc:date>2023-01-17T11:28:28Z</dc:date>
    <item>
      <title>Table visualization totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-visualization-totals/m-p/3025587#M103155</link>
      <description>&lt;P&gt;Hello everyone!&lt;/P&gt;&lt;P&gt;I have a column that is the sum (subtraction) of two other columns (Disponível = Estoque - Pedidos). Sometimes, this subtraction is a negative number. My client wants to show zero instead of a negative number (the line must be shown, I can't just filter it).&amp;nbsp;&lt;/P&gt;&lt;P&gt;I wrote a measure using "if" to do it, but the total of the column also appears as zero (and I understand that, because it follows my measure, if the total is negative, it shows zero after all). The thing is that my client wants the sum of the positive values showing on the total of that column. How do I do that? Can anybody help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:28:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-visualization-totals/m-p/3025587#M103155</guid>
      <dc:creator>marina_oliveira</dc:creator>
      <dc:date>2023-01-17T11:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: Table visualization totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-visualization-totals/m-p/3025611#M103157</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="462237" data-lia-user-login="marina_oliveira" class="lia-mention lia-mention-user"&gt;marina_oliveira&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;You need to iterate over the matrials:&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Disponível (Correct Total) =
SUMX (
    VALUES ( 'Table'[Material] ),
    [Disponível]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:42:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-visualization-totals/m-p/3025611#M103157</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-17T11:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table visualization totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-visualization-totals/m-p/3025645#M103160</link>
      <description>&lt;P&gt;Thank you! it worked perfectly!&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jan 2023 11:58:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Table-visualization-totals/m-p/3025645#M103160</guid>
      <dc:creator>marina_oliveira</dc:creator>
      <dc:date>2023-01-17T11:58:19Z</dc:date>
    </item>
  </channel>
</rss>

