<?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: Minimum of a calculated column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/847935#M6597</link>
    <description>&lt;P&gt;It worked. Thanks&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2019 06:04:47 GMT</pubDate>
    <dc:creator>barron2020</dc:creator>
    <dc:date>2019-11-16T06:04:47Z</dc:date>
    <item>
      <title>Minimum of a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/843177#M6456</link>
      <description>&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a data set that looks like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SKU - Weight in Kg&amp;nbsp;&lt;/P&gt;&lt;P&gt;SKU1 - 50&lt;/P&gt;&lt;P&gt;SKU2 - 100&lt;/P&gt;&lt;P&gt;SKU3 - 150&lt;/P&gt;&lt;P&gt;SKU4 - 200&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a filter to select only weights between 95 and 160.&lt;/P&gt;&lt;P&gt;So, SKU2 and SKU 3 will be returned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now, I want to create a measured column that will find out the minimum of weight and find out the difference in weight.&lt;/P&gt;&lt;P&gt;For example, It should look like this&lt;/P&gt;&lt;P&gt;SKU - Weight - New Measure Column&lt;/P&gt;&lt;P&gt;SKU 2 - 100 - 100-100=0&lt;/P&gt;&lt;P&gt;SKU 3&amp;nbsp; - 150 - 150-100=50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Currently, when I do the measure, It is giving this result&lt;/P&gt;&lt;P&gt;SKU - Weight - New Measure Column&lt;/P&gt;&lt;P&gt;SKU 2 - 100 - 100-100=0&lt;/P&gt;&lt;P&gt;SKU 3&amp;nbsp; - 150 - 150-150=0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Measure column = min(Weight)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 05:04:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/843177#M6456</guid>
      <dc:creator>barron2020</dc:creator>
      <dc:date>2019-11-12T05:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum of a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/843195#M6458</link>
      <description>&lt;P&gt;You want a MINX coupled with an ALLEXCEPT('Table'[SKU])&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 05:20:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/843195#M6458</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2019-11-12T05:20:03Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum of a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/843199#M6459</link>
      <description>&lt;P&gt;Sorry, I was a bit off:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure 5 = MAX([Weight]) - MINX(ALLSELECTED('Table 8'),[Weight])&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See Page 5 and Table 8 of attached.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Nov 2019 05:24:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/843199#M6459</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2019-11-12T05:24:13Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum of a calculated column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/847935#M6597</link>
      <description>&lt;P&gt;It worked. Thanks&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2019 06:04:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-a-calculated-column/m-p/847935#M6597</guid>
      <dc:creator>barron2020</dc:creator>
      <dc:date>2019-11-16T06:04:47Z</dc:date>
    </item>
  </channel>
</rss>

