<?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: Help filter visual table with average value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2590397#M74610</link>
    <description>&lt;PRE&gt;&lt;SPAN class=""&gt;AVERAGE MEASUREMENT DOES NOT WORK WHEN FILTERS ARE APPLIED&lt;/SPAN&gt;&lt;/PRE&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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 20 Jun 2022 19:47:35 GMT</pubDate>
    <dc:creator>DannyHernandez</dc:creator>
    <dc:date>2022-06-20T19:47:35Z</dc:date>
    <item>
      <title>Help filter visual table with average value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2586428#M74398</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;I have a table and a bar graph in which I have values ​​that are shown with a line the average value.
The average value is 73.3, I need to display a table with only the values ​​below the average.
&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;img /&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;&lt;DIV class=""&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;the average line has the following configuration:&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;img /&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;PRE&gt;&lt;SPAN class=""&gt;Converted to table it looks like this:&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;SPAN class=""&gt; It should be displayed as follows:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&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;PRE&gt;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jun 2022 22:12:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2586428#M74398</guid>
      <dc:creator>DannyHernandez</dc:creator>
      <dc:date>2022-06-17T22:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Help filter visual table with average value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2587756#M74476</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="402692" data-lia-user-login="DannyHernandez" class="lia-mention lia-mention-user"&gt;DannyHernandez&lt;/a&gt;&amp;nbsp;;&lt;/P&gt;
&lt;P&gt;You could create a flag measure.&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;flag = IF(SUM('Table'[KILOMETRAJE TOTAL DIARIO])&amp;lt;=AVERAGEX(ALL('Table'),[KILOMETRAJE TOTAL DIARIO]),1,0)&lt;/LI-CODE&gt;
&lt;P&gt;then apply it into filter.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The final show:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Yalan Wu&lt;BR /&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 01:54:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2587756#M74476</guid>
      <dc:creator>v-yalanwu-msft</dc:creator>
      <dc:date>2022-06-20T01:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Help filter visual table with average value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2590397#M74610</link>
      <description>&lt;PRE&gt;&lt;SPAN class=""&gt;AVERAGE MEASUREMENT DOES NOT WORK WHEN FILTERS ARE APPLIED&lt;/SPAN&gt;&lt;/PRE&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 20 Jun 2022 19:47:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2590397#M74610</guid>
      <dc:creator>DannyHernandez</dc:creator>
      <dc:date>2022-06-20T19:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: Help filter visual table with average value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2590745#M74626</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="402692" data-lia-user-login="DannyHernandez" class="lia-mention lia-mention-user"&gt;DannyHernandez&lt;/a&gt;&amp;nbsp;;&lt;/P&gt;
&lt;P&gt;If you have a slicer , you could change the measure to this.&lt;/P&gt;
&lt;LI-CODE lang="java"&gt;flag = IF(SUM('Table'[KILOMETRAJE TOTAL DIARIO])&amp;lt;=AVERAGEX(ALLSELECTED('Table'),[KILOMETRAJE TOTAL DIARIO]),1,0)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards,&lt;BR /&gt;Community Support Team _ Yalan Wu&lt;BR /&gt;If this post &lt;STRONG&gt;&lt;I&gt;helps&lt;/I&gt;&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jun 2022 01:53:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-filter-visual-table-with-average-value/m-p/2590745#M74626</guid>
      <dc:creator>v-yalanwu-msft</dc:creator>
      <dc:date>2022-06-21T01:53:57Z</dc:date>
    </item>
  </channel>
</rss>

