<?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: DAX: To sum negative and positive numbers in a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/960431#M11204</link>
    <description>It would really help if you could phrase your problem/question in a more understandable and detailed way. For the time being it's not possible to understand what the issue is and what you want to calculate.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
    <pubDate>Thu, 05 Mar 2020 12:07:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-05T12:07:45Z</dc:date>
    <item>
      <title>DAX: To sum negative and positive numbers in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/959966#M11177</link>
      <description>&lt;P&gt;Hello, I need to sum the negative and positive numbers in a column.&lt;/P&gt;&lt;P&gt;For example, some orders used to be cancled after it is entered. I use sumx function but the it considers the negative values as the positive ones. Please help!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 07:33:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/959966#M11177</guid>
      <dc:creator>JihyeHeo</dc:creator>
      <dc:date>2020-03-05T07:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: To sum negative and positive numbers in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/960057#M11178</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="211240" data-lia-user-login="JihyeHeo" class="lia-mention lia-mention-user"&gt;JihyeHeo&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is your desired output?&lt;/P&gt;
&lt;P&gt;if you need only sum of positive or only negative values try calculations like&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CALCULATE(SUM([Sales Value]), [Sales Value]&amp;gt;0)&lt;/LI-CODE&gt;
&lt;P&gt;or&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;CALCULATE(SUM([Sales Value]), [Sales Value]&amp;lt;0)​&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 05 Mar 2020 08:18:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/960057#M11178</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-05T08:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: To sum negative and positive numbers in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/960255#M11186</link>
      <description>&lt;P&gt;Normal sum should have work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure=sum(table[Amount])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drag order number and measure in table visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;BR /&gt;Pravin Wattamwar&lt;BR /&gt;&lt;A href="http://www.linkedin.com/in/pravin-p-wattamwar" target="_blank"&gt;www.linkedin.com/in/pravin-p-wattamwar&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If I resolve your problem Mark it as a solution and give kudos.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 09:49:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/960255#M11186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-05T09:49:50Z</dc:date>
    </item>
    <item>
      <title>Re: DAX: To sum negative and positive numbers in a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/960431#M11204</link>
      <description>It would really help if you could phrase your problem/question in a more understandable and detailed way. For the time being it's not possible to understand what the issue is and what you want to calculate.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;&lt;BR /&gt;Best&lt;BR /&gt;D</description>
      <pubDate>Thu, 05 Mar 2020 12:07:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-To-sum-negative-and-positive-numbers-in-a-column/m-p/960431#M11204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-05T12:07:45Z</dc:date>
    </item>
  </channel>
</rss>

