<?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 HELP in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-HELP/m-p/2936605#M96843</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Payment Condition =
SWITCH (
    TRUE (),
    Sheet1[Days Past Dues] &amp;lt; 0, "Early Payment",
    Sheet1[Days Past Dues] &amp;gt; 0, "Late Payment",
    "At time Payment"
)&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 29 Nov 2022 18:22:46 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-11-29T18:22:46Z</dc:date>
    <item>
      <title>Dax HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-HELP/m-p/2936537#M96839</link>
      <description>&lt;P&gt;Hello World,&lt;/P&gt;&lt;P&gt;I have this new column Days past dues (&lt;STRONG&gt;&lt;SPAN&gt;Days Past Dues = &lt;/SPAN&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[TransactionDate &amp;nbsp; &amp;nbsp; &amp;nbsp; ]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;Sheet1&lt;/SPAN&gt;&lt;SPAN&gt;[PaymentDate &amp;nbsp; ]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;DAY&lt;/SPAN&gt;&lt;SPAN&gt;).&amp;nbsp;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN&gt;Days past dues gives me the days differences between &lt;STRONG&gt;transaction date&lt;/STRONG&gt; and &lt;STRONG&gt;payment date&lt;/STRONG&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have lots of &lt;STRONG&gt;negative days past dues&lt;/STRONG&gt; which means the&lt;STRONG&gt; payment was done before the transaction date&lt;/STRONG&gt;.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Now,&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I want to create a column using some logical functions where the negative days (which means payment made earlier than the transaction date) means "Early Payment". And the one with postive days means "Late Payment". And the past due days which is 0 means"At time Payment".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 17:45:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-HELP/m-p/2936537#M96839</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-29T17:45:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dax HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-HELP/m-p/2936605#M96843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Payment Condition =
SWITCH (
    TRUE (),
    Sheet1[Days Past Dues] &amp;lt; 0, "Early Payment",
    Sheet1[Days Past Dues] &amp;gt; 0, "Late Payment",
    "At time Payment"
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 29 Nov 2022 18:22:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-HELP/m-p/2936605#M96843</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-11-29T18:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: Dax HELP</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-HELP/m-p/2936610#M96844</link>
      <description>&lt;P&gt;&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;Sir, You're genius. It worked. Thank you Sir&lt;/P&gt;</description>
      <pubDate>Tue, 29 Nov 2022 18:26:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-HELP/m-p/2936610#M96844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-29T18:26:07Z</dc:date>
    </item>
  </channel>
</rss>

