<?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 the Latest Order date in the selected date range for Tag ID in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-Latest-Order-date-in-the-selected-date-range-for-Tag-ID/m-p/2702048#M81822</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="328939" data-lia-user-login="NavaneethaRaju" class="lia-mention lia-mention-user"&gt;NavaneethaRaju&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Last Order Date =
CALCULATE (
    MAX ( TableName[Order Date] ),
    REMOVEFILTERS (),
    VALUES ( TableName[Tag ID] ),
    ALLSELECTED ( TableName[Order Date] )
)&lt;/LI-CODE&gt;</description>
    <pubDate>Tue, 16 Aug 2022 06:37:16 GMT</pubDate>
    <dc:creator>tamerj1</dc:creator>
    <dc:date>2022-08-16T06:37:16Z</dc:date>
    <item>
      <title>Find the Latest Order date in the selected date range for Tag ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-Latest-Order-date-in-the-selected-date-range-for-Tag-ID/m-p/2701868#M81813</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I want to display the last order date for tag id with in selected date range.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Figure 1: Month &lt;STRONG&gt;MAY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Month : &lt;STRONG&gt;April&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;with respective of the selected month, should show only one record in a month for a Tag ID's&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please advice , measure or calculated column.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2022 05:31:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-Latest-Order-date-in-the-selected-date-range-for-Tag-ID/m-p/2701868#M81813</guid>
      <dc:creator>NavaneethaRaju</dc:creator>
      <dc:date>2022-08-16T05:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Find the Latest Order date in the selected date range for Tag ID</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-Latest-Order-date-in-the-selected-date-range-for-Tag-ID/m-p/2702048#M81822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="328939" data-lia-user-login="NavaneethaRaju" class="lia-mention lia-mention-user"&gt;NavaneethaRaju&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;Last Order Date =
CALCULATE (
    MAX ( TableName[Order Date] ),
    REMOVEFILTERS (),
    VALUES ( TableName[Tag ID] ),
    ALLSELECTED ( TableName[Order Date] )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 16 Aug 2022 06:37:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Find-the-Latest-Order-date-in-the-selected-date-range-for-Tag-ID/m-p/2702048#M81822</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-08-16T06:37:16Z</dc:date>
    </item>
  </channel>
</rss>

