<?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: Function sign in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1445999#M27108</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="91508" data-lia-user-login="Olenard" class="lia-mention lia-mention-user"&gt;Olenard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, I still do not understand what the problem/question is.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving a thumbs up if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Oct 2020 05:26:13 GMT</pubDate>
    <dc:creator>AlB</dc:creator>
    <dc:date>2020-10-21T05:26:13Z</dc:date>
    <item>
      <title>Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1434042#M26754</link>
      <description>&lt;P&gt;Dear power Bi community&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am trying to use the command sign. But the results is strange. Please see below :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I excpected the results to be -1 on negative lines.&lt;/SPAN&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;Thank you all&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 18:47:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1434042#M26754</guid>
      <dc:creator>Olenard</dc:creator>
      <dc:date>2020-10-14T18:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1434136#M26759</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="91508" data-lia-user-login="Olenard" class="lia-mention lia-mention-user"&gt;Olenard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You are applying the SIGN() function to the SUM of all the elements in the column. Try this instead:&lt;/P&gt;
&lt;P&gt;CA Type Line = SIGN( Sales[Net Sales] )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Oct 2020 19:37:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1434136#M26759</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-10-14T19:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1435053#M26797</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but Am I not in a row contexte. Using only Sales(net sales) this does not work. The Dax formula expects a measure&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 06:38:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1435053#M26797</guid>
      <dc:creator>Olenard</dc:creator>
      <dc:date>2020-10-15T06:38:16Z</dc:date>
    </item>
    <item>
      <title>Re: Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1435076#M26800</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="91508" data-lia-user-login="Olenard" class="lia-mention lia-mention-user"&gt;Olenard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then you need to explain what you need better. You show a calculated column and you talk about wanting the result for each row, so this is confusing/contradictory&amp;nbsp; information if you do not have a row context. IS it a measure what you need? If so, what is the measure supposed to do exactly?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving kudos if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2020 06:45:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1435076#M26800</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-10-15T06:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1445563#M27085</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="92178" data-lia-user-login="AlB" class="lia-mention lia-mention-user"&gt;AlB&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My sentence was not clear.&lt;/P&gt;&lt;P&gt;I am in a row context. Since I am in a row context I expected the formula to take the sign of the sales column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the measure, the thing was that the function sign does not accept column as a reference, only measure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how do i indicate in this column that I only want the sign of the row.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2020 20:50:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1445563#M27085</guid>
      <dc:creator>Olenard</dc:creator>
      <dc:date>2020-10-20T20:50:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1445999#M27108</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="91508" data-lia-user-login="Olenard" class="lia-mention lia-mention-user"&gt;Olenard&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry, I still do not understand what the problem/question is.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Please mark the question solved when done and consider &lt;FONT color="#FF9900"&gt;giving a thumbs up if posts are helpful.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;Contact me privately for support with any larger-scale BI needs, tutoring, etc.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Cheers&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 05:26:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1445999#M27108</guid>
      <dc:creator>AlB</dc:creator>
      <dc:date>2020-10-21T05:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1446749#M27123</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="91508" data-lia-user-login="Olenard" class="lia-mention lia-mention-user"&gt;Olenard&lt;/a&gt;&lt;BR /&gt;&lt;BR /&gt;If you use SUM(...) when you have a row context, the SUM does not see any row context since it's an aggregator and only works with filter contexts. So, SUM sees ALL ROWS at the same time. Please remove SUM from the formula and it'll then work row by row. Please learn about contexts and how they behave.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, SIGN does NOT need a measure:&amp;nbsp;&lt;A href="https://dax.guide/sign/" target="_blank"&gt;https://dax.guide/sign/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 10:14:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1446749#M27123</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-10-21T10:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Function sign</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1447194#M27138</link>
      <description>&lt;P class="lia-align-left"&gt;Hi Anonymous&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;I think I get it. Should I use Sumx then ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2020 13:36:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Function-sign/m-p/1447194#M27138</guid>
      <dc:creator>Olenard</dc:creator>
      <dc:date>2020-10-21T13:36:32Z</dc:date>
    </item>
  </channel>
</rss>

