<?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 Volume per Count of Customers per period = Average Customer Volume per Month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Volume-per-Count-of-Customers-per-period-Average-Customer-Volume/m-p/1521177#M29651</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to establish the CNT per Customer per Month.&lt;/P&gt;&lt;P&gt;For example &lt;STRONG&gt;Sum of Chem_17CNT&amp;nbsp;&lt;/STRONG&gt;per COUNT of all&amp;nbsp;&lt;STRONG&gt;Cust SAP NU...&amp;nbsp;&lt;/STRONG&gt; per &lt;STRONG&gt;RunYearM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So In the table below for the first line of 2018M01 I'd like to see that total CNT (2734) divided by the COUNT of Customers.&lt;/P&gt;&lt;P&gt;Hence the average CNT per customer in 2018M01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i do that with a measure?&lt;BR /&gt;Many thanks!&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;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Nov 2020 15:58:08 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-27T15:58:08Z</dc:date>
    <item>
      <title>Volume per Count of Customers per period = Average Customer Volume per Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Volume-per-Count-of-Customers-per-period-Average-Customer-Volume/m-p/1521177#M29651</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to establish the CNT per Customer per Month.&lt;/P&gt;&lt;P&gt;For example &lt;STRONG&gt;Sum of Chem_17CNT&amp;nbsp;&lt;/STRONG&gt;per COUNT of all&amp;nbsp;&lt;STRONG&gt;Cust SAP NU...&amp;nbsp;&lt;/STRONG&gt; per &lt;STRONG&gt;RunYearM&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;So In the table below for the first line of 2018M01 I'd like to see that total CNT (2734) divided by the COUNT of Customers.&lt;/P&gt;&lt;P&gt;Hence the average CNT per customer in 2018M01&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can i do that with a measure?&lt;BR /&gt;Many thanks!&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;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 15:58:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Volume-per-Count-of-Customers-per-period-Average-Customer-Volume/m-p/1521177#M29651</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-27T15:58:08Z</dc:date>
    </item>
    <item>
      <title>Re: Volume per Count of Customers per period = Average Customer Volume per Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Volume-per-Count-of-Customers-per-period-Average-Customer-Volume/m-p/1521270#M29655</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , Try a measure like &lt;/P&gt;
&lt;P&gt;divide(count(Table[customer]), distinctcount(Table[customer]))&lt;/P&gt;
&lt;P&gt;if did not work&lt;/P&gt;
&lt;P&gt;Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 16:37:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Volume-per-Count-of-Customers-per-period-Average-Customer-Volume/m-p/1521270#M29655</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-27T16:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Volume per Count of Customers per period = Average Customer Volume per Month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Volume-per-Count-of-Customers-per-period-Average-Customer-Volume/m-p/1521396#M29669</link>
      <description>&lt;P&gt;it isn't working unfortunately.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried:&lt;/P&gt;&lt;P&gt;divide(table[chem17cnt],distinctcount(table[customer])) but i think i'm missing a filter for the month. I've PMed you Amit. Many thanks&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 18:48:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Volume-per-Count-of-Customers-per-period-Average-Customer-Volume/m-p/1521396#M29669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-27T18:48:33Z</dc:date>
    </item>
  </channel>
</rss>

