<?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 Return MIN value based on group in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1680941#M34481</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having some trouble with this... I'd like to add a measure to a visual that will allow me to plot the cost based on the minimum value for each type.&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;Thanks in advance.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Feb 2021 13:24:41 GMT</pubDate>
    <dc:creator>peterso</dc:creator>
    <dc:date>2021-02-22T13:24:41Z</dc:date>
    <item>
      <title>Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1680941#M34481</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Having some trouble with this... I'd like to add a measure to a visual that will allow me to plot the cost based on the minimum value for each type.&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;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 13:24:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1680941#M34481</guid>
      <dc:creator>peterso</dc:creator>
      <dc:date>2021-02-22T13:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681006#M34485</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 13:55:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681006#M34485</guid>
      <dc:creator>jameszhang0805</dc:creator>
      <dc:date>2021-02-22T13:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681041#M34489</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="285661" data-lia-user-login="jameszhang0805" class="lia-mention lia-mention-user"&gt;jameszhang0805&lt;/a&gt;&amp;nbsp;Nice solution, a suggestion if you don't mind, use aggregation function such as MIN/MAX instead of VALUES to prevent the code from breaking in case there are duplicate Value for Type &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 14:13:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681041#M34489</guid>
      <dc:creator>AntrikshSharma</dc:creator>
      <dc:date>2021-02-22T14:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681049#M34490</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="236628" data-lia-user-login="AntrikshSharma" class="lia-mention lia-mention-user"&gt;AntrikshSharma&lt;/a&gt;&amp;nbsp;Thanks for your suggestion, you are correct.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 14:18:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681049#M34490</guid>
      <dc:creator>jameszhang0805</dc:creator>
      <dc:date>2021-02-22T14:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681178#M34499</link>
      <description>&lt;P&gt;Sorry I should have specified - I would like to only keep the rows that include the highlighted cost. Is this possible?&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 15:05:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681178#M34499</guid>
      <dc:creator>peterso</dc:creator>
      <dc:date>2021-02-22T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681224#M34501</link>
      <description>&lt;P&gt;just remove the filer(all(Table)),from the calculate argument&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 15:14:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681224#M34501</guid>
      <dc:creator>jameszhang0805</dc:creator>
      <dc:date>2021-02-22T15:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681238#M34502</link>
      <description>&lt;P&gt;I received an error when adding the measure to a visual "A table of multiple values was supplied where a single value was expected"&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 15:18:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681238#M34502</guid>
      <dc:creator>peterso</dc:creator>
      <dc:date>2021-02-22T15:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Return MIN value based on group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681489#M34515</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 16:49:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Return-MIN-value-based-on-group/m-p/1681489#M34515</guid>
      <dc:creator>jameszhang0805</dc:creator>
      <dc:date>2021-02-22T16:49:50Z</dc:date>
    </item>
  </channel>
</rss>

