<?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: dividing a row value by sum of its column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dividing-a-row-value-by-sum-of-its-column/m-p/1508211#M29249</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Measure = SUM(TABLE[&lt;SPAN&gt;Ext Retail]) / CALCULATE(SUM(TABLE[Ext Retail]), ALL(TABLE[ITEM ID]))&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 21:02:16 GMT</pubDate>
    <dc:creator>camargos88</dc:creator>
    <dc:date>2020-11-20T21:02:16Z</dc:date>
    <item>
      <title>dividing a row value by sum of its column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dividing-a-row-value-by-sum-of-its-column/m-p/1508178#M29248</link>
      <description>&lt;P&gt;I'm trying to add a column that that takes Ext Retail value (row level) and divides it by the sum of Ext Retail column value.&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;For example, the first row of $5007/$138,626 should return 0.03611. I tried a measure and calculated column but getting 1.00.&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 20:30:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dividing-a-row-value-by-sum-of-its-column/m-p/1508178#M29248</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-20T20:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: dividing a row value by sum of its column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dividing-a-row-value-by-sum-of-its-column/m-p/1508211#M29249</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Measure = SUM(TABLE[&lt;SPAN&gt;Ext Retail]) / CALCULATE(SUM(TABLE[Ext Retail]), ALL(TABLE[ITEM ID]))&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 21:02:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dividing-a-row-value-by-sum-of-its-column/m-p/1508211#M29249</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-11-20T21:02:16Z</dc:date>
    </item>
    <item>
      <title>Re: dividing a row value by sum of its column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dividing-a-row-value-by-sum-of-its-column/m-p/1508232#M29251</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You also can use the DIVIDE function, avoiding any error.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 21:25:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/dividing-a-row-value-by-sum-of-its-column/m-p/1508232#M29251</guid>
      <dc:creator>camargos88</dc:creator>
      <dc:date>2020-11-20T21:25:11Z</dc:date>
    </item>
  </channel>
</rss>

