<?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: Converting positive values to negative values in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414242#M63705</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370927" data-lia-user-login="Austin360" class="lia-mention lia-mention-user"&gt;Austin360&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New Column =&lt;BR /&gt;IF ( Table[Column]&amp;lt;0,&amp;nbsp;&lt;SPAN&gt;Table[Column], -Table[Column])&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Mar 2022 07:22:51 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-03-24T07:22:51Z</dc:date>
    <item>
      <title>Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414208#M63700</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Please I need help on how to convert positive values within a column to negative values.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 07:07:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414208#M63700</guid>
      <dc:creator>Austin360</dc:creator>
      <dc:date>2022-03-24T07:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414242#M63705</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370927" data-lia-user-login="Austin360" class="lia-mention lia-mention-user"&gt;Austin360&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New Column =&lt;BR /&gt;IF ( Table[Column]&amp;lt;0,&amp;nbsp;&lt;SPAN&gt;Table[Column], -Table[Column])&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 07:22:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414242#M63705</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-24T07:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414248#M63706</link>
      <description>&lt;P&gt;Thanks for the quick response&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 07:24:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414248#M63706</guid>
      <dc:creator>Austin360</dc:creator>
      <dc:date>2022-03-24T07:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414267#M63708</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370927" data-lia-user-login="Austin360" class="lia-mention lia-mention-user"&gt;Austin360&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can also use&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;New Column =&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;- ABS ( Table[Column] )&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 07:30:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414267#M63708</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-24T07:30:29Z</dc:date>
    </item>
    <item>
      <title>Re: Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414428#M63721</link>
      <description>&lt;P&gt;Thanks alot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was hoping to use an else statement alongside your statement above to change the all negative to positive.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like all positive to negative and negative to positive.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 08:38:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414428#M63721</guid>
      <dc:creator>Austin360</dc:creator>
      <dc:date>2022-03-24T08:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414450#M63723</link>
      <description>&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Column = &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;GL_ENTRY_[amount]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;lt; &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;GL_ENTRY_[Amount]&lt;/SPAN&gt;&lt;SPAN&gt; *-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;,-&lt;/SPAN&gt;&lt;SPAN&gt;GL_ENTRY_[Amount]&lt;/SPAN&gt;&lt;SPAN&gt; *&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;was hoping this would do the trick.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But its not , Kindly help&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 24 Mar 2022 08:50:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414450#M63723</guid>
      <dc:creator>Austin360</dc:creator>
      <dc:date>2022-03-24T08:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414493#M63724</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370927" data-lia-user-login="Austin360" class="lia-mention lia-mention-user"&gt;Austin360&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If you want convert all positive&amp;nbsp;to negative and all negative to positive&amp;nbsp;&lt;BR /&gt;&lt;SPAN&gt;Column =&amp;nbsp;-&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;GL_ENTRY_[amount]&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 09:07:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414493#M63724</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-03-24T09:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Converting positive values to negative values</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414508#M63725</link>
      <description>&lt;P&gt;Thanks a million&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Mar 2022 09:10:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Converting-positive-values-to-negative-values/m-p/2414508#M63725</guid>
      <dc:creator>Austin360</dc:creator>
      <dc:date>2022-03-24T09:10:17Z</dc:date>
    </item>
  </channel>
</rss>

