<?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: calculating average with condition in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2455891#M66270</link>
    <description>&lt;P&gt;Hi&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; that is correct. I need a measure to caculate it. I need the average count if the condition is true&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Apr 2022 21:16:59 GMT</pubDate>
    <dc:creator>adb123</dc:creator>
    <dc:date>2022-04-13T21:16:59Z</dc:date>
    <item>
      <title>calculating average with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2453946#M66141</link>
      <description>&lt;P&gt;I need to calculate the average work orders when the "schedule end date" &amp;lt;= "Required date"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;work orders is a text field and the 2 dates are date fields&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;any ideas on how to calculate it?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 05:54:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2453946#M66141</guid>
      <dc:creator>adb123</dc:creator>
      <dc:date>2022-04-13T05:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: calculating average with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2453974#M66145</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="378320" data-lia-user-login="adb123" class="lia-mention lia-mention-user"&gt;adb123&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what is the average in this case? You need a measure right?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 06:09:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2453974#M66145</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-13T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: calculating average with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2455891#M66270</link>
      <description>&lt;P&gt;Hi&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; that is correct. I need a measure to caculate it. I need the average count if the condition is true&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 21:16:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2455891#M66270</guid>
      <dc:creator>adb123</dc:creator>
      <dc:date>2022-04-13T21:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: calculating average with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2456256#M66282</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="378320" data-lia-user-login="adb123" class="lia-mention lia-mention-user"&gt;adb123&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;My question was on how do you define the average? What is the numerator? Is it the count or distinct count of work order&amp;nbsp;ID's (if the condition is true)? and what is the denominator?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 03:09:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2456256#M66282</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-14T03:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: calculating average with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2462290#M66715</link>
      <description>&lt;P&gt;The count of work orders where the schedule end date &amp;lt;= to the reqired date deviced by the total count of work orders&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 23:38:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2462290#M66715</guid>
      <dc:creator>adb123</dc:creator>
      <dc:date>2022-04-18T23:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: calculating average with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2462291#M66716</link>
      <description>&lt;P&gt;&lt;SPAN&gt;The count of work orders where the schedule end date &amp;lt;= to the reqired date deviced by the total count of work orders&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Apr 2022 23:39:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2462291#M66716</guid>
      <dc:creator>adb123</dc:creator>
      <dc:date>2022-04-18T23:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: calculating average with condition</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2462581#M66737</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="378320" data-lia-user-login="adb123" class="lia-mention lia-mention-user"&gt;adb123&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not clear,please provide some sample data and the result you expect.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Liang&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2022 05:33:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/calculating-average-with-condition/m-p/2462581#M66737</guid>
      <dc:creator>V-lianl-msft</dc:creator>
      <dc:date>2022-04-19T05:33:28Z</dc:date>
    </item>
  </channel>
</rss>

