<?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: How can I get MAX or MIN value from a measure? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-MAX-or-MIN-value-from-a-measure/m-p/2921879#M95825</link>
    <description>&lt;P&gt;indeed, the result of measure is typically a single scalar value instead of a list of values. MIN expects to work on a list of value (a column). So in your case, suggest to add a calculated column in your table, than MIN that column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are other ways that can save the intermediate calculated column, like MINX.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 22 Nov 2022 13:57:23 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2022-11-22T13:57:23Z</dc:date>
    <item>
      <title>How can I get MAX or MIN value from a measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-MAX-or-MIN-value-from-a-measure/m-p/2921737#M95821</link>
      <description>&lt;P&gt;I am currently working with measures in a financial data structure in PowerBI, and I need to get the minimum value of a measure that's previously calculated to show in a graph.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The measure I need to get the minimum from is calculated from another measure that represents the accumulated costs of the various suppliers of a business.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The image attached is the representation of the measure I need to get the minimum value of (ABC FILTER MAX A) and the name of the supplier. I tried to set a measure as 'MIN([ABC FILTER MAX A])' but it says I can only pass a column as an argument. Is there a way to do what I'm trying to do?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 13:15:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-MAX-or-MIN-value-from-a-measure/m-p/2921737#M95821</guid>
      <dc:creator>merep</dc:creator>
      <dc:date>2022-11-22T13:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get MAX or MIN value from a measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-MAX-or-MIN-value-from-a-measure/m-p/2921878#M95824</link>
      <description>&lt;P&gt;You need to break the measure down by supplier name. Try&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Minimum value = MINX( VALUES( 'Table'[Account Description]), [ABC FILTER MAX A])&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 22 Nov 2022 13:56:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-MAX-or-MIN-value-from-a-measure/m-p/2921878#M95824</guid>
      <dc:creator>johnt75</dc:creator>
      <dc:date>2022-11-22T13:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: How can I get MAX or MIN value from a measure?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-MAX-or-MIN-value-from-a-measure/m-p/2921879#M95825</link>
      <description>&lt;P&gt;indeed, the result of measure is typically a single scalar value instead of a list of values. MIN expects to work on a list of value (a column). So in your case, suggest to add a calculated column in your table, than MIN that column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are other ways that can save the intermediate calculated column, like MINX.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Nov 2022 13:57:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-can-I-get-MAX-or-MIN-value-from-a-measure/m-p/2921879#M95825</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2022-11-22T13:57:23Z</dc:date>
    </item>
  </channel>
</rss>

