<?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 Sum two columns, divide by a third column, and total based on a list of constants in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Sum-two-columns-divide-by-a-third-column-and-total-based-on/m-p/2666388#M79283</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , It should work like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(Sum(Table[Col1]) + Sum(Table[Col2]) , Sum(Table[Col3]) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(SumX(table, Table[Col1]+Table[Col2]) , Sum(Table[Col3]) )&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 03:46:02 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-07-28T03:46:02Z</dc:date>
    <item>
      <title>DAX Sum two columns, divide by a third column, and total based on a list of constants</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Sum-two-columns-divide-by-a-third-column-and-total-based-on/m-p/2666117#M79257</link>
      <description>&lt;P&gt;Hey everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am very new to DAX functions and am having a hard time calulating a percentage. I would like to create a new column that contains the total percentage for a group of people.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find the percentage I have to add the values from two columns together and divide by the values in a third column. I also need to total that percentage based on a group of people.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2022 22:07:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Sum-two-columns-divide-by-a-third-column-and-total-based-on/m-p/2666117#M79257</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-27T22:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Sum two columns, divide by a third column, and total based on a list of constants</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Sum-two-columns-divide-by-a-third-column-and-total-based-on/m-p/2666388#M79283</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , It should work like&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(Sum(Table[Col1]) + Sum(Table[Col2]) , Sum(Table[Col3]) )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Divide(SumX(table, Table[Col1]+Table[Col2]) , Sum(Table[Col3]) )&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 03:46:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Sum-two-columns-divide-by-a-third-column-and-total-based-on/m-p/2666388#M79283</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-28T03:46:02Z</dc:date>
    </item>
  </channel>
</rss>

