<?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 Contar valores in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3240517#M119210</link>
    <description>&lt;P&gt;Buenas tardes comunidad! Tengo una tabla en la cual para cada cliente me dice la cantidad de visitas semanales con el siguiente formato.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Necesito realizar una tabla resumen para poder contar rápidamene la cantidad de clientes que tienen 1 visita semanal, y la cantidad que tienen 2 visitas. Debería tener un formato similar al de la tabla de abajo.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Para este ejemplo serían 3 clientes que tienen una visita semanal, y 6 clientes con 2 visitas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;El dato de visitas en la tabla original proviene de contar la cantidad de filas que tiene cada cliente con este formato&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Podrían guiarme sobre como hacer esto? Desde ya muchas gracias!&lt;/P&gt;</description>
    <pubDate>Wed, 17 May 2023 15:06:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-05-17T15:06:27Z</dc:date>
    <item>
      <title>Contar valores</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3240517#M119210</link>
      <description>&lt;P&gt;Buenas tardes comunidad! Tengo una tabla en la cual para cada cliente me dice la cantidad de visitas semanales con el siguiente formato.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Necesito realizar una tabla resumen para poder contar rápidamene la cantidad de clientes que tienen 1 visita semanal, y la cantidad que tienen 2 visitas. Debería tener un formato similar al de la tabla de abajo.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Para este ejemplo serían 3 clientes que tienen una visita semanal, y 6 clientes con 2 visitas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;El dato de visitas en la tabla original proviene de contar la cantidad de filas que tiene cada cliente con este formato&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Podrían guiarme sobre como hacer esto? Desde ya muchas gracias!&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 15:06:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3240517#M119210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-17T15:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3240598#M119220</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , You need to do dynamic Segmentation for that&lt;/P&gt;
&lt;P&gt;Dynamic segmentation -Measure to Dimension conversion: &lt;A href="https://youtu.be/gzY40NWJpWQ" target="_blank"&gt;https://youtu.be/gzY40NWJpWQ&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2023 15:32:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3240598#M119220</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2023-05-17T15:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3243419#M119395</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Provide another way of thinking.&lt;/P&gt;
&lt;P&gt;In PowerQuery Editor --&amp;gt; Reference the table;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Selcet these columns and right-click --&amp;gt; unpivot columns;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Filter rows;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Group rows&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Then create a table visual and drag the [Count] with the measure count of [Count] into it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Best Regards,&lt;BR /&gt;Gao&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="2"&gt;Community Support Team&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="#008080"&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="#008080"&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;&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 on it, please feel free to let us know.&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT color="#008080"&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;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2" 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;&amp;nbsp;&lt;/SPAN&gt;How to provide sample data in the Power BI Forum&lt;/A&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 02:31:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3243419#M119395</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T02:31:45Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3244569#M119466</link>
      <description>&lt;P&gt;Muchas gracias&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;!! Funciona perfecto para lo que necesitaba hacer!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 15:39:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3244569#M119466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T15:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Contar valores</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3244571#M119467</link>
      <description>&lt;P&gt;Muchas gracias&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;!!&lt;/P&gt;</description>
      <pubDate>Fri, 19 May 2023 15:40:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Contar-valores/m-p/3244571#M119467</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-19T15:40:04Z</dc:date>
    </item>
  </channel>
</rss>

