<?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: All Function in AverageX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3019073#M102647</link>
    <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="498602" data-lia-user-login="Rastelka" class="lia-mention lia-mention-user"&gt;Rastelka&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ALL removes the filter context in any calculattion, like AVERAGX, not only in CALCULATE function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In your first measure, Product table is filtered by the row filter of the table visual.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 Jan 2023 11:18:14 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-01-13T11:18:14Z</dc:date>
    <item>
      <title>All Function in AverageX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3018926#M102633</link>
      <description>&lt;P&gt;Hello everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to DAX and would appreciate a bit of help. Why these two meassures produce two different results in Power BI report? Thanks a lot for any answer.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;(First Picture)&lt;/DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;PriemerProdukt = &lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;('Product', &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;RELATEDTABLE&lt;/SPAN&gt;&lt;SPAN&gt;(Sales), Sales[Quantity] * Sales[Net Price] ))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;(Second Picture)&lt;BR /&gt;PriemerALL = &lt;/SPAN&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Product'&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt; ( &lt;/SPAN&gt;&lt;SPAN&gt;RELATEDTABLE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Sales&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;Sales&lt;/SPAN&gt;&lt;SPAN&gt;[Quantity]&lt;/SPAN&gt;&lt;SPAN&gt; * &lt;/SPAN&gt;&lt;SPAN&gt;Sales&lt;/SPAN&gt;&lt;SPAN&gt;[Net Price]&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;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 10:15:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3018926#M102633</guid>
      <dc:creator>Rastelka</dc:creator>
      <dc:date>2023-01-13T10:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: All Function in AverageX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3018935#M102635</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;ALL removes the filter context in your calculation and because of that the row level filter context that is available in your table is removed and all rows return the same result.&lt;BR /&gt;&lt;BR /&gt;I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;BR /&gt;&lt;BR /&gt;My LinkedIn: &lt;A href="https://www.linkedin.com/in/n%C3%A4ttiahov-00001/" target="_blank"&gt;https://www.linkedin.com/in/n%C3%A4ttiahov-00001/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 10:21:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3018935#M102635</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2023-01-13T10:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: All Function in AverageX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3019045#M102646</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I thought that ALL removes the Filter Context only when it's used with Calculate. Or is that incorrect? Thanks a lot!&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 11:07:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3019045#M102646</guid>
      <dc:creator>Rastelka</dc:creator>
      <dc:date>2023-01-13T11:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: All Function in AverageX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3019073#M102647</link>
      <description>&lt;P&gt;hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="498602" data-lia-user-login="Rastelka" class="lia-mention lia-mention-user"&gt;Rastelka&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ALL removes the filter context in any calculattion, like AVERAGX, not only in CALCULATE function.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;In your first measure, Product table is filtered by the row filter of the table visual.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 11:18:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3019073#M102647</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-01-13T11:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: All Function in AverageX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3019099#M102649</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="460868" data-lia-user-login="FreemanZ" class="lia-mention lia-mention-user"&gt;FreemanZ&lt;/a&gt;&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jan 2023 11:28:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/All-Function-in-AverageX/m-p/3019099#M102649</guid>
      <dc:creator>Rastelka</dc:creator>
      <dc:date>2023-01-13T11:28:21Z</dc:date>
    </item>
  </channel>
</rss>

