<?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: Lowest/ Highest value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566416#M137487</link>
    <description>&lt;P&gt;HI,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="654561" data-lia-user-login="shayla" class="lia-mention lia-mention-user"&gt;shayla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;calculate(
min(table[discount%]),
table[year] = max(table[year])
)&lt;/LI-CODE&gt;</description>
    <pubDate>Mon, 04 Dec 2023 15:04:03 GMT</pubDate>
    <dc:creator>Dangar332</dc:creator>
    <dc:date>2023-12-04T15:04:03Z</dc:date>
    <item>
      <title>Lowest/ Highest value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566265#M137478</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead having the lowest discount in the whole column, I would like to have the lowest discount % in the year as well.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;how anyone help with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:02:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566265#M137478</guid>
      <dc:creator>shayla</dc:creator>
      <dc:date>2023-12-04T14:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: Lowest/ Highest value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566322#M137479</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="654561" data-lia-user-login="shayla" class="lia-mention lia-mention-user"&gt;shayla&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;try below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;column =
 minx(
    filter(
       all(table),
       table[year]= max(table[year])
    ),
    'table'[discount%]
  )&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:26:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566322#M137479</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-12-04T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lowest/ Highest value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566404#M137485</link>
      <description>&lt;P&gt;Thanks for reply! @Dangar33&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;when I put the formular below, it only gives the max discount% in 2023, but I need max/min for every year..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you please rectify my formula?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Dec 2023 14:58:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566404#M137485</guid>
      <dc:creator>shayla</dc:creator>
      <dc:date>2023-12-04T14:58:48Z</dc:date>
    </item>
    <item>
      <title>Re: Lowest/ Highest value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566416#M137487</link>
      <description>&lt;P&gt;HI,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="654561" data-lia-user-login="shayla" class="lia-mention lia-mention-user"&gt;shayla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try below&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;calculate(
min(table[discount%]),
table[year] = max(table[year])
)&lt;/LI-CODE&gt;</description>
      <pubDate>Mon, 04 Dec 2023 15:04:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Lowest-Highest-value/m-p/3566416#M137487</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-12-04T15:04:03Z</dc:date>
    </item>
  </channel>
</rss>

