<?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: Divide by distinct count and get average in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3269109#M121092</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;I am sorry, this is not enought to get insight what is your model about. If possible, upload pbi file.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jun 2023 17:59:35 GMT</pubDate>
    <dc:creator>some_bih</dc:creator>
    <dc:date>2023-06-05T17:59:35Z</dc:date>
    <item>
      <title>Divide by distinct count and get average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3266253#M120927</link>
      <description>&lt;P&gt;Have a new Column calculated from two other existing columns&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Total &amp;nbsp;= CALCULATE(COUNT('Work Items'[Column1]),'Work Items'[Column2] in {"Item1","Item2" })&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dividing by another column using distinctcount&lt;/P&gt;&lt;P&gt;Average = ([Total])/(distinctcount('Work Items'[IncidentID]))&lt;/P&gt;&lt;P&gt;(Number of total divided by number of distinct IncidentsIDs)&lt;/P&gt;&lt;P&gt;Trying to get the Average of the division value but can’t get the average syntax to work with this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2023 19:36:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3266253#M120927</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-06-02T19:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by distinct count and get average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3267312#M120975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;please provide some sample data with expected output.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Jun 2023 20:17:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3267312#M120975</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-06-04T20:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by distinct count and get average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3268944#M121083</link>
      <description>&lt;P&gt;This is the calculation am using for this&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SevVols = (&lt;/SPAN&gt;&lt;SPAN&gt;[Escort Bookings]&lt;/SPAN&gt;&lt;SPAN&gt;+&lt;/SPAN&gt;&lt;SPAN&gt;[ICM Incidents]&lt;/SPAN&gt;&lt;SPAN&gt;)/(&lt;/SPAN&gt;&lt;SPAN&gt;distinctcount&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Work Items'&lt;/SPAN&gt;&lt;SPAN&gt;[IncidentID]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Escort Bookings and ICM Incidents are count of items, for example&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Escort Bookings and ICM Incidents = 20&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IncidentID is distinctcount of number of actual incidents = 35&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 05 Jun 2023 16:06:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3268944#M121083</guid>
      <dc:creator>BratKat</dc:creator>
      <dc:date>2023-06-05T16:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Divide by distinct count and get average</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3269109#M121092</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="543296" data-lia-user-login="BratKat" class="lia-mention lia-mention-user"&gt;BratKat&lt;/a&gt;&amp;nbsp;I am sorry, this is not enought to get insight what is your model about. If possible, upload pbi file.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jun 2023 17:59:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-by-distinct-count-and-get-average/m-p/3269109#M121092</guid>
      <dc:creator>some_bih</dc:creator>
      <dc:date>2023-06-05T17:59:35Z</dc:date>
    </item>
  </channel>
</rss>

