<?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 Parent/Child Table Filtering in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Parent-Child-Table-Filtering/m-p/777028#M3977</link>
    <description>&lt;P&gt;I'm sure this answer is already in here but I haven't found it yet.&amp;nbsp; I have two tables in a parent/child relationship.&amp;nbsp; When I pull a single record from the parent, I want to also get all of the fields in the row from the child that is related by ID and where the timestamp = max(timestamp).&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 27 Aug 2019 16:05:00 GMT</pubDate>
    <dc:creator>mikeoshields</dc:creator>
    <dc:date>2019-08-27T16:05:00Z</dc:date>
    <item>
      <title>Parent/Child Table Filtering</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Parent-Child-Table-Filtering/m-p/777028#M3977</link>
      <description>&lt;P&gt;I'm sure this answer is already in here but I haven't found it yet.&amp;nbsp; I have two tables in a parent/child relationship.&amp;nbsp; When I pull a single record from the parent, I want to also get all of the fields in the row from the child that is related by ID and where the timestamp = max(timestamp).&amp;nbsp; Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Aug 2019 16:05:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Parent-Child-Table-Filtering/m-p/777028#M3977</guid>
      <dc:creator>mikeoshields</dc:creator>
      <dc:date>2019-08-27T16:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Parent/Child Table Filtering</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Parent-Child-Table-Filtering/m-p/777965#M4030</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="76130" data-lia-user-login="mikeoshields" class="lia-mention lia-mention-user"&gt;mikeoshields&lt;/a&gt; ,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you can add a &lt;EM&gt;isMaxTimestampFlg&lt;/EM&gt;-column on the many-side of you relationship, i.e. 1 for the rows where timestamp=max(timestamp), and 0 elsewhere. Then you would just have to add this column to the filter section of a visual and filter for isMaxTimestampFlg=1.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2019 13:20:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Parent-Child-Table-Filtering/m-p/777965#M4030</guid>
      <dc:creator>sturlaws</dc:creator>
      <dc:date>2019-08-28T13:20:36Z</dc:date>
    </item>
  </channel>
</rss>

