<?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: Total Column not summing in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3022483#M102905</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Test =
SUMX (
    SUMMARIZE (
        'Table',
        'Table'[Name],
        Dates[Date]
    ),
    [Rate] * [Total]
)&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 16 Jan 2023 07:45:08 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2023-01-16T07:45:08Z</dc:date>
    <item>
      <title>Total Column not summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3022058#M102883</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I am trying to do a simple formula = Total * Rate. However, the total in the row does not work. Does anyone know how to change the formula so it totals properly, please?&lt;/P&gt;&lt;P&gt;I understand its using the total percentage to multiple the total total, but I am not sure how to change it to get the total in the row. Help please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the formula I am using:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Test = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;HASONEVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(Dates[Date]), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; [Rate] * [Total] ,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(Dates,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;[Rate] * [Total]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&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;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 03:28:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3022058#M102883</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-16T03:28:52Z</dc:date>
    </item>
    <item>
      <title>Re: Total Column not summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3022111#M102887</link>
      <description>&lt;P&gt;You can iterate over companies instead of dates and/or you could fix your [Rate] measure. Rates aren't generally additive, so the 6.00% in the total row doesn't make sense.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 04:05:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3022111#M102887</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2023-01-16T04:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Total Column not summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3022483#M102905</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Test =
SUMX (
    SUMMARIZE (
        'Table',
        'Table'[Name],
        Dates[Date]
    ),
    [Rate] * [Total]
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 16 Jan 2023 07:45:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3022483#M102905</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-01-16T07:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Total Column not summing</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3023245#M102962</link>
      <description>&lt;P&gt;Thank you very much!!!!!&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jan 2023 13:06:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Total-Column-not-summing/m-p/3023245#M102962</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-16T13:06:00Z</dc:date>
    </item>
  </channel>
</rss>

