<?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 How to build a measure with counts per unit? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-measure-with-counts-per-unit/m-p/2510022#M69595</link>
    <description>&lt;P&gt;I have a very large dataset which contains Companies, Users (related to these companies by email-domain) and a hit-count. I need to calculate a measure to have the number of hits in relation to the number of users per company.&lt;/P&gt;&lt;P&gt;Is the measure simply a Count(Hits)/Count(User)?? The numbers seem strange to me....&lt;/P&gt;</description>
    <pubDate>Thu, 12 May 2022 08:59:28 GMT</pubDate>
    <dc:creator>wolfgangkb-work</dc:creator>
    <dc:date>2022-05-12T08:59:28Z</dc:date>
    <item>
      <title>How to build a measure with counts per unit?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-measure-with-counts-per-unit/m-p/2510022#M69595</link>
      <description>&lt;P&gt;I have a very large dataset which contains Companies, Users (related to these companies by email-domain) and a hit-count. I need to calculate a measure to have the number of hits in relation to the number of users per company.&lt;/P&gt;&lt;P&gt;Is the measure simply a Count(Hits)/Count(User)?? The numbers seem strange to me....&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 08:59:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-measure-with-counts-per-unit/m-p/2510022#M69595</guid>
      <dc:creator>wolfgangkb-work</dc:creator>
      <dc:date>2022-05-12T08:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a measure with counts per unit?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-measure-with-counts-per-unit/m-p/2510086#M69597</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="152543" data-lia-user-login="wolfgangkb-work" class="lia-mention lia-mention-user"&gt;wolfgangkb-work&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AverageX(Summarize(Table, Table[User], "_1",Count(Table[Hits]) ),[_1])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AverageX(Summarize(Table, Table[Company], Table[User], "_1",Count(Table[Hits]) ),[_1])&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 09:18:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-measure-with-counts-per-unit/m-p/2510086#M69597</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-05-12T09:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to build a measure with counts per unit?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-measure-with-counts-per-unit/m-p/2510096#M69598</link>
      <description>&lt;P&gt;Thank you, I will try to go from here on my own (because the colums are in different tables)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 May 2022 09:21:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-build-a-measure-with-counts-per-unit/m-p/2510096#M69598</guid>
      <dc:creator>wolfgangkb-work</dc:creator>
      <dc:date>2022-05-12T09:21:40Z</dc:date>
    </item>
  </channel>
</rss>

