<?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: Average of distinct count in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-distinct-count/m-p/2501871#M69178</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp;thank you for the prompt response, results look much better. Appreciate your help.&lt;/P&gt;</description>
    <pubDate>Mon, 09 May 2022 11:42:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-09T11:42:25Z</dc:date>
    <item>
      <title>Average of distinct count</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-distinct-count/m-p/2501831#M69175</link>
      <description>&lt;P&gt;I need a measure to calculate the average (distinct count of) tickets per site code as per visual below. I tried averagex, averagea but with incorrect results. Any tips please &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 11:21:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-distinct-count/m-p/2501831#M69175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-09T11:21:41Z</dc:date>
    </item>
    <item>
      <title>Re: Average of distinct count</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-distinct-count/m-p/2501845#M69177</link>
      <description>&lt;LI-CODE lang="markup"&gt;Avg tickets =
var summaryTable = ADDCOLUMNS( VALUES( 'Table'[SITE_CODE]), "@val", [Distinct total tickets])
return AVERAGEX( summaryTable, [@val])&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 09 May 2022 11:30:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-distinct-count/m-p/2501845#M69177</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-05-09T11:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: Average of distinct count</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-distinct-count/m-p/2501871#M69178</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="240987" data-lia-user-login="johnt75" class="lia-mention lia-mention-user"&gt;johnt75&lt;/a&gt;&amp;nbsp;thank you for the prompt response, results look much better. Appreciate your help.&lt;/P&gt;</description>
      <pubDate>Mon, 09 May 2022 11:42:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-of-distinct-count/m-p/2501871#M69178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-09T11:42:25Z</dc:date>
    </item>
  </channel>
</rss>

