<?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: Trying to understand Expression (in SUMMARIZE &amp;amp; MINX/MAXX) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2643307#M77714</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="401845" data-lia-user-login="technolog" class="lia-mention lia-mention-user"&gt;technolog&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Just for reference:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Objective of Summarzie: returns summary table for the requested totals over a set of groups.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So, how do we interpret the bottom DAX in English or SQL?&lt;/P&gt;&lt;PRE&gt;SUMMARIZE(
            'Table',
            [Item],
            "__Value",SUM('Table'[Value])
        )&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;It returns [Item] from 'Table' for sum of value?&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 17 Jul 2022 23:34:48 GMT</pubDate>
    <dc:creator>JustinDoh1</dc:creator>
    <dc:date>2022-07-17T23:34:48Z</dc:date>
    <item>
      <title>Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2642765#M77660</link>
      <description>&lt;P&gt;I am trying to analyze this DAX code (indicated on the bottom link)&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Lookup-Min-Max/m-p/985814#M434" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Lookup-Min-Max/m-p/985814#M434&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am just not getting what &lt;STRONG&gt;"_Value"&lt;/STRONG&gt; is all about.&lt;/P&gt;&lt;P&gt;According to the &lt;A href="https://dax.guide/summarize/" target="_self"&gt;definition of Summarize&lt;/A&gt;, it "c&lt;SPAN&gt;reates a summary of the input table grouped by the specified columns."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This is definition by Microsoft site:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;SUMMARIZE (&amp;lt;table&amp;gt;, &amp;lt;groupBy_columnName&amp;gt;[, &amp;lt;groupBy_columnName&amp;gt;]…[, &amp;lt;name&amp;gt;, &amp;lt;expression&amp;gt;]…)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;So, I am guessing SUM('Table'[Value]) is a &amp;lt;groupBy_columnName&amp;gt;, and then what&amp;nbsp;does&amp;nbsp;&lt;STRONG&gt;"_Value" &lt;/STRONG&gt;do?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;How do we express Ex1 and Ex2 in SQL?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 00:25:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2642765#M77660</guid>
      <dc:creator>JustinDoh1</dc:creator>
      <dc:date>2022-07-17T00:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2642877#M77669</link>
      <description>&lt;P&gt;Hi!&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Ex1 it's the name of created column. In this column calculate SUM( Table[Value] )&lt;/P&gt;&lt;P&gt;In Ex2 it's the same.&lt;/P&gt;&lt;P&gt;[___Value] it's just a created column name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 08:11:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2642877#M77669</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2022-07-17T08:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2642878#M77670</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="296339" data-lia-user-login="JustinDoh1" class="lia-mention lia-mention-user"&gt;JustinDoh1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;By the way, SUMMARIZE should &lt;STRONG&gt;never&lt;/STRONG&gt; be used the way it is in your code in measures. There is &lt;A href="https://www.sqlbi.com/articles/all-the-secrets-of-summarize/" target="_blank" rel="noopener"&gt;a famous article&lt;/A&gt; by Marco Ruso and Alberto Ferrari on &lt;A href="http://www.sqlbi.com" target="_blank"&gt;www.sqlbi.com&lt;/A&gt;&amp;nbsp;that explains why and what to replace it with.&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 08:38:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2642878#M77670</guid>
      <dc:creator>daXtreme</dc:creator>
      <dc:date>2022-07-17T08:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2643307#M77714</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="401845" data-lia-user-login="technolog" class="lia-mention lia-mention-user"&gt;technolog&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your help.&lt;/P&gt;&lt;P&gt;Just for reference:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Objective of Summarzie: returns summary table for the requested totals over a set of groups.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;So, how do we interpret the bottom DAX in English or SQL?&lt;/P&gt;&lt;PRE&gt;SUMMARIZE(
            'Table',
            [Item],
            "__Value",SUM('Table'[Value])
        )&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;It returns [Item] from 'Table' for sum of value?&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 17 Jul 2022 23:34:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2643307#M77714</guid>
      <dc:creator>JustinDoh1</dc:creator>
      <dc:date>2022-07-17T23:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2651972#M78227</link>
      <description>&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="296339" data-lia-user-login="JustinDoh1" class="lia-mention lia-mention-user"&gt;JustinDoh1&lt;/a&gt;,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;This formula mean get the Item field and summary values from your table based on the Item group.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Regards,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="tahoma,arial,helvetica,sans-serif"&gt;Xiaoxin Sheng&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Jul 2022 06:08:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2651972#M78227</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-21T06:08:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2663331#M79044</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;Thank you for your reply.&lt;/P&gt;&lt;P&gt;I am not quite understood.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"get the&lt;STRONG&gt; Item field&lt;/STRONG&gt; and &lt;STRONG&gt;summary value&lt;/STRONG&gt;s from your &lt;STRONG&gt;table&lt;/STRONG&gt; based on the &lt;STRONG&gt;Item group&lt;/STRONG&gt;"&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;How do we convert this into SQL?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 22:23:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2663331#M79044</guid>
      <dc:creator>JustinDoh1</dc:creator>
      <dc:date>2022-07-26T22:23:37Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2674048#M79839</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to follow up on my previous question.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 23:35:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2674048#M79839</guid>
      <dc:creator>JustinDoh1</dc:creator>
      <dc:date>2022-08-01T23:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Trying to understand Expression (in SUMMARIZE &amp; MINX/MAXX)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2675413#M79905</link>
      <description>&lt;P&gt;It will be something like this:&lt;/P&gt;&lt;P&gt;SELECT [Item], SUM([Value])&lt;/P&gt;&lt;P&gt;FROM 'Table'&lt;/P&gt;&lt;P&gt;GROUP BY [Item]&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Aug 2022 11:38:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Trying-to-understand-Expression-in-SUMMARIZE-amp-MINX-MAXX/m-p/2675413#M79905</guid>
      <dc:creator>technolog</dc:creator>
      <dc:date>2022-08-02T11:38:37Z</dc:date>
    </item>
  </channel>
</rss>

