<?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: DAX for average with multiple criteria in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-average-with-multiple-criteria/m-p/1641419#M33334</link>
    <description>&lt;P&gt;Hey,&lt;BR /&gt;You can use the below command for the output:&lt;BR /&gt;&lt;BR /&gt;average_ =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;AVERAGE(your_table_name[value]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALL(your_table_name),&lt;BR /&gt;your_table_name[month] = Jan&lt;BR /&gt;&amp;amp;&amp;amp; your_table_name[status] = "sold"&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2021 10:27:11 GMT</pubDate>
    <dc:creator>NandanHegde</dc:creator>
    <dc:date>2021-02-03T10:27:11Z</dc:date>
    <item>
      <title>DAX for average with multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-average-with-multiple-criteria/m-p/1641413#M33333</link>
      <description>&lt;P&gt;I have 4 columns in table called Month, Object, status, value. I want the MEASURE average of value only for specific status and for specific year so how i can write the average DAX with multiple criteria.&lt;/P&gt;&lt;P&gt;In excel i can easily write as averageifs(value, Month=Jan, status="Sold").&lt;/P&gt;&lt;P&gt;I WANT THE MEASURE ONLY.&lt;/P&gt;&lt;P&gt;Please suggest. i tried every and did not get success to add multiple criteria's.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:26:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-average-with-multiple-criteria/m-p/1641413#M33333</guid>
      <dc:creator>PriyaJha</dc:creator>
      <dc:date>2021-02-03T10:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: DAX for average with multiple criteria</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-average-with-multiple-criteria/m-p/1641419#M33334</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;You can use the below command for the output:&lt;BR /&gt;&lt;BR /&gt;average_ =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;AVERAGE(your_table_name[value]),&lt;BR /&gt;FILTER(&lt;BR /&gt;ALL(your_table_name),&lt;BR /&gt;your_table_name[month] = Jan&lt;BR /&gt;&amp;amp;&amp;amp; your_table_name[status] = "sold"&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2021 10:27:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-for-average-with-multiple-criteria/m-p/1641419#M33334</guid>
      <dc:creator>NandanHegde</dc:creator>
      <dc:date>2021-02-03T10:27:11Z</dc:date>
    </item>
  </channel>
</rss>

