<?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 Summarize in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4383889#M174008</link>
    <description>&lt;P&gt;When we write summarize&amp;nbsp;&lt;BR /&gt;Summarize( Sales, product[code], Customer[id],"Total", Sum(Sales(Qty))&lt;BR /&gt;&lt;BR /&gt;When we add the new column in the summarize table, why isn't a calculate required??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 28 Jan 2025 08:40:39 GMT</pubDate>
    <dc:creator>Cyriackpazhe</dc:creator>
    <dc:date>2025-01-28T08:40:39Z</dc:date>
    <item>
      <title>Summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4383889#M174008</link>
      <description>&lt;P&gt;When we write summarize&amp;nbsp;&lt;BR /&gt;Summarize( Sales, product[code], Customer[id],"Total", Sum(Sales(Qty))&lt;BR /&gt;&lt;BR /&gt;When we add the new column in the summarize table, why isn't a calculate required??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 08:40:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4383889#M174008</guid>
      <dc:creator>Cyriackpazhe</dc:creator>
      <dc:date>2025-01-28T08:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4384009#M174012</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="916274" data-lia-user-login="Cyriackpazhe" class="lia-mention lia-mention-user"&gt;Cyriackpazhe&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;When you add a new column in a summarize table, calaulate is not required because summarize&amp;nbsp;inherently creates a row contextfor each group. Aggregation functions (like sum, Average, Count) naturally work within this row context.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;H3&gt;Key Points&lt;/H3&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;summarize Creates a Row Context for Groups&lt;/STRONG&gt;&lt;BR /&gt;When you use summarize, it groups the table by the specified columns. For each group, the aggregations (like sum) are automatically evaluated in the context of that group.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;&lt;STRONG&gt;Implicit Context Handling&lt;/STRONG&gt;&lt;BR /&gt;The aggregation functions in DAX, such as sum, are context-aware. In summarize, these functions automatically operate within the context of the grouped rows.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;If this post&amp;nbsp;&lt;EM&gt;helps&lt;/EM&gt;, then please give us Kudos and consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as a solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 28 Jan 2025 09:51:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4384009#M174012</guid>
      <dc:creator>vivek31</dc:creator>
      <dc:date>2025-01-28T09:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4384018#M174013</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="916274" data-lia-user-login="Cyriackpazhe" class="lia-mention lia-mention-user"&gt;Cyriackpazhe&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you need to modify the calculation then you need a CALCULATE otherwise, SUMMARIZE works based on the grouped rows without needing a context transition operation.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jan 2025 09:54:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4384018#M174013</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2025-01-28T09:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Summarize</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4869553#M185659</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly have a look on this! In this example, SUMMARIZE did not create a row context based on the grouping column!&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-SUMMARIZE-works-and-does-it-create-a-row-context/td-p/4869528" target="_blank"&gt;How SUMMARIZE works and does it create a row conte... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Nov 2025 21:59:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Summarize/m-p/4869553#M185659</guid>
      <dc:creator>AhmadBakr</dc:creator>
      <dc:date>2025-11-07T21:59:18Z</dc:date>
    </item>
  </channel>
</rss>

