<?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 DAX for New Points of Distribution Sales Goals in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-New-Points-of-Distribution-Sales-Goals/m-p/1609573#M32334</link>
    <description>&lt;P&gt;I am a functional beginner with DAX and Power BI and am working on reports for our sales managers. One of the goals that they assign their sales team members involves new 90-day unsold PODs (Points of Distribution). So I need a way to get a count of new sales of certain products to accounts that have not bought the product for at least the past 90 days. I have all the necessary data in my dataset, but I'm not sure how to write the DAX to get the result I need for the visuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any help towards the answer.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Jan 2021 22:12:56 GMT</pubDate>
    <dc:creator>per771</dc:creator>
    <dc:date>2021-01-19T22:12:56Z</dc:date>
    <item>
      <title>DAX for New Points of Distribution Sales Goals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-New-Points-of-Distribution-Sales-Goals/m-p/1609573#M32334</link>
      <description>&lt;P&gt;I am a functional beginner with DAX and Power BI and am working on reports for our sales managers. One of the goals that they assign their sales team members involves new 90-day unsold PODs (Points of Distribution). So I need a way to get a count of new sales of certain products to accounts that have not bought the product for at least the past 90 days. I have all the necessary data in my dataset, but I'm not sure how to write the DAX to get the result I need for the visuals.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would appreciate any help towards the answer.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jan 2021 22:12:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-New-Points-of-Distribution-Sales-Goals/m-p/1609573#M32334</guid>
      <dc:creator>per771</dc:creator>
      <dc:date>2021-01-19T22:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for New Points of Distribution Sales Goals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-New-Points-of-Distribution-Sales-Goals/m-p/1610257#M32358</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="281039" data-lia-user-login="per771" class="lia-mention lia-mention-user"&gt;per771&lt;/a&gt; , Try measures like these &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Rolling 90 sales = CALCULATE([Sales],DATESINPERIOD('Date'[Date],ENDOFMONTH('Date'[Date]),-90,DAY)) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Product No Sales in This Period = Sumx(VALUES(Customer[Customer Id]),if(ISBLANK([Rolling 90 sales]) , 1,BLANK()))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Refer my artricles on related topics&lt;/P&gt;
&lt;P&gt;Customer Retention Part 1:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529&lt;/A&gt;&lt;BR /&gt;Customer Retention Part 2: Period over Period Retention :&lt;A href="https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jan 2021 05:52:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-New-Points-of-Distribution-Sales-Goals/m-p/1610257#M32358</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-01-20T05:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for New Points of Distribution Sales Goals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-New-Points-of-Distribution-Sales-Goals/m-p/1632383#M33074</link>
      <description>&lt;P&gt;Will this have to be a calculated column? It seems that each sale would need to be evaluated as a product that hasn't been sold in that account for the past 90 days, which I think would require a column?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the 90 day rolling measure above from the current day or the three previous calendar months? I need a measure that will evaluate 90 days back from the current day if possible.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jan 2021 17:27:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-New-Points-of-Distribution-Sales-Goals/m-p/1632383#M33074</guid>
      <dc:creator>per771</dc:creator>
      <dc:date>2021-01-29T17:27:19Z</dc:date>
    </item>
  </channel>
</rss>

