<?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: Question for Summing Column based off fields and dividing that into categories based off totals in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-for-Summing-Column-based-off-fields-and-dividing-that/m-p/3211902#M117162</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="348637" data-lia-user-login="JMcAnarney1" class="lia-mention lia-mention-user"&gt;JMcAnarney1&lt;/a&gt; , based on what I got. one of the two should work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= SUMX(&lt;BR /&gt;VALUES('Bid Template Data'[Bid Event]),&lt;BR /&gt;CALCULATE(SUM('Bid Template Data'[Total Cost]),filter('Bid Template Data', 'Bid Template Data'[Bidder] = "Engineering Estimate",'Bid Template Data'[Winning Bid] ="No")))&lt;BR /&gt;&lt;BR /&gt;= CALCULATE(SUMX(&lt;BR /&gt;VALUES('Bid Template Data'[Bid Event]),&lt;BR /&gt;CALCULATE(SUM('Bid Template Data'[Total Cost]),filter('Bid Template Data', 'Bid Template Data'[Bidder] = "Engineering Estimate",'Bid Template Data'[Winning Bid] ="No"))), allselected())&lt;/P&gt;</description>
    <pubDate>Fri, 28 Apr 2023 20:46:50 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2023-04-28T20:46:50Z</dc:date>
    <item>
      <title>Question for Summing Column based off fields and dividing that into categories based off totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-for-Summing-Column-based-off-fields-and-dividing-that/m-p/3211533#M117143</link>
      <description>&lt;P&gt;How can I do following:&amp;nbsp; &amp;nbsp;I want to sum the following columns to where it will display the same totals based off criteria for each row.&amp;nbsp; The reason I want to do this is because I want to make a formula to where it will display something like the following:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Issue is now I do a formula but it is summing each line item that makes up the aggregate but does not display the aggregate itself as below with the following formula:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;KEEPFILTERS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;VALUES&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Bid Template Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Bid Event]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Bid Template Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Total Cost]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;'Bid Template Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Bidder]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Engineering Estimate"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Bid Template Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Winning Bid]&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;SPAN&gt;"No"&lt;/SPAN&gt;&lt;SPAN&gt;)))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;How can I write this formula so that it would appear like the following as opposed to just the total cost column shifting over?&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want it like the picture above so i can eventually breakout and have panel to where I can click and it removes everything that is less than x amount,'&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&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>Fri, 28 Apr 2023 16:09:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-for-Summing-Column-based-off-fields-and-dividing-that/m-p/3211533#M117143</guid>
      <dc:creator>JMcAnarney1</dc:creator>
      <dc:date>2023-04-28T16:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Question for Summing Column based off fields and dividing that into categories based off totals</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-for-Summing-Column-based-off-fields-and-dividing-that/m-p/3211902#M117162</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="348637" data-lia-user-login="JMcAnarney1" class="lia-mention lia-mention-user"&gt;JMcAnarney1&lt;/a&gt; , based on what I got. one of the two should work&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;= SUMX(&lt;BR /&gt;VALUES('Bid Template Data'[Bid Event]),&lt;BR /&gt;CALCULATE(SUM('Bid Template Data'[Total Cost]),filter('Bid Template Data', 'Bid Template Data'[Bidder] = "Engineering Estimate",'Bid Template Data'[Winning Bid] ="No")))&lt;BR /&gt;&lt;BR /&gt;= CALCULATE(SUMX(&lt;BR /&gt;VALUES('Bid Template Data'[Bid Event]),&lt;BR /&gt;CALCULATE(SUM('Bid Template Data'[Total Cost]),filter('Bid Template Data', 'Bid Template Data'[Bidder] = "Engineering Estimate",'Bid Template Data'[Winning Bid] ="No"))), allselected())&lt;/P&gt;</description>
      <pubDate>Fri, 28 Apr 2023 20:46:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Question-for-Summing-Column-based-off-fields-and-dividing-that/m-p/3211902#M117162</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-04-28T20:46:50Z</dc:date>
    </item>
  </channel>
</rss>

