<?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 the first row value from rows wtth same date in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4363099#M173223</link>
    <description>&lt;P&gt;Thank you for your halp.&lt;/P&gt;&lt;P&gt;Your solving gives the next:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In the new culomb the data the same as the "Halmozott". I would like the next result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 14 Jan 2025 10:17:24 GMT</pubDate>
    <dc:creator>tamfod</dc:creator>
    <dc:date>2025-01-14T10:17:24Z</dc:date>
    <item>
      <title>show the first row value from rows wtth same date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4362956#M173213</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The last two rows of the "Halmozott" column have the same value. I want a formula that displays all values ​​in the next column except those with the same date. For these, only the first one should display the value, and the second one should display nothing,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 08:50:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4362956#M173213</guid>
      <dc:creator>tamfod</dc:creator>
      <dc:date>2025-01-14T08:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: show the first row value from rows wtth same date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4362974#M173214</link>
      <description>&lt;P&gt;Hi&amp;nbsp;, Hope you are doing good!&lt;BR /&gt;&lt;BR /&gt;Filtered Value =&lt;BR /&gt;IF(&lt;BR /&gt;RANKX(&lt;BR /&gt;FILTER(&lt;BR /&gt;TableName,&lt;BR /&gt;TableName[Dátumok] = EARLIER(TableName[Dátumok])&lt;BR /&gt;),&lt;BR /&gt;TableName[Dátumok],&lt;BR /&gt;,&lt;BR /&gt;ASC&lt;BR /&gt;) = 1,&lt;BR /&gt;TableName[Halmozott],&lt;BR /&gt;BLANK()&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Let's Connect on LinkedIn: &lt;A title="https://www.linkedin.com/in/anmol-malviya/?originalsubdomain=in" href="https://www.linkedin.com/in/anmol-malviya/?originalSubdomain=in" target="_blank" rel="noreferrer noopener"&gt;https://www.linkedin.com/in/anmol-malviya/?originalSubdomain=in&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Subscribe my youtube channel for Microsoft Fabric and Power BI updates: &lt;A href="https://www.youtube.com/@AnmolPowerBICorner" target="_blank" rel="noopener"&gt;https://www.youtube.com/@AnmolPowerBICorner&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="912324" data-lia-user-login="tamfod" class="lia-mention lia-mention-user"&gt;tamfod&lt;/a&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 08:57:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4362974#M173214</guid>
      <dc:creator>anmolmalviya05</dc:creator>
      <dc:date>2025-01-14T08:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: show the first row value from rows wtth same date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4363099#M173223</link>
      <description>&lt;P&gt;Thank you for your halp.&lt;/P&gt;&lt;P&gt;Your solving gives the next:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;In the new culomb the data the same as the "Halmozott". I would like the next result:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jan 2025 10:17:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4363099#M173223</guid>
      <dc:creator>tamfod</dc:creator>
      <dc:date>2025-01-14T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: show the first row value from rows wtth same date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4366593#M173374</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="912324" data-lia-user-login="tamfod" class="lia-mention lia-mention-user"&gt;tamfod&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you can add an index column in Power Query Editor, it will be easy to implement it.&lt;/P&gt;
&lt;P&gt;Steps:&lt;/P&gt;
&lt;P&gt;1.Add an index column.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;2.Create a calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Szurt Halmozott = VAR _min=CALCULATE(MIN('Table'[Index]),FILTER('Table',[Datumok]=EARLIER('Table'[Datumok])))
RETURN IF(_min=[Index],[Halmozott])&lt;/LI-CODE&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;Best Regards,&lt;BR /&gt;Stephen Tao&lt;BR /&gt;&lt;BR /&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 07:02:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4366593#M173374</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-16T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: show the first row value from rows wtth same date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4369334#M173470</link>
      <description>&lt;P&gt;Thanks, its working!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 14:15:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4369334#M173470</guid>
      <dc:creator>tamfod</dc:creator>
      <dc:date>2025-01-17T14:15:28Z</dc:date>
    </item>
    <item>
      <title>Re: show the first row value from rows wtth same date</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4369341#M173471</link>
      <description>&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 14:16:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/show-the-first-row-value-from-rows-wtth-same-date/m-p/4369341#M173471</guid>
      <dc:creator>tamfod</dc:creator>
      <dc:date>2025-01-17T14:16:59Z</dc:date>
    </item>
  </channel>
</rss>

