<?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: Minx in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723252#M83144</link>
    <description>&lt;P&gt;thanks for your effort, but unforetunately did not work .&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 24 Aug 2022 12:21:47 GMT</pubDate>
    <dc:creator>Talal141218</dc:creator>
    <dc:date>2022-08-24T12:21:47Z</dc:date>
    <item>
      <title>Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2722602#M83088</link>
      <description>&lt;P&gt;Hi there,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am neu with Power BI and i want to apply Minx to find the minimum value for net sales except(0 or blank).&amp;nbsp;&lt;/P&gt;&lt;P&gt;anyone can help me in this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 08:44:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2722602#M83088</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2022-08-24T08:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2722646#M83090</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how your dataset looks like, but please check the attached file.&lt;/P&gt;
&lt;P&gt;I hope the below attached file can provide some ideas on how to create a solution for your dataset.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Min sales measure: =
MINX (
    FILTER ( Sales, Sales[Sales] &amp;lt;&amp;gt; 0 &amp;amp;&amp;amp; Sales[Sales] &amp;lt;&amp;gt; BLANK () ),
    [Sales total measure:]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Aug 2022 08:55:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2722646#M83090</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-08-24T08:55:56Z</dc:date>
    </item>
    <item>
      <title>Re: Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2722693#M83094</link>
      <description>&lt;P&gt;Thank's alot&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 09:09:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2722693#M83094</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2022-08-24T09:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723000#M83118</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sorry sir just one question. If i want add&amp;nbsp;minus values to the filter. values &amp;gt;0&amp;nbsp;&lt;/P&gt;&lt;P&gt;what should i do ?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 10:34:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723000#M83118</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2022-08-24T10:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723055#M83126</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Thank you for your feedback, and please try something like below.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Min sales measure: =
MINX (
    FILTER ( Sales, Sales[Sales] &amp;gt; 0 &amp;amp;&amp;amp; Sales[Sales] &amp;lt;&amp;gt; BLANK () ),
    [Sales total measure:]
)
&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 24 Aug 2022 10:58:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723055#M83126</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-08-24T10:58:31Z</dc:date>
    </item>
    <item>
      <title>Re: Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723252#M83144</link>
      <description>&lt;P&gt;thanks for your effort, but unforetunately did not work .&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 12:21:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723252#M83144</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2022-08-24T12:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723280#M83148</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please share your sample pbix file's link here, and then I can try to look into it to come up with a more accurate solution.&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 12:29:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723280#M83148</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-08-24T12:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: Minx</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723701#M83168</link>
      <description>&lt;P&gt;thank's i found a solution&amp;nbsp;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 24 Aug 2022 14:54:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minx/m-p/2723701#M83168</guid>
      <dc:creator>Talal141218</dc:creator>
      <dc:date>2022-08-24T14:54:14Z</dc:date>
    </item>
  </channel>
</rss>

