<?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: How to find the average for each township in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514944#M69891</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;just divide&amp;nbsp;that column by 86400, make the data type of the result to Date/time and format it as nn:ss.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;Showcase Report – Contoso By SpartaBI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 14 May 2022 09:28:23 GMT</pubDate>
    <dc:creator>SpartaBI</dc:creator>
    <dc:date>2022-05-14T09:28:23Z</dc:date>
    <item>
      <title>How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514893#M69886</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;They created the columns for "Enter_to_arrv_Seconds"(Response Time) and "Enter_to_disp_Seconds"(Hold Time). Just we need to convert the seconds' column to "mm: ss" format to find the average for each township. I will share the sample file here below&lt;/SPAN&gt;&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;</description>
      <pubDate>Sat, 14 May 2022 06:43:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514893#M69886</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-14T06:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514904#M69887</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I hope the below thread would help you,&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Aggregating-Duration-Time/ba-p/22486" target="_self"&gt;https://community.powerbi.com/t5/Community-Blog/Aggregating-Duration-Time/ba-p/22486&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Arul&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 07:16:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514904#M69887</guid>
      <dc:creator>Arul</dc:creator>
      <dc:date>2022-05-14T07:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514910#M69888</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;New Column &amp;gt;&lt;BR /&gt;Hold Time mmss =&lt;BR /&gt;VAR CurrentTime = 'Enter_to_disp_Seconds'[Hold Time]&lt;BR /&gt;RETURN&lt;BR /&gt;QUOTIENT ( CurrentTime, 60 ) &amp;amp; ":"&lt;BR /&gt;&amp;amp; MOD ( CurrentTime, 60 )&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 07:25:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514910#M69888</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-14T07:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514937#M69889</link>
      <description>&lt;P&gt;No it's not giving the right solution&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 08:53:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514937#M69889</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-14T08:53:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514938#M69890</link>
      <description>&lt;P&gt;We tried this one out! I used to declare the variable&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Duration&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CAD&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;CAD[IncidentDate]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;CAD[Enter_to_Disp_Seconds]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;second&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;But this leads to the wrong solution.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 May 2022 08:59:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514938#M69890</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-14T08:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514944#M69891</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;just divide&amp;nbsp;that column by 86400, make the data type of the result to Date/time and format it as nn:ss.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Data-Stories-Gallery/Contoso-by-SpartaBI/m-p/2449543" target="_blank" rel="noopener"&gt;Showcase Report – Contoso By SpartaBI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp;&lt;A href="https://www.linkedin.com/company/spartabi" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt; &amp;nbsp;&amp;nbsp;&lt;A href="https://www.facebook.com/SpartaBI" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.spartabi.com" target="_blank" rel="noopener"&gt;&lt;img /&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 09:28:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514944#M69891</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-14T09:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514945#M69892</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would you please share a screenshot showing the code and the results?&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 09:43:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2514945#M69892</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-14T09:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515167#M69911</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did the changes in the column, How we can find the avg?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I used this column using the below DAX, however the data was not validating&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Hold time in minutes = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Duration&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;CAD&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DATEDIFF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;CAD[IncidentDate]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;CAD[Hold Time]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;SECOND&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Hours&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;Duration&lt;/SPAN&gt;&lt;SPAN&gt; / &lt;/SPAN&gt;&lt;SPAN&gt;3600&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Minutes&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;INT&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;MOD&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;Duration&lt;/SPAN&gt;&lt;SPAN&gt; - ( &lt;/SPAN&gt;&lt;SPAN&gt;Hours&lt;/SPAN&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;SPAN&gt;3600&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;SPAN&gt;3600&lt;/SPAN&gt;&lt;SPAN&gt; ) / &lt;/SPAN&gt;&lt;SPAN&gt;60&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;Seconds&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;ROUNDUP&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;MOD&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;MOD&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;Duration&lt;/SPAN&gt;&lt;SPAN&gt; - ( &lt;/SPAN&gt;&lt;SPAN&gt;Hours&lt;/SPAN&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;SPAN&gt;3600&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;SPAN&gt;3600&lt;/SPAN&gt;&lt;SPAN&gt; ), &lt;/SPAN&gt;&lt;SPAN&gt;60&lt;/SPAN&gt;&lt;SPAN&gt; ),&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Minutes&lt;/SPAN&gt;&lt;SPAN&gt;*&lt;/SPAN&gt;&lt;SPAN&gt;100&lt;/SPAN&gt;&lt;SPAN&gt;+ &lt;/SPAN&gt;&lt;SPAN&gt;Seconds&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 14 May 2022 17:02:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515167#M69911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-14T17:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515182#M69912</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;hey, Average of that column? Average of a more complicated combination of that table that require AVERAGEX? You need to be more specific. I don't understand what you want to do.&lt;BR /&gt;Try to share the deisred result in the visual and what is the relevant data to get to that result.&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 17:36:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515182#M69912</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-14T17:36:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515188#M69914</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This kind of result I'm expecting&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 17:42:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515188#M69914</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-14T17:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515189#M69915</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;every statist is represnted as a row in that table? and that tabla has a column with townships (or a dim table that filter that table with 1 to many)?&lt;BR /&gt;Then just created 2 measures:&lt;BR /&gt;Avg Hold = AVERAGE('Table'[Hold Time])&lt;BR /&gt;Avg Response = AVERAGE('Table'[Response Time]).&lt;BR /&gt;&lt;BR /&gt;Put the township as a row or a column in a matrix and the measures as values.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 17:46:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515189#M69915</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-14T17:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515191#M69916</link>
      <description>&lt;P&gt;No, I'm placing the average for Hold time and Response time. The result should be "00:00" , still finding problem&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 17:54:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515191#M69916</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-14T17:54:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515197#M69918</link>
      <description>&lt;P&gt;Then I don't understand what you are trying to do. Maybe &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;?&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 17:59:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515197#M69918</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-14T17:59:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515278#M69921</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;still not clear. &amp;nbsp;I hope&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;can provide a screenshot of the table. We might then be able to understand the average is based on which attribute(s).&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 19:08:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515278#M69921</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-14T19:08:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515288#M69922</link>
      <description>&lt;P&gt;I agree &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 14 May 2022 19:14:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515288#M69922</guid>
      <dc:creator>SpartaBI</dc:creator>
      <dc:date>2022-05-14T19:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515698#M69952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find the sample data below,&amp;nbsp;&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;</description>
      <pubDate>Sun, 15 May 2022 12:31:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515698#M69952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-15T12:31:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515707#M69953</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you want the average of each column? In this screenshot, I guess by countywide you mean for the whole data but what is P1 and P2?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;if you want the average of each column then simply AVERAGE(TableName[ColumnName])&lt;/P&gt;&lt;P&gt;You can store this average in a variable then you can convert to mm:ss format following either my method or&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="377293" data-lia-user-login="SpartaBI" class="lia-mention lia-mention-user"&gt;SpartaBI&lt;/a&gt;&amp;nbsp;method. This should be simple. If not please let me what average are you trying to calculate. Maybe you can present some manual calculation sample to help us understand. Thank you for patience.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 12:47:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515707#M69953</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-15T12:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515710#M69955</link>
      <description>&lt;P&gt;P1 and P2 are called Priority, This comes from another column called PriorityKey&lt;/P&gt;</description>
      <pubDate>Sun, 15 May 2022 12:49:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515710#M69955</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-15T12:49:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515712#M69957</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a new &lt;STRONG&gt;measure&lt;/STRONG&gt;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Average Hold Time =
VAR HoldTime =
    AVERAGE ( TableName[Enter_to_disp_Seconds] )
RETURN
    QUOTIENT ( HoldTime, 60 ) &amp;amp; ":"
        &amp;amp; MOD ( HoldTime, 60 )&lt;/LI-CODE&gt;</description>
      <pubDate>Sun, 15 May 2022 12:55:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515712#M69957</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-05-15T12:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to find the average for each township</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515714#M69958</link>
      <description>&lt;P&gt;Yes, I used this calculation, however, I validate the data and let you know. Thanks to&amp;nbsp;&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;</description>
      <pubDate>Sun, 15 May 2022 12:59:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-find-the-average-for-each-township/m-p/2515714#M69958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-15T12:59:38Z</dc:date>
    </item>
  </channel>
</rss>

