<?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: I want to display the count of customers created in the last three months. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/763581#M3306</link>
    <description>&lt;P&gt;First thing you want to do is create a dedicated calendar table, set it as a date&amp;nbsp; table, and then use the columns from that table. Then you can use the time intelligence functions correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 11 Aug 2019 19:22:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-08-11T19:22:18Z</dc:date>
    <item>
      <title>I want to display the count of customers created in the last three months.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/763336#M3289</link>
      <description>&lt;P&gt;Date of creation column is there to do the calculation.&lt;/P&gt;&lt;P&gt;Please help me to do the same using Date Between, Date Add functions.&lt;/P&gt;&lt;P&gt;Please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Used the following formula, Insteasd of 90 days, I want to add month number&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;New Customer in Last 3 Months New = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE( DISTINCTCOUNT(Sales[CustomerCode]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATESBETWEEN('Sales'[DateofOrder], &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TODAY()-90,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TODAY()&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 10 Aug 2019 06:42:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/763336#M3289</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-10T06:42:25Z</dc:date>
    </item>
    <item>
      <title>Re: I want to display the count of customers created in the last three months.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/763581#M3306</link>
      <description>&lt;P&gt;First thing you want to do is create a dedicated calendar table, set it as a date&amp;nbsp; table, and then use the columns from that table. Then you can use the time intelligence functions correctly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2019 19:22:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/763581#M3306</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-11T19:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: I want to display the count of customers created in the last three months.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/763749#M3308</link>
      <description>&lt;P&gt;Already created calendar table manually. Relationship also defined. Can I proceed with this approach?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 04:25:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/763749#M3308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T04:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: I want to display the count of customers created in the last three months.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/764230#M3330</link>
      <description>&lt;P&gt;You should be able to. Assuming your calendar is set up correctly. Just in your measure use the columns from the data table for the dates and not the column from your sales table for the dates. Give it a shot and if you still have issues or questions upload some sample data and I can take a look.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2019 13:21:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/I-want-to-display-the-count-of-customers-created-in-the-last/m-p/764230#M3330</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-08-12T13:21:20Z</dc:date>
    </item>
  </channel>
</rss>

