<?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: i want to see the latest comments in powerbi table in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832152#M149840</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="720375" data-lia-user-login="Yeswanth" class="lia-mention lia-mention-user"&gt;Yeswanth&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is an example of what I did:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I restored some of your data.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a measure as follows&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _max = CALCULATE(MAX([Date]), ALLEXCEPT('Table', 'Table'[Customer]))
RETURN
IF(MAX([Date]) = _max, 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;Put the measure into the filter so that the visual only shows data where the measure is equal to 1.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yulia Xu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Fri, 12 Apr 2024 01:49:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-12T01:49:38Z</dc:date>
    <item>
      <title>i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3829531#M149736</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN&gt;I want to showcase the recent comments in table. initially in every ticket we have multiple updates when customer posted their updates in each row, we have the multiple comments and multiple timestamp's specific to the ID . &lt;/SPAN&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;I want to showcase the recent comments in table.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 11 Apr 2024 06:19:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3829531#M149736</guid>
      <dc:creator>Yeswanth</dc:creator>
      <dc:date>2024-04-11T06:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832152#M149840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="720375" data-lia-user-login="Yeswanth" class="lia-mention lia-mention-user"&gt;Yeswanth&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Here is an example of what I did:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I restored some of your data.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a measure as follows&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _max = CALCULATE(MAX([Date]), ALLEXCEPT('Table', 'Table'[Customer]))
RETURN
IF(MAX([Date]) = _max, 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp;Put the measure into the filter so that the visual only shows data where the measure is equal to 1.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yulia Xu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 01:49:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832152#M149840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-12T01:49:38Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832181#M149844</link>
      <description>&lt;P&gt;Hi thanks for your time but this is not the solution I am looking for&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1 ID = MULTIPLE COMMENTS in the same field there is no date in the table in the screenshot having date as a text along with the multiple updates daily so I want to see the latest comments&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 02:06:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832181#M149844</guid>
      <dc:creator>Yeswanth</dc:creator>
      <dc:date>2024-04-12T02:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832243#M149849</link>
      <description>&lt;P&gt;Hi , Thanks for your support, but please dont divide the date and customer name both are in the same field specific to the id , customer name was not constant it will varies as per the daily updates only 2 columns&amp;nbsp;&lt;BR /&gt;ID : 1&lt;BR /&gt;comments: 24/09 hi rakesh&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;19/03 welcome rakesh&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 01/01 bye rakesh&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;i want to see the lastest commnet as per the date in commnets column&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 02:39:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832243#M149849</guid>
      <dc:creator>Yeswanth</dc:creator>
      <dc:date>2024-04-12T02:39:34Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832361#M149853</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;please check the below comments&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 03:00:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832361#M149853</guid>
      <dc:creator>Yeswanth</dc:creator>
      <dc:date>2024-04-12T03:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832381#M149854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I am not sure how much i can help but i would like to try.&amp;nbsp; Share data in a format that can be pasted in an MS Excel file and show the expected result.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 03:13:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832381#M149854</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-12T03:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832590#M149864</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&amp;nbsp;please find the below table wihich shows actual vs expected result. please provide the desired dax ? or any suggestions thanks&lt;BR /&gt;Actual Data&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Comments&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2287&lt;/TD&gt;&lt;TD&gt;2024-01-16 13:17:59 - Kumar (Additional comments)&lt;BR /&gt;such as children and the elderly, and marginalized communities, because polluting industries and toxic waste sites tend&lt;BR /&gt;&lt;BR /&gt;2024-01-09 13:51:35 - Rakesh (Additional comments)&lt;BR /&gt;Many sources of pollution were unregulated parts of industrialization during the 19th and 20th centuries until the emergence of environmental regulation and pollution policy in the later half of the 20th century.&lt;BR /&gt;&lt;BR /&gt;2024-01-03 10:20:26 - Rakesh (Additional comments)&lt;BR /&gt;Pollution has widespread consequences on human and environmental health, having systematic impact on social and economic systems.&lt;BR /&gt;&lt;BR /&gt;2023-12-19 14:11:44 - Rakesh (Additional comments)&lt;BR /&gt;Although environmental pollution can be caused by natural events, the word pollution generally implies that the contamin&lt;BR /&gt;&lt;BR /&gt;2023-12-12 12:35:37 - kumar (Additional comments)&lt;BR /&gt;Pollution is the introduction of contaminants into the natural environment that cause adverse change.[1]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2288&lt;/TD&gt;&lt;TD&gt;2024-01-13 13:17:59 - Kumar (Additional comments)&lt;BR /&gt;such as children and the elderly, and marginalized communities, because polluting industries and toxic waste sites tend&lt;BR /&gt;&lt;BR /&gt;2024-01-09 13:51:35 - Rakesh (Additional comments)&lt;BR /&gt;Many sources of pollution were unregulated parts of industrialization during the 19th and 20th centuries until the emergence of environmental regulation and pollution policy in the later half of the 20th century.&lt;BR /&gt;&lt;BR /&gt;2024-01-03 10:20:26 - Rakesh (Additional comments)&lt;BR /&gt;Pollution has widespread consequences on human and environmental health, having systematic impact on social and economic systems.&lt;BR /&gt;&lt;BR /&gt;2023-12-19 14:11:44 - Rakesh (Additional comments)&lt;BR /&gt;Although environmental pollution can be caused by natural events, the word pollution generally implies that the contamin&lt;BR /&gt;&lt;BR /&gt;2023-12-12 12:35:37 - kumar (Additional comments)&lt;BR /&gt;Pollution is the introduction of contaminants into the natural environment that cause adverse change.[1]&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2230&lt;/TD&gt;&lt;TD&gt;2024-01-16 13:17:59 - Kumar (Additional comments)&lt;BR /&gt;such as children and the elderly, and marginalized communities, because polluting industries and toxic waste sites tend&lt;BR /&gt;&lt;BR /&gt;2024-01-09 13:51:35 - Rakesh (Additional comments)&lt;BR /&gt;Many sources of pollution were unregulated parts of industrialization during the 19th and 20th centuries until the emergence of environmental regulation and pollution policy in the later half of the 20th century.&lt;BR /&gt;&lt;BR /&gt;2024-01-03 10:20:26 - Rakesh (Additional comments)&lt;BR /&gt;Pollution has widespread consequences on human and environmental health, having systematic impact on social and economic systems.&lt;BR /&gt;&lt;BR /&gt;2023-12-19 14:11:44 - Rakesh (Additional comments)&lt;BR /&gt;Although environmental pollution can be caused by natural events, the word pollution generally implies that the contamin&lt;BR /&gt;&lt;BR /&gt;2023-12-12 12:35:37 - kumar (Additional comments)&lt;BR /&gt;Pollution is the introduction of contaminants into the natural environment that cause adverse change.[1]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;BR /&gt;Expected output:&lt;BR /&gt;-------------&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;ID&lt;/TD&gt;&lt;TD&gt;Comments&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2287&lt;/TD&gt;&lt;TD&gt;2024-01-16 13:17:59 - Kumar (Additional comments)&lt;BR /&gt;such as children and the elderly, and marginalized communities, because polluting industries and toxic waste sites tend&lt;BR /&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2288&lt;/TD&gt;&lt;TD&gt;2024-01-13 13:17:59 - Kumar (Additional comments)&lt;BR /&gt;such as children and the elderly, and marginalized communities, because polluting industries and toxic waste sites tend&lt;BR /&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;2230&lt;/TD&gt;&lt;TD&gt;2024-01-16 13:17:59 - Kumar (Additional comments)&lt;BR /&gt;such as children and the elderly, and marginalized communities, because polluting industries and toxic waste sites tend&lt;BR /&gt;&lt;BR /&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description>
      <pubDate>Fri, 12 Apr 2024 05:27:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832590#M149864</guid>
      <dc:creator>Yeswanth</dc:creator>
      <dc:date>2024-04-12T05:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832599#M149865</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&amp;nbsp;i want the only latest comment in comments column specific to the ID instead of past comments&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 05:29:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3832599#M149865</guid>
      <dc:creator>Yeswanth</dc:creator>
      <dc:date>2024-04-12T05:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3834908#M149952</link>
      <description>&lt;P&gt;When i paste that data in MS Excel, i get each comment in a seperate cell but i think those comments (for a specific ID) are in the same cell (seperated with an Alt + Enter).&amp;nbsp; Please share the download link of the Excel file instead.&lt;/P&gt;</description>
      <pubDate>Fri, 12 Apr 2024 23:44:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3834908#M149952</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-12T23:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3834965#M149957</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I worked with this sample data&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;and got this result&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;with this M code&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
    Source = Excel.CurrentWorkbook(){[Name="Data"]}[Content],
    #"Split Column by Delimiter" = Table.ExpandListColumn(Table.TransformColumns(Source, {{"Comment", Splitter.SplitTextByDelimiter("#(lf)", QuoteStyle.Csv), let itemType = (type nullable text) meta [Serialized.Text = true] in type {itemType}}}), "Comment"),
    #"Trimmed Text" = Table.TransformColumns(#"Split Column by Delimiter",{{"Comment", Text.Trim, type text}}),
    #"Filtered Rows" = Table.SelectRows(#"Trimmed Text", each ([Comment] &amp;lt;&amp;gt; "")),
    #"Inserted Text Before Delimiter" = Table.AddColumn(#"Filtered Rows", "Datetime", each Text.BeforeDelimiter([Comment], "-", {0, RelativePosition.FromEnd}), type text),
    #"Replaced Value" = Table.ReplaceValue(#"Inserted Text Before Delimiter","",null,Replacer.ReplaceValue,{"Datetime"}),
    #"Filled Down" = Table.FillDown(#"Replaced Value",{"Datetime"}),
    #"Changed Type" = Table.TransformColumnTypes(#"Filled Down",{{"Datetime", type datetime}}),
    #"Grouped Rows" = Table.Group(#"Changed Type", {"ID"}, {{"Count", each Table.Max(_,"Datetime")}}),
    #"Expanded Count" = Table.ExpandRecordColumn(#"Grouped Rows", "Count", {"Comment", "Datetime"}, {"Comment", "Datetime"})
in
    #"Expanded Count"&lt;/LI-CODE&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sat, 13 Apr 2024 03:40:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3834965#M149957</guid>
      <dc:creator>Ashish_Mathur</dc:creator>
      <dc:date>2024-04-13T03:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: i want to see the latest comments in powerbi table</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3837350#M150028</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="720375" data-lia-user-login="Yeswanth" class="lia-mention lia-mention-user"&gt;Yeswanth&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply from &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="19851" data-lia-user-login="Ashish_Mathur" class="lia-mention lia-mention-user"&gt;Ashish_Mathur&lt;/a&gt;&amp;nbsp;, please allow me to provide another insight:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I used the latest data you gave, which according to my tests requires you to have a corresponding ID for each comment, otherwise the following will happen.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;no corresponding ID for each row:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Create a calculated column as follows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Date = LEFT([Comments], 19)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Create a measure as follows&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _max = CALCULATE(MAX([Date]), ALLEXCEPT('Table', 'Table'[ID]))
RETURN
IF(MAX([Date]) = _max, 1, 0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.&amp;nbsp;Put the measure into the filter so that the visual only shows data where the measure is equal to 1.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Result:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yulia Xu&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Apr 2024 07:36:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/i-want-to-see-the-latest-comments-in-powerbi-table/m-p/3837350#M150028</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-15T07:36:24Z</dc:date>
    </item>
  </channel>
</rss>

