<?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 Wierd measure calcualtion when exporting data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wierd-measure-calcualtion-when-exporting-data/m-p/3085078#M107764</link>
    <description>&lt;P&gt;This is my measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FTE Norm Timeloen = AVERAGEX (
    VALUES ( DimDato[MånedÅr] ),
    CALCULATE([Arbejds-timer i perioden] / 162.5 , FILTER(DimJob, DimJob[Ansættelsesform] = "Timelønnede"))
    )&lt;/LI-CODE&gt;
&lt;P&gt;It works nicely for month in a year and also when I show for Year total:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;december as an example works fine, so when I see the result 21.276 it adds up for the data when I extract to excel. When I show year only it gives me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The 23.878 i currectly an average of hours 46561.6 for the year divided by 162.5&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;But here is the odd thing. When I extract the data. the FTE is higher:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;When I add the FTE together it adds up to 38.65&lt;/P&gt;
&lt;P&gt;Hos is that when the month is correct, the average FTE over year is correct, but the FTE when added is higher. What am I missing or is the measure not correct?&lt;/P&gt;</description>
    <pubDate>Fri, 17 Feb 2023 13:49:14 GMT</pubDate>
    <dc:creator>Bokazoit</dc:creator>
    <dc:date>2023-02-17T13:49:14Z</dc:date>
    <item>
      <title>Wierd measure calcualtion when exporting data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wierd-measure-calcualtion-when-exporting-data/m-p/3085078#M107764</link>
      <description>&lt;P&gt;This is my measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;FTE Norm Timeloen = AVERAGEX (
    VALUES ( DimDato[MånedÅr] ),
    CALCULATE([Arbejds-timer i perioden] / 162.5 , FILTER(DimJob, DimJob[Ansættelsesform] = "Timelønnede"))
    )&lt;/LI-CODE&gt;
&lt;P&gt;It works nicely for month in a year and also when I show for Year total:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;december as an example works fine, so when I see the result 21.276 it adds up for the data when I extract to excel. When I show year only it gives me:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The 23.878 i currectly an average of hours 46561.6 for the year divided by 162.5&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;But here is the odd thing. When I extract the data. the FTE is higher:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;When I add the FTE together it adds up to 38.65&lt;/P&gt;
&lt;P&gt;Hos is that when the month is correct, the average FTE over year is correct, but the FTE when added is higher. What am I missing or is the measure not correct?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Feb 2023 13:49:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wierd-measure-calcualtion-when-exporting-data/m-p/3085078#M107764</guid>
      <dc:creator>Bokazoit</dc:creator>
      <dc:date>2023-02-17T13:49:14Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd measure calcualtion when exporting data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wierd-measure-calcualtion-when-exporting-data/m-p/3086749#M107954</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question completely. &lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 19 Feb 2023 22:38:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wierd-measure-calcualtion-when-exporting-data/m-p/3086749#M107954</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-02-19T22:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Wierd measure calcualtion when exporting data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wierd-measure-calcualtion-when-exporting-data/m-p/3092935#M108412</link>
      <description>&lt;P&gt;I figured it out.&lt;BR /&gt;&lt;BR /&gt;It calculates correctly for each indivdual, and for the total it ofcourse caluculates for the total.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 13:21:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Wierd-measure-calcualtion-when-exporting-data/m-p/3092935#M108412</guid>
      <dc:creator>Bokazoit</dc:creator>
      <dc:date>2023-02-22T13:21:32Z</dc:date>
    </item>
  </channel>
</rss>

