<?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 filtered values in every row of table/matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-filtered-values-in-every-row-of-table-matrix/m-p/3565736#M137464</link>
    <description>&lt;P&gt;Thank you so much. It worked!&lt;/P&gt;</description>
    <pubDate>Mon, 04 Dec 2023 09:09:36 GMT</pubDate>
    <dc:creator>froebm</dc:creator>
    <dc:date>2023-12-04T09:09:36Z</dc:date>
    <item>
      <title>Minimum of filtered values in every row of table/matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-filtered-values-in-every-row-of-table-matrix/m-p/3561617#M137283</link>
      <description>&lt;P&gt;Hi at all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a dates and several formated date values, like Monthname, monthnumber etc.&lt;/P&gt;&lt;P&gt;In a Matrix I show the month name. With a measure I wanted to show the lowest filtered month number in every row.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use the following formular&lt;/P&gt;&lt;LI-CODE lang="css"&gt;MinMonth = 
CALCULATE (
  MIN(tblDateTable[monthnumber],
  ALL(tblDateTable)
)&lt;/LI-CODE&gt;&lt;P&gt;I get the same value in every row (as seen on the image below), but the wrong one. Sure, because I use the filter from monthnumber with "ALL".&lt;/P&gt;&lt;P&gt;However, the desired result in this example should be 4 in each row. How can I achieve this? I tried everything. I either get the respective month number per row or the lowest value of the unfiltered date table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The MontName&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance and best regards,&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 17:48:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-filtered-values-in-every-row-of-table-matrix/m-p/3561617#M137283</guid>
      <dc:creator>froebm</dc:creator>
      <dc:date>2023-11-30T17:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum of filtered values in every row of table/matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-filtered-values-in-every-row-of-table-matrix/m-p/3561988#M137297</link>
      <description>&lt;P&gt;try and replace ALL() with ALLSELECTED().&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2023 23:08:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-filtered-values-in-every-row-of-table-matrix/m-p/3561988#M137297</guid>
      <dc:creator>vicky_</dc:creator>
      <dc:date>2023-11-30T23:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Minimum of filtered values in every row of table/matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-filtered-values-in-every-row-of-table-matrix/m-p/3565736#M137464</link>
      <description>&lt;P&gt;Thank you so much. It worked!&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 09:09:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Minimum-of-filtered-values-in-every-row-of-table-matrix/m-p/3565736#M137464</guid>
      <dc:creator>froebm</dc:creator>
      <dc:date>2023-12-04T09:09:36Z</dc:date>
    </item>
  </channel>
</rss>

