<?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: Printing -1 in a DAX formula in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995150#M100901</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="492712" data-lia-user-login="Sadou" class="lia-mention lia-mention-user"&gt;Sadou&lt;/a&gt;&amp;nbsp;|&lt;BR /&gt;Can you filter one of the cases were the difference is more than 1000 but you still don't get the -1? That would be a difference of around 3 years.&lt;/P&gt;</description>
    <pubDate>Fri, 30 Dec 2022 16:48:48 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-12-30T16:48:48Z</dc:date>
    <item>
      <title>Printing -1 in a DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995121#M100895</link>
      <description>&lt;P&gt;Hello dears community,&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kindly, i need help. I have an issu with my DAX formula , i want print the case that the result is false.&amp;nbsp; Here is the formula :&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Delais livraison new = IF(DATEDIFF(DATA[datePriseCommande], TODAY(),DAY)&amp;lt;1000, DATEDIFF(DATA[datePriseCommande],TODAY(),DAY),-1)&lt;BR /&gt;&lt;BR /&gt;power bi is not printing the number -1 that will be the case where the condition is false.&amp;nbsp; look forward for help&lt;BR /&gt;thanks in advance.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Happy new year !&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 16:19:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995121#M100895</guid>
      <dc:creator>Sadou</dc:creator>
      <dc:date>2022-12-30T16:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Printing -1 in a DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995137#M100898</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="492712" data-lia-user-login="Sadou" class="lia-mention lia-mention-user"&gt;Sadou&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It should work if you are creating the new &lt;STRONG&gt;calculated column&lt;/STRONG&gt; in the &lt;STRONG&gt;DATA&lt;/STRONG&gt; table.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 16:37:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995137#M100898</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-30T16:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Printing -1 in a DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995149#M100900</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Thanks for responding me .&lt;BR /&gt;I am creating the new calculated colum in the DATA table but the -1 is not coming out . The result if true is OK but the result is false is not coming out.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;while in excel the -1 is there ....&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 16:45:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995149#M100900</guid>
      <dc:creator>Sadou</dc:creator>
      <dc:date>2022-12-30T16:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Printing -1 in a DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995150#M100901</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="492712" data-lia-user-login="Sadou" class="lia-mention lia-mention-user"&gt;Sadou&lt;/a&gt;&amp;nbsp;|&lt;BR /&gt;Can you filter one of the cases were the difference is more than 1000 but you still don't get the -1? That would be a difference of around 3 years.&lt;/P&gt;</description>
      <pubDate>Fri, 30 Dec 2022 16:48:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2995150#M100901</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-12-30T16:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Printing -1 in a DAX formula</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2997835#M101085</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="492712" data-lia-user-login="Sadou" class="lia-mention lia-mention-user"&gt;Sadou&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;First, please make sure if the field&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;DATA[datePriseCommande]&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; have any dates for &lt;FONT color="#FF0000"&gt;1000 days ago&lt;FONT color="#000000"&gt; exactly&lt;/FONT&gt;&lt;/FONT&gt;. And did you apply any filter on the table before you checked the value?&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 07:20:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Printing-1-in-a-DAX-formula/m-p/2997835#M101085</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-03T07:20:08Z</dc:date>
    </item>
  </channel>
</rss>

