<?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: Aggregate Rows in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-Rows/m-p/1506423#M29210</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="267453" data-lia-user-login="sekinod" class="lia-mention lia-mention-user"&gt;sekinod&lt;/a&gt; , A measure&lt;/P&gt;
&lt;P&gt;Total Sales&amp;nbsp; = sum(Table[sales])&amp;nbsp; In visual with customer&lt;/P&gt;
&lt;P&gt;or when drag sales in field you can choose aggregation as sum&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or new table in dax&lt;/P&gt;
&lt;P&gt;table = summarize(Table, Table[customer]) , "Sales",sum(Table[sales]) )&lt;/P&gt;</description>
    <pubDate>Fri, 20 Nov 2020 06:00:40 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-11-20T06:00:40Z</dc:date>
    <item>
      <title>Aggregate Rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-Rows/m-p/1506370#M29209</link>
      <description>&lt;P&gt;Let's assume I have a table as below&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;And I want aggregate row as below&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can&amp;nbsp; I do that, thanks&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 05:34:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-Rows/m-p/1506370#M29209</guid>
      <dc:creator>sekinod</dc:creator>
      <dc:date>2020-11-20T05:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Aggregate Rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-Rows/m-p/1506423#M29210</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="267453" data-lia-user-login="sekinod" class="lia-mention lia-mention-user"&gt;sekinod&lt;/a&gt; , A measure&lt;/P&gt;
&lt;P&gt;Total Sales&amp;nbsp; = sum(Table[sales])&amp;nbsp; In visual with customer&lt;/P&gt;
&lt;P&gt;or when drag sales in field you can choose aggregation as sum&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or new table in dax&lt;/P&gt;
&lt;P&gt;table = summarize(Table, Table[customer]) , "Sales",sum(Table[sales]) )&lt;/P&gt;</description>
      <pubDate>Fri, 20 Nov 2020 06:00:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Aggregate-Rows/m-p/1506423#M29210</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-11-20T06:00:40Z</dc:date>
    </item>
  </channel>
</rss>

