<?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: Average column value different in Power Bi  Dax average function in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267080#M55011</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343431" data-lia-user-login="ValtteriN" class="lia-mention lia-mention-user"&gt;ValtteriN&lt;/a&gt;&amp;nbsp; i want only total sum value average .&amp;nbsp; but&amp;nbsp; my measure its convert all cell value to average .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 10:10:09 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-01-05T10:10:09Z</dc:date>
    <item>
      <title>Average column value different in Power Bi  Dax average function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2266976#M55003</link>
      <description>&lt;P&gt;My table looks like below in Excel sheet .&amp;nbsp; used below Excel function to&amp;nbsp; find the average value&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=AVERAGE(A1:A12)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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;P&gt;But same data set i have loaded into power bi . i have tired&amp;nbsp; to average value using the below measure&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;2020 Avg = CALCULATE(AVERAGE('Current Forecast'[Actuals]))&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;But&amp;nbsp; power bi average totally different&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;How to get same&amp;nbsp; value in power bi . any idea&amp;nbsp; .thanks in advance&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:15:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2266976#M55003</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-05T09:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: Average column value different in Power Bi  Dax average function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267027#M55006</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Assuming you want to have the average from all of your data, you can just include ALL in your calculate.&lt;BR /&gt;E.g.&amp;nbsp;&lt;STRONG&gt;2020 Avg = CALCULATE(AVERAGE('Current Forecast'[Actuals]), ALL('Current Forecast'))&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;If you want to have some filter conditions you could use AVERAGEX or something like this:&lt;BR /&gt;&lt;STRONG&gt;2020 Avg = CALCULATE(AVERAGE('Current Forecast'[Actuals]), ALL('Current Forecast'),'Current Forecast'[Year]=2020)&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;I hope this helps and if it does consider accepting this as a solution and giving the post a thumbs up!&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:40:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267027#M55006</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-01-05T09:40:35Z</dc:date>
    </item>
    <item>
      <title>Re: Average column value different in Power Bi  Dax average function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267039#M55007</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343431" data-lia-user-login="ValtteriN" class="lia-mention lia-mention-user"&gt;ValtteriN&lt;/a&gt;&amp;nbsp; i have tired above measure but its not&amp;nbsp; working&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:49:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267039#M55007</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-05T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Average column value different in Power Bi  Dax average function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267080#M55011</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="343431" data-lia-user-login="ValtteriN" class="lia-mention lia-mention-user"&gt;ValtteriN&lt;/a&gt;&amp;nbsp; i want only total sum value average .&amp;nbsp; but&amp;nbsp; my measure its convert all cell value to average .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 10:10:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267080#M55011</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-01-05T10:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Average column value different in Power Bi  Dax average function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267141#M55019</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;I am not sure if I understood the issue, but based on you messages I assume you want to first summarize your data based on some dimension and then take averages out of these values?&lt;BR /&gt;&lt;BR /&gt;In that case try something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Start data:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Dax:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Summarized average = &lt;/SPAN&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;vartable&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AverageExample&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;AverageExample[Category]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Value"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;AverageExample[Values]&lt;/SPAN&gt;&lt;SPAN&gt;)) &lt;/SPAN&gt;&lt;SPAN&gt;return&lt;/SPAN&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;SPAN&gt;AVERAGEX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;vartable&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Value]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;End result:&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 05 Jan 2022 10:35:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267141#M55019</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2022-01-05T10:35:16Z</dc:date>
    </item>
    <item>
      <title>Re: Average column value different in Power Bi  Dax average function</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267850#M55073</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp; it is simply not possible, POWER BI will give you exact same result as excel, unless there is something else you have not talked about.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 17:04:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Average-column-value-different-in-Power-Bi-Dax-average-function/m-p/2267850#M55073</guid>
      <dc:creator>smpa01</dc:creator>
      <dc:date>2022-01-05T17:04:31Z</dc:date>
    </item>
  </channel>
</rss>

