<?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: Find max date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-max-date/m-p/3104859#M109353</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490932" data-lia-user-login="Mahmed1" class="lia-mention lia-mention-user"&gt;Mahmed1&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;max_val_date = 
  VAR __maxVal = [max_val]
  VAR __Table = FILTER(ALL('dimtable'), [%Handled] = __maxVal)
  VAR __Result = MAXX(__Table,[date])
RETURN
  __Result&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 28 Feb 2023 23:14:19 GMT</pubDate>
    <dc:creator>Greg_Deckler</dc:creator>
    <dc:date>2023-02-28T23:14:19Z</dc:date>
    <item>
      <title>Find max date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-max-date/m-p/3104842#M109350</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping you can help me&lt;/P&gt;&lt;P&gt;please&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have some a dax code that give me the maxx code which i put in a card&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;max_val = maxx(dimtable[date],[%Handled])&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i neee to also get the date the max_val is but cant seem to figure out how i get the corresponding date&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 22:45:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-max-date/m-p/3104842#M109350</guid>
      <dc:creator>Mahmed1</dc:creator>
      <dc:date>2023-02-28T22:45:53Z</dc:date>
    </item>
    <item>
      <title>Re: Find max date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-max-date/m-p/3104859#M109353</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="490932" data-lia-user-login="Mahmed1" class="lia-mention lia-mention-user"&gt;Mahmed1&lt;/a&gt;&amp;nbsp;Try:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;max_val_date = 
  VAR __maxVal = [max_val]
  VAR __Table = FILTER(ALL('dimtable'), [%Handled] = __maxVal)
  VAR __Result = MAXX(__Table,[date])
RETURN
  __Result&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 28 Feb 2023 23:14:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-max-date/m-p/3104859#M109353</guid>
      <dc:creator>Greg_Deckler</dc:creator>
      <dc:date>2023-02-28T23:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Find max date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-max-date/m-p/3104891#M109355</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="313" data-lia-user-login="Greg_Deckler" class="lia-mention lia-mention-user"&gt;Greg_Deckler&lt;/a&gt;&amp;nbsp;Thank you - ill give that a go&lt;/P&gt;&lt;P&gt;i was trying to find a way of getting a table from selected visual&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you once again&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2023 23:52:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-max-date/m-p/3104891#M109355</guid>
      <dc:creator>Mahmed1</dc:creator>
      <dc:date>2023-02-28T23:52:40Z</dc:date>
    </item>
  </channel>
</rss>

