<?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: Aged Debt Date Wont populate in a Report in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1257192#M20809</link>
    <description>&lt;P&gt;Thanks a million Harshnathani&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jul 2020 20:14:41 GMT</pubDate>
    <dc:creator>Sean-OReilly</dc:creator>
    <dc:date>2020-07-28T20:14:41Z</dc:date>
    <item>
      <title>Aged Debt Date Wont populate in a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1244436#M20422</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have used a measure to calculate Aged Debt - please see the measure calculation below:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2 Sales Aged Date = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if([2 - Sales Invoice Date]&amp;lt;[1 - Today],&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATEDIFF([1 - Today],[2 - Sales Invoice Date], DAY),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;blank())&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;When i insert this measure into a Table Visual the result will not display - a wheel keeps spinning in the top left of the visual... what am i doing wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a measure that subtracts sales invoice date from todays date.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help&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;</description>
      <pubDate>Thu, 23 Jul 2020 09:47:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1244436#M20422</guid>
      <dc:creator>Sean-OReilly</dc:creator>
      <dc:date>2020-07-23T09:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Aged Debt Date Wont populate in a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1245779#M20443</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try the below function.&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;invoicedatedif =&lt;BR /&gt;IF (&lt;BR /&gt;CALCULATE ( MAX ( working[InvoiceDate] ) ) &amp;lt; TODAY (),&lt;BR /&gt;DATEDIFF ( TODAY (), CALCULATE ( MAX ( working[InvoiceDate] ) ), DAY ),&lt;BR /&gt;BLANK ()&lt;BR /&gt;)&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;Appreciate a Kudos! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;If this helps and resolves the issue, please mark it as a Solution! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;N V Durga Prasad&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 17:00:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1245779#M20443</guid>
      <dc:creator>nvprasad</dc:creator>
      <dc:date>2020-07-23T17:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Aged Debt Date Wont populate in a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1246309#M20451</link>
      <description>&lt;P&gt;thanks for your response.&lt;/P&gt;&lt;P&gt;Unfortunately i am getting an error - see screenshot below... cant see where im going wrong?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jul 2020 20:57:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1246309#M20451</guid>
      <dc:creator>Sean-OReilly</dc:creator>
      <dc:date>2020-07-23T20:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Aged Debt Date Wont populate in a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1247297#M20478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="245032" data-lia-user-login="Sean-OReilly" class="lia-mention lia-mention-user"&gt;Sean-OReilly&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See if this helps.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Debt-Aging/m-p/1067551" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Debt-Aging/m-p/1067551&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/Dynamic-Accounts-Receivable-Aging/m-p/304192" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/Dynamic-Accounts-Receivable-Aging/m-p/304192&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Else try this as a &lt;STRONG&gt;measure&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;invoicedatedif =
IF (
    MAX ( working[InvoiceDate] )
        &amp;lt; TODAY (),
    DATEDIFF (
        TODAY (),
        MAX ( working[InvoiceDate] ),
        DAY
    ),
    BLANK ()
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2020 06:43:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1247297#M20478</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-24T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Aged Debt Date Wont populate in a Report</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1257192#M20809</link>
      <description>&lt;P&gt;Thanks a million Harshnathani&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 20:14:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aged-Debt-Date-Wont-populate-in-a-Report/m-p/1257192#M20809</guid>
      <dc:creator>Sean-OReilly</dc:creator>
      <dc:date>2020-07-28T20:14:41Z</dc:date>
    </item>
  </channel>
</rss>

