<?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: Summing a column in table visual in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-column-in-table-visual/m-p/1773356#M37153</link>
    <description>&lt;P&gt;"Amount" is raw data. "Sum of Amount" is just selecting "Sum" in the aggregation choices for that column.&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;I don't know what else to provide, the model has a whole bunch of things unrelated to my question and I've yet to figure out how to provide info without giving away all of my client's data!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's try this: I added an index upstream to give me a column I can show you which will also force the table to display not aggregated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;You can see that there are multiple rows with similar amounts (e.g., two rows with Amount = $15k). So without the index the table collapses to what I showed in the OP.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It makes sense to me that "Sum of Amount" will show $30k because there are two rows in the source data with the amount of $15k. My question is how can I get a column total on the "Amount" column which sums the row values shown, namely only one occurrence of the $15k value, one occurrence of the $17k value, etc. Like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am doing my best to provide the info needed, but I don't really know what to provide. If there is still not enough here for you to move the ball down the field with me, maybe you can ask a clarifying question or two. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Apr 2021 03:40:58 GMT</pubDate>
    <dc:creator>jvaught</dc:creator>
    <dc:date>2021-04-08T03:40:58Z</dc:date>
    <item>
      <title>Summing a column in table visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-column-in-table-visual/m-p/1772944#M37135</link>
      <description>&lt;P&gt;I'm sure this has been asked a bunch of times: How do I get the total to show up for the Amount value? If I use the "Sum" aggregation it give me too large of a number.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have searched the forum, but I can't figure out how to phrase my question in a way that the search results give me a good result. It's almost like it's too basic a question! Every search I do gives me answers on doing much more complicated things.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:59:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-column-in-table-visual/m-p/1772944#M37135</guid>
      <dc:creator>jvaught</dc:creator>
      <dc:date>2021-04-07T19:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: Summing a column in table visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-column-in-table-visual/m-p/1773058#M37141</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="12689" data-lia-user-login="jvaught" class="lia-mention lia-mention-user"&gt;jvaught&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nothing can be said about it because you have not shown us the model and how the measure is written.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 21:48:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-column-in-table-visual/m-p/1773058#M37141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-07T21:48:05Z</dc:date>
    </item>
    <item>
      <title>Re: Summing a column in table visual</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-column-in-table-visual/m-p/1773356#M37153</link>
      <description>&lt;P&gt;"Amount" is raw data. "Sum of Amount" is just selecting "Sum" in the aggregation choices for that column.&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;I don't know what else to provide, the model has a whole bunch of things unrelated to my question and I've yet to figure out how to provide info without giving away all of my client's data!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's try this: I added an index upstream to give me a column I can show you which will also force the table to display not aggregated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;You can see that there are multiple rows with similar amounts (e.g., two rows with Amount = $15k). So without the index the table collapses to what I showed in the OP.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;It makes sense to me that "Sum of Amount" will show $30k because there are two rows in the source data with the amount of $15k. My question is how can I get a column total on the "Amount" column which sums the row values shown, namely only one occurrence of the $15k value, one occurrence of the $17k value, etc. Like this:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am doing my best to provide the info needed, but I don't really know what to provide. If there is still not enough here for you to move the ball down the field with me, maybe you can ask a clarifying question or two. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Apr 2021 03:40:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summing-a-column-in-table-visual/m-p/1773356#M37153</guid>
      <dc:creator>jvaught</dc:creator>
      <dc:date>2021-04-08T03:40:58Z</dc:date>
    </item>
  </channel>
</rss>

