<?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 can i filter by a measure in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2693983#M81202</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , One is use visual level filter &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;another one is to try a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Promedio elasticidad = AVERAGEX(Filter( VALUES(Combinar1[Numero semana]) ,&amp;nbsp; [Si considered] &amp;lt;.1 ) ,[Elasticidad])&lt;/P&gt;</description>
    <pubDate>Thu, 11 Aug 2022 04:55:14 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-08-11T04:55:14Z</dc:date>
    <item>
      <title>How can i filter by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2693517#M81184</link>
      <description>&lt;P&gt;Hi everyone, i have this table in Pbi:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;First column is number of week. Seventh column is elasticity (measure), last column is a measure that i want to use to filter elasticity.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to calculate the average elasticity when "filter elasticidades grandes" measure = "Si considerar".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My average is now not considering the filter "Si considerar".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, my measure to calculate the average elasticity is :&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Promedio elasticidad = AVERAGEX(VALUES(Combinar1[Numero semana]),[Elasticidad])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I suposse i have to change VALUES to other thing but i dont know which change i have to do.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 10 Aug 2022 21:43:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2693517#M81184</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-10T21:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: How can i filter by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2693983#M81202</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , One is use visual level filter &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;another one is to try a measure like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Promedio elasticidad = AVERAGEX(Filter( VALUES(Combinar1[Numero semana]) ,&amp;nbsp; [Si considered] &amp;lt;.1 ) ,[Elasticidad])&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 04:55:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2693983#M81202</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-08-11T04:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can i filter by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2695384#M81307</link>
      <description>&lt;P&gt;Ty very much, i used your measure, but i had to change one thing:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Promedio elasticidad Pbi comn = AVERAGEX(Filter( VALUES(Combinar1[Numero semana]) , [Filter Elasticidades Grandes] = "Si considerar" ) ,[Elasticidad])&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>Thu, 11 Aug 2022 13:51:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2695384#M81307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-11T13:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: How can i filter by a measure</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2695388#M81308</link>
      <description>&lt;P&gt;What do you refer with visual filter?&lt;/P&gt;</description>
      <pubDate>Thu, 11 Aug 2022 13:52:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-i-filter-by-a-measure/m-p/2695388#M81308</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-08-11T13:52:08Z</dc:date>
    </item>
  </channel>
</rss>

