<?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 reverse a value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1164430#M17873</link>
    <description>&lt;P&gt;Is it possible to reverse the value eg -$12,000 to become $12,000 and visa a versa $11,500 becomes -$11,500&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jun 2020 01:52:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-17T01:52:03Z</dc:date>
    <item>
      <title>reverse a value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1164430#M17873</link>
      <description>&lt;P&gt;Is it possible to reverse the value eg -$12,000 to become $12,000 and visa a versa $11,500 becomes -$11,500&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 01:52:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1164430#M17873</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-17T01:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: reverse a value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1164783#M17876</link>
      <description>&lt;P&gt;HI&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can create a column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COLUMN1 = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SWITCH(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;True(),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;'Table'[Actual] &amp;gt; 0 , - 'Table'[Actual],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ABS('Table'[Actual])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 17 Jun 2020 04:47:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1164783#M17876</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-17T04:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: reverse a value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1166480#M17923</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have you tried to multiply the value by -1 ?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jun 2020 15:14:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1166480#M17923</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-06-17T15:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: reverse a value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1173464#M18185</link>
      <description>&lt;P&gt;yes, I eventially also came to this conculsion; thank you for helping on this one.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 11:15:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/reverse-a-value/m-p/1173464#M18185</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T11:15:45Z</dc:date>
    </item>
  </channel>
</rss>

