<?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 Calculation Problem in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847917#M981663</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Share some data to work with and show the expected result.&lt;/P&gt;</description>
    <pubDate>Tue, 18 Oct 2022 02:36:39 GMT</pubDate>
    <dc:creator>Ashish_Mathur</dc:creator>
    <dc:date>2022-10-18T02:36:39Z</dc:date>
    <item>
      <title>Average Calculation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847786#M981627</link>
      <description>&lt;P&gt;I have two columns for employees and their leave details&lt;BR /&gt;&lt;BR /&gt;1) If I Calculate the planned Average,&amp;nbsp; Because of the Same name it calculates as 1 instead of 2&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;for example - Employee [Stace] has two plan leaves, when I calculate the average it gives me as&amp;nbsp;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;TOTAL VALUE / COUNT(planned )&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;should take 6 instead its taking 4 because of same name&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 00:56:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847786#M981627</guid>
      <dc:creator>heygowtam</dc:creator>
      <dc:date>2022-10-18T00:56:13Z</dc:date>
    </item>
    <item>
      <title>Re: Average Calculation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847819#M981636</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;if you want to calculate the average of the planned value for each employee (exclude the null value) use the below code in your measure :&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;( &lt;/SPAN&gt;&lt;SPAN&gt;sum&lt;/SPAN&gt;&lt;SPAN&gt;(Sheet234[planned]), &lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(Sheet234[planned]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;If you want to include the null value per each employee :&amp;nbsp;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DIVIDE( sum(Sheet234[planned]), CALCULATE(COUNTROWS(sheet234), Sheet234[Employe] = SELECTEDVALUE(Sheet234[Employe])), 0)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;This is the sample data :&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Appreciate your kudos and please mark it as solution if it helps&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Oct 2022 01:39:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847819#M981636</guid>
      <dc:creator>MahyarTF</dc:creator>
      <dc:date>2022-10-18T01:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Average Calculation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847903#M981657</link>
      <description>&lt;P class="lia-align-left"&gt;Hi, Thanks for the reply The value seems the Same even after trying both options.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 02:29:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847903#M981657</guid>
      <dc:creator>heygowtam</dc:creator>
      <dc:date>2022-10-18T02:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Average Calculation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847906#M981659</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="15697" data-lia-user-login="danextian" class="lia-mention lia-mention-user"&gt;danextian&lt;/a&gt;&amp;nbsp; Can you please help me&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 02:30:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847906#M981659</guid>
      <dc:creator>heygowtam</dc:creator>
      <dc:date>2022-10-18T02:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Average Calculation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847917#M981663</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Share some data to work with and show the expected result.&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 02:36:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2847917#M981663</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2022-10-18T02:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Average Calculation Problem</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2848068#M981705</link>
      <description>&lt;P&gt;&lt;img /&gt;Thanks for your Reply&lt;/P&gt;</description>
      <pubDate>Tue, 18 Oct 2022 04:59:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Average-Calculation-Problem/m-p/2848068#M981705</guid>
      <dc:creator>heygowtam</dc:creator>
      <dc:date>2022-10-18T04:59:17Z</dc:date>
    </item>
  </channel>
</rss>

