<?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: Dynamically show dimension values from the latest transaction in a group in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5143912#M187614</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1572179" data-lia-user-login="JānisBojars" class="lia-mention lia-mention-user"&gt;JānisBojars&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="125" data-end="154"&gt;Just wanted to follow up on this thread,&lt;/P&gt;
&lt;P data-start="156" data-end="356"&gt;From your description, the current measure-based approach works when a single Container_Id is in context but is likely hitting evaluation limits when applied across a larger dataset in a table visual.&lt;/P&gt;
&lt;P data-start="156" data-end="356"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="358" data-end="690"&gt;In such cases, instead of identifying the latest record using a row-level measure, a more efficient approach is to first derive the latest MovementDateTime per Container_Id using aggregation and then filter the table based on that result. This can be implemented either in DAX using aggregation functions or upstream in Power Query.&lt;/P&gt;
&lt;P data-start="692" data-end="851"&gt;For reference, Microsoft documentation on grouping and aggregation in Power Query can be found here:&lt;BR data-start="792" data-end="795" /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-query/group-by" target="_blank"&gt;How to GROUP BY or summarize rows - Power Query | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="692" data-end="851"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="853" data-end="1094"&gt;Similar threads:&lt;BR data-start="998" data-end="1001" /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-to-get-category-for-most-recent-date-for-each/m-p/4371876" target="_blank"&gt;Solved: Re: How to write a DAX to get category for most re... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="853" data-end="1094"&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Summarise-table-to-show-last-record-using-a-calculated-column/td-p/1329126" target="_blank"&gt;Solved: Summarise table to show last record using a calcul... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="1096" data-end="1211" data-is-last-node="" data-is-only-node=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1096" data-end="1211" data-is-last-node="" data-is-only-node=""&gt;Hope this helps. Please reach out for further assistance.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Apr 2026 04:53:15 GMT</pubDate>
    <dc:creator>v-veshwara-msft</dc:creator>
    <dc:date>2026-04-06T04:53:15Z</dc:date>
    <item>
      <title>Dynamically show dimension values from the latest transaction in a group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5140000#M187520</link>
      <description>&lt;P&gt;I have a transaction table of Container movements (to customer and back to warehouse).&lt;BR /&gt;&lt;BR /&gt;How to make data architecture to get requirements?:&lt;BR /&gt;To show in a table visualization latest records (dimension values) of each Container_Id by MovementDateTime?&lt;BR /&gt;&lt;BR /&gt;I made a Metric with a sign 1, if it is a latest record and a solution worked well, when a Container_Id was filtered, but got an error of calculation limit, when I wanted to show all Container_Id.&lt;BR /&gt;&lt;BR /&gt;Any suggestions? How to filter dynamically (using Date filter) latest movement records of each Container_Id?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 11:17:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5140000#M187520</guid>
      <dc:creator>JānisBojars</dc:creator>
      <dc:date>2026-03-27T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically show dimension values from the latest transaction in a group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5140089#M187522</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1572179" data-lia-user-login="JānisBojars" class="lia-mention lia-mention-user"&gt;JānisBojars&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;you are already able to dinamically filter, since you have your measure working fine. Point seems to be show all the filtered lines in a table matrix at the same time. I am not sure on the limit that the table visual has, but it must be lower than the nr you have I conclude.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To understand how to help you, why do you need to show all of them (thousands and thounsands I imagine), at the same time in the table visual?&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;If this helped, please consider giving kudos and mark as a solution&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;@me in replies or I'll lose your thread&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;Want to check your DAX skills? &lt;A href="https://www.linkedin.com/company/kubisco/" target="_blank"&gt;Answer my biweekly DAX challenges on the kubisco Linkedin page&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Consider voting &lt;A href="https://community.fabric.microsoft.com/t5/Fabric-Ideas/Power-BI-Filter-Pane-as-an-icon-on-the-right-side-bar-in-on/idi-p/4728588" target="_blank"&gt;this Power BI idea&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Francesco Bergamaschi&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;MBA, M.Eng, M.Econ, Professor of BI&lt;/P&gt;</description>
      <pubDate>Fri, 27 Mar 2026 14:01:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5140089#M187522</guid>
      <dc:creator>FBergamaschi</dc:creator>
      <dc:date>2026-03-27T14:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically show dimension values from the latest transaction in a group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5142337#M187550</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1572179" data-lia-user-login="JānisBojars" class="lia-mention lia-mention-user"&gt;JānisBojars&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to Microsoft Fabric Community.&lt;BR /&gt;Just wanted to check if the response provided by &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1287762" data-lia-user-login="FBergamaschi" class="lia-mention lia-mention-user"&gt;FBergamaschi&lt;/a&gt;&amp;nbsp;was helpful. If further assistance is needed, please reach out.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Apr 2026 04:48:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5142337#M187550</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-04-01T04:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically show dimension values from the latest transaction in a group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5143912#M187614</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1572179" data-lia-user-login="JānisBojars" class="lia-mention lia-mention-user"&gt;JānisBojars&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P data-start="125" data-end="154"&gt;Just wanted to follow up on this thread,&lt;/P&gt;
&lt;P data-start="156" data-end="356"&gt;From your description, the current measure-based approach works when a single Container_Id is in context but is likely hitting evaluation limits when applied across a larger dataset in a table visual.&lt;/P&gt;
&lt;P data-start="156" data-end="356"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="358" data-end="690"&gt;In such cases, instead of identifying the latest record using a row-level measure, a more efficient approach is to first derive the latest MovementDateTime per Container_Id using aggregation and then filter the table based on that result. This can be implemented either in DAX using aggregation functions or upstream in Power Query.&lt;/P&gt;
&lt;P data-start="692" data-end="851"&gt;For reference, Microsoft documentation on grouping and aggregation in Power Query can be found here:&lt;BR data-start="792" data-end="795" /&gt;&lt;A href="https://learn.microsoft.com/en-us/power-query/group-by" target="_blank"&gt;How to GROUP BY or summarize rows - Power Query | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="692" data-end="851"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="853" data-end="1094"&gt;Similar threads:&lt;BR data-start="998" data-end="1001" /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-write-a-DAX-to-get-category-for-most-recent-date-for-each/m-p/4371876" target="_blank"&gt;Solved: Re: How to write a DAX to get category for most re... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="853" data-end="1094"&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Summarise-table-to-show-last-record-using-a-calculated-column/td-p/1329126" target="_blank"&gt;Solved: Summarise table to show last record using a calcul... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P data-start="1096" data-end="1211" data-is-last-node="" data-is-only-node=""&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-start="1096" data-end="1211" data-is-last-node="" data-is-only-node=""&gt;Hope this helps. Please reach out for further assistance.&lt;BR /&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Apr 2026 04:53:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5143912#M187614</guid>
      <dc:creator>v-veshwara-msft</dc:creator>
      <dc:date>2026-04-06T04:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically show dimension values from the latest transaction in a group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5144530#M187630</link>
      <description>&lt;P&gt;Sorry for late answer. Was on vacation.&lt;BR /&gt;&lt;BR /&gt;We decided to transform data on DWH side. Calculate location for each Container at the end of each month and at the lates day of current month. This solution works well for us.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 11:37:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5144530#M187630</guid>
      <dc:creator>JānisBojars</dc:creator>
      <dc:date>2026-04-07T11:37:11Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically show dimension values from the latest transaction in a group</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5144531#M187631</link>
      <description>&lt;P&gt;We decided to transform data on DWH side. Calculate location for each Container at the end of each month and at the lates day of current month. This solution works well for us.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 11:37:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dynamically-show-dimension-values-from-the-latest-transaction-in/m-p/5144531#M187631</guid>
      <dc:creator>JānisBojars</dc:creator>
      <dc:date>2026-04-07T11:37:25Z</dc:date>
    </item>
  </channel>
</rss>

