<?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: DAX Calculate the sum of cost divide by count of cost in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Calculate-the-sum-of-cost-divide-by-count-of-cost/m-p/1379678#M25212</link>
    <description>&lt;P&gt;Super thanks amit!!&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2020 10:07:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-09-18T10:07:25Z</dc:date>
    <item>
      <title>DAX Calculate the sum of cost divide by count of cost</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Calculate-the-sum-of-cost-divide-by-count-of-cost/m-p/1379464#M25203</link>
      <description>&lt;P&gt;I have a question of calculating the total cost of each work order divided by the count of cost. There are duplicates in the total cost for each work order and the count is used to get the actual cost. See example below, where sometimes the cost is duplicated three or two times etc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;I used Quoted Cost = DIVIDE([Planned Cost],[Count of Planned Cost]). Each line looks okay, but when you look at the aggregated quoted cost, the quoted cost is wrong as it uses 621084/ 415 = 1497. I need the aggregate of quoted cost by summing up each line of the quoted cost.&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Appreciate any help.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;</description>
      <pubDate>Fri, 18 Sep 2020 08:22:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Calculate-the-sum-of-cost-divide-by-count-of-cost/m-p/1379464#M25203</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-18T08:22:56Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Calculate the sum of cost divide by count of cost</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Calculate-the-sum-of-cost-divide-by-count-of-cost/m-p/1379502#M25205</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; ,&lt;/P&gt;
&lt;P&gt;sumx( values(Table[Work Order]),Quoted Cost = DIVIDE([Planned Cost],[Count of Planned Cost]))&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 08:36:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Calculate-the-sum-of-cost-divide-by-count-of-cost/m-p/1379502#M25205</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-09-18T08:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Calculate the sum of cost divide by count of cost</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Calculate-the-sum-of-cost-divide-by-count-of-cost/m-p/1379678#M25212</link>
      <description>&lt;P&gt;Super thanks amit!!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 10:07:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Calculate-the-sum-of-cost-divide-by-count-of-cost/m-p/1379678#M25212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-09-18T10:07:25Z</dc:date>
    </item>
  </channel>
</rss>

