<?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 MIN VALUE WHEN NA VALUE EXCLUDE in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MIN-VALUE-WHEN-NA-VALUE-EXCLUDE/m-p/3383309#M127478</link>
    <description>&lt;P&gt;I WANT TO GET MIN SCORE AS 5 BUT ITS SHOWING AS 10 COULD SOMEONE HELP IN DAX&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Aug 2023 17:29:06 GMT</pubDate>
    <dc:creator>PriscaSalve</dc:creator>
    <dc:date>2023-08-16T17:29:06Z</dc:date>
    <item>
      <title>MIN VALUE WHEN NA VALUE EXCLUDE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MIN-VALUE-WHEN-NA-VALUE-EXCLUDE/m-p/3383309#M127478</link>
      <description>&lt;P&gt;I WANT TO GET MIN SCORE AS 5 BUT ITS SHOWING AS 10 COULD SOMEONE HELP IN DAX&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 17:29:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MIN-VALUE-WHEN-NA-VALUE-EXCLUDE/m-p/3383309#M127478</guid>
      <dc:creator>PriscaSalve</dc:creator>
      <dc:date>2023-08-16T17:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: MIN VALUE WHEN NA VALUE EXCLUDE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MIN-VALUE-WHEN-NA-VALUE-EXCLUDE/m-p/3383776#M127490</link>
      <description>&lt;P&gt;Your data type is character, not a number. 10 is less than 5. Create a new column in Power Query that only has numeric values and cast that data type correctly, or remove non-numeric values in the source.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this post was helpful, please kudos or accept the answer as a solution.&lt;BR /&gt;~ Anthony Genovese&lt;BR /&gt;Need more PBI help? PM me for affordable, dedicated training or consultant recomendations!&lt;/P&gt;</description>
      <pubDate>Wed, 16 Aug 2023 21:23:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MIN-VALUE-WHEN-NA-VALUE-EXCLUDE/m-p/3383776#M127490</guid>
      <dc:creator>AnthonyGenovese</dc:creator>
      <dc:date>2023-08-16T21:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: MIN VALUE WHEN NA VALUE EXCLUDE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MIN-VALUE-WHEN-NA-VALUE-EXCLUDE/m-p/3391810#M127867</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="511389" data-lia-user-login="PriscaSalve" class="lia-mention lia-mention-user"&gt;PriscaSalve&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please try to create a measure with below dax formula:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure =
VAR tmp =
    FILTER ( ALL ( 'Table' ), NOT ( ISERROR ( INT ( [score] ) ) ) )
RETURN
    MINX ( tmp, INT ( [score] ) )
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please refer the attached .pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Community Support Team_Binbin Yu&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;, then please consider&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 07:32:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/MIN-VALUE-WHEN-NA-VALUE-EXCLUDE/m-p/3391810#M127867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-08-22T07:32:30Z</dc:date>
    </item>
  </channel>
</rss>

