<?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: Show latest list of products with the same invoice in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4659644#M178422</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/494564" target="_blank"&gt;@Easley08&lt;/A&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Apr 2025 00:14:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-04-20T00:14:31Z</dc:date>
    <item>
      <title>Show latest list of products with the same invoice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4609619#M176459</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there a way to show the latest list of purchase based on the same invoice in the 1st table&amp;nbsp;&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;&amp;nbsp;&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;</description>
      <pubDate>Fri, 14 Mar 2025 05:02:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4609619#M176459</guid>
      <dc:creator>Easley08</dc:creator>
      <dc:date>2025-03-14T05:02:32Z</dc:date>
    </item>
    <item>
      <title>Re: Show latest list of products with the same invoice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4609805#M176462</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="494564" data-lia-user-login="Easley08" class="lia-mention lia-mention-user"&gt;Easley08&lt;/a&gt;&amp;nbsp;Create a new table that groups the data by Invoice No and shows the latest purchase date for each invoice.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LatestPurchases = &lt;BR /&gt;SUMMARIZE(&lt;BR /&gt;'YourTableName',&lt;BR /&gt;'YourTableName'[Invoice No],&lt;BR /&gt;"Latest Purchase Date", MAX('YourTableName'[Purchase Date])&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Join this new table with your original table on Invoice No and Purchase Date to get the latest purchases.&lt;/P&gt;
&lt;P&gt;LatestPurchasesDetails = &lt;BR /&gt;FILTER(&lt;BR /&gt;'YourTableName',&lt;BR /&gt;'YourTableName'[Purchase Date] = RELATED(LatestPurchases[Latest Purchase Date]) &amp;amp;&amp;amp;&lt;BR /&gt;'YourTableName'[Invoice No] = RELATED(LatestPurchases[Invoice No])&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Finally, use the LatestPurchasesDetails table to create your visual in Power BI. This will show the latest list of products for each invoice.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 08:11:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4609805#M176462</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-03-14T08:11:08Z</dc:date>
    </item>
    <item>
      <title>Re: Show latest list of products with the same invoice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4649405#M177983</link>
      <description>&lt;P&gt;&lt;SPAN data-teams="true"&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="494564" data-lia-user-login="Easley08" class="lia-mention lia-mention-user"&gt;Easley08&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Thank you for reaching out to the Microsoft Fabric Community.&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;I wanted to check if you had the opportunity to review the information provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="625922" data-lia-user-login="bhanu_gautam" class="lia-mention lia-mention-user"&gt;bhanu_gautam&lt;/a&gt;&amp;nbsp;. Please feel free to contact us if you have any further questions. If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;&lt;BR /&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Apr 2025 01:15:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4649405#M177983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-12T01:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show latest list of products with the same invoice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4654881#M178198</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="494564" data-lia-user-login="Easley08" class="lia-mention lia-mention-user"&gt;Easley08&lt;/a&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 04:13:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4654881#M178198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-16T04:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: Show latest list of products with the same invoice</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4659644#M178422</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/494564" target="_blank"&gt;@Easley08&lt;/A&gt;&amp;nbsp;,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 00:14:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Show-latest-list-of-products-with-the-same-invoice/m-p/4659644#M178422</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-20T00:14:31Z</dc:date>
    </item>
  </channel>
</rss>

