<?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: ¿Cómo enumerar valores duplicados? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2426970#M64483</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="373159" data-lia-user-login="Pandrade" class="lia-mention lia-mention-user"&gt;Pandrade&lt;/a&gt; , One is to create a new column &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countx(filter(Table, Table[Client] = earlier(Table[Client]) ) ,[Client])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you need it based on measures you need Dynamic Segmentation&lt;/P&gt;
&lt;P&gt;Dynamic Segmentation Bucketing Binning&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1387187#M626" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1387187#M626&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Dynamic Segmentation, Bucketing or Binning: &lt;A href="https://youtu.be/CuczXPj0N-k" target="_blank"&gt;https://youtu.be/CuczXPj0N-k&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 30 Mar 2022 13:14:14 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2022-03-30T13:14:14Z</dc:date>
    <item>
      <title>¿Cómo enumerar valores duplicados?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2426892#M64477</link>
      <description>&lt;P&gt;Hola,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Necesito ayuda con una duda que no consigo resolver&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tengo una tabla con los siguientes valores:&lt;/P&gt;&lt;P&gt;&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;Necesito poder enumerar el número de veces que se repite el cliente por orden, es decir, una nueva columna que ponga:&lt;/P&gt;&lt;P&gt;1&lt;/P&gt;&lt;P&gt;2&lt;/P&gt;&lt;P&gt;3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Por el momento he conseguido contar el número de veces que se repite cada cliente pero no avanzo más.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;¡Gracias de antemano!&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 12:58:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2426892#M64477</guid>
      <dc:creator>Pandrade</dc:creator>
      <dc:date>2022-03-30T12:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: ¿Cómo enumerar valores duplicados?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2426970#M64483</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="373159" data-lia-user-login="Pandrade" class="lia-mention lia-mention-user"&gt;Pandrade&lt;/a&gt; , One is to create a new column &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;countx(filter(Table, Table[Client] = earlier(Table[Client]) ) ,[Client])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you need it based on measures you need Dynamic Segmentation&lt;/P&gt;
&lt;P&gt;Dynamic Segmentation Bucketing Binning&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1387187#M626" target="_blank"&gt;https://community.powerbi.com/t5/Quick-Measures-Gallery/Dynamic-Segmentation-Bucketing-Binning/m-p/1387187#M626&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Dynamic Segmentation, Bucketing or Binning: &lt;A href="https://youtu.be/CuczXPj0N-k" target="_blank"&gt;https://youtu.be/CuczXPj0N-k&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 13:14:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2426970#M64483</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-30T13:14:14Z</dc:date>
    </item>
    <item>
      <title>Re: ¿Cómo enumerar valores duplicados?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2439837#M65275</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="373159" data-lia-user-login="Pandrade" class="lia-mention lia-mention-user"&gt;Pandrade&lt;/a&gt;&amp;nbsp;，&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is no column like order column in the table, you need an index column.&amp;nbsp;You can add it in Power Query Editor.&lt;/P&gt;
&lt;P&gt;Transform data -&amp;gt; Add Column -&amp;gt; Index Column -&amp;gt; From 1 -&amp;gt; Close and apply.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please new a calculated column.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = 
CALCULATE (
    COUNTROWS ( 'Table' ),
    FILTER(ALL('Table'),'Table'[cliente] = EARLIER ( 'Table'[cliente] )),
    'Table'[Index] &amp;lt;= EARLIER( 'Table'[Index] )
)&lt;/LI-CODE&gt;
&lt;P&gt;Result.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Attach the PBIX file for reference. Hope it helps.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team_Gao&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;If there is any post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3" color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT size="3"&gt;&lt;FONT color="#FF0000"&gt;&lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/FONT&gt;to help the other members find it more quickly. If I misunderstand your needs or you still have problems with it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT size="3"&gt;Thanks a lot!&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to get your questions answered quickly&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;--&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank" rel="noopener"&gt;&lt;SPAN&gt;How to provide sample data&lt;/SPAN&gt;&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 07:12:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2439837#M65275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-06T07:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: ¿Cómo enumerar valores duplicados?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2907554#M94909</link>
      <description>&lt;P&gt;YOUUUU AREEEE THE BESTTT!!!! Naahhh bro thank you so much, I've been stoped in this problem &lt;span class="lia-unicode-emoji" title=":red_heart:"&gt;❤️&lt;/span&gt; thank you&lt;/P&gt;</description>
      <pubDate>Tue, 15 Nov 2022 18:52:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/2907554#M94909</guid>
      <dc:creator>amaurydata100ti</dc:creator>
      <dc:date>2022-11-15T18:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: ¿Cómo enumerar valores duplicados?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/3542347#M136160</link>
      <description>&lt;P&gt;Cómo podría escribir esta misma función pero en lenguaje M para poder utilizarla en Power query. Gracias de antemano.&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 11:44:58 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/C%C3%B3mo-enumerar-valores-duplicados/m-p/3542347#M136160</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-20T11:44:58Z</dc:date>
    </item>
  </channel>
</rss>

