<?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 Create a table with min value as a column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-table-with-min-value-as-a-column/m-p/3214164#M117312</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still new at DAX and stumbling on this issue:&lt;BR /&gt;&lt;BR /&gt;I need to create a table that shows the minimum value of a row per ID. The row value itself comes from a SQL.&lt;BR /&gt;&lt;BR /&gt;This is what I wrote. In the column MININDEX for the given example, I should get a 1 everywhere. How do I correct the summarize command?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Pauline.&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2023 18:16:56 GMT</pubDate>
    <dc:creator>Berl21</dc:creator>
    <dc:date>2023-05-01T18:16:56Z</dc:date>
    <item>
      <title>Create a table with min value as a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-table-with-min-value-as-a-column/m-p/3214164#M117312</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am still new at DAX and stumbling on this issue:&lt;BR /&gt;&lt;BR /&gt;I need to create a table that shows the minimum value of a row per ID. The row value itself comes from a SQL.&lt;BR /&gt;&lt;BR /&gt;This is what I wrote. In the column MININDEX for the given example, I should get a 1 everywhere. How do I correct the summarize command?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Pauline.&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 18:16:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-table-with-min-value-as-a-column/m-p/3214164#M117312</guid>
      <dc:creator>Berl21</dc:creator>
      <dc:date>2023-05-01T18:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with min value as a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-table-with-min-value-as-a-column/m-p/3214185#M117313</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="386899" data-lia-user-login="Berl21" class="lia-mention lia-mention-user"&gt;Berl21&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try&lt;/P&gt;
&lt;P&gt;Table Test Summarize =&lt;BR /&gt;SUMMARIZE (&lt;BR /&gt;'Partition_Rank_SQL',&lt;BR /&gt;'Partition_Rank_SQL'[DimOpportunityId],&lt;BR /&gt;'Partition_Rank_SQL'[ID_Row],&lt;BR /&gt;"MININDEX",&lt;BR /&gt;CALCULATE (&lt;BR /&gt;MIN ( 'Partition_Rank_SQL'[ID_Row] ),&lt;BR /&gt;ALL ( 'Partition_Rank_SQL'[ID_Row] )&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 18:29:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-table-with-min-value-as-a-column/m-p/3214185#M117313</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2023-05-01T18:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table with min value as a column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-table-with-min-value-as-a-column/m-p/3214189#M117314</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="317289" data-lia-user-login="tamerj1" class="lia-mention lia-mention-user"&gt;tamerj1&lt;/a&gt;&amp;nbsp;I just replaced ALL by ALLSELECTED and it worked! Thanks a million &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 18:38:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Create-a-table-with-min-value-as-a-column/m-p/3214189#M117314</guid>
      <dc:creator>Berl21</dc:creator>
      <dc:date>2023-05-01T18:38:13Z</dc:date>
    </item>
  </channel>
</rss>

