<?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 Dynamic totals based on totals of other columns in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-totals-based-on-totals-of-other-columns/m-p/605763#M18293</link>
    <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I have table report below , I want to grandtotal of CY DOH LBs&amp;nbsp; &amp;nbsp;the same way&amp;nbsp; I am calculating every single row&amp;nbsp;&lt;/P&gt;&lt;P&gt;CY OH lbs/ AvgSaleslast90days.&lt;/P&gt;&lt;P&gt;10200.00/24.44 which&amp;nbsp; are totals for columns CY OH LBs and Avg Sales last 90 days , right now Power BI is doing a simple column total.4368.29&lt;/P&gt;&lt;P&gt;so 10200.00/24.44&amp;nbsp; = 417.34&amp;nbsp; &amp;nbsp;and not 4,368.29 which total of all rows in that column, whats the best way to approach this????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DynamicTotals.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/142082i913B9EE5F00EC7B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="DynamicTotals.png" alt="DynamicTotals.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jan 2019 04:47:36 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2019-01-22T04:47:36Z</dc:date>
    <item>
      <title>Dynamic totals based on totals of other columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-totals-based-on-totals-of-other-columns/m-p/605763#M18293</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;I have table report below , I want to grandtotal of CY DOH LBs&amp;nbsp; &amp;nbsp;the same way&amp;nbsp; I am calculating every single row&amp;nbsp;&lt;/P&gt;&lt;P&gt;CY OH lbs/ AvgSaleslast90days.&lt;/P&gt;&lt;P&gt;10200.00/24.44 which&amp;nbsp; are totals for columns CY OH LBs and Avg Sales last 90 days , right now Power BI is doing a simple column total.4368.29&lt;/P&gt;&lt;P&gt;so 10200.00/24.44&amp;nbsp; = 417.34&amp;nbsp; &amp;nbsp;and not 4,368.29 which total of all rows in that column, whats the best way to approach this????&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DynamicTotals.png" style="width: 600px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/142082i913B9EE5F00EC7B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="DynamicTotals.png" alt="DynamicTotals.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jan 2019 04:47:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-totals-based-on-totals-of-other-columns/m-p/605763#M18293</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-01-22T04:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic totals based on totals of other columns</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Dynamic-totals-based-on-totals-of-other-columns/m-p/625817#M18584</link>
      <description>&lt;P&gt;what's the syntax for your calculation? are you using measures or calculated columns?&lt;BR /&gt;&lt;BR /&gt;my guess is you need to use measure insetad of calculated column, then something like this should work&lt;/P&gt;
&lt;PRE&gt;DIVIDE(SUM(Table[CY DOH LBs]), [Avg Sales last 90 days]) &lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Feb 2019 11:22:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Dynamic-totals-based-on-totals-of-other-columns/m-p/625817#M18584</guid>
      <dc:creator>Stachu</dc:creator>
      <dc:date>2019-02-18T11:22:35Z</dc:date>
    </item>
  </channel>
</rss>

