<?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 CONCATENATE A PIVOT TABLE in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATE-A-PIVOT-TABLE/m-p/2467013#M67035</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone know how can i build this table concatenating all the information from column EVAL PENDIENTE, my unique key is the proyect (Proyecto)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PRUEBA LLENADO | DESARROLLO MONOGRAFIA | ENTREGA DE PLANOS | CREACION UPC | BRIEF LANZAMIENTO .....&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;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Apr 2022 15:50:59 GMT</pubDate>
    <dc:creator>k1ko92</dc:creator>
    <dc:date>2022-04-20T15:50:59Z</dc:date>
    <item>
      <title>CONCATENATE A PIVOT TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATE-A-PIVOT-TABLE/m-p/2467013#M67035</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Someone know how can i build this table concatenating all the information from column EVAL PENDIENTE, my unique key is the proyect (Proyecto)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PRUEBA LLENADO | DESARROLLO MONOGRAFIA | ENTREGA DE PLANOS | CREACION UPC | BRIEF LANZAMIENTO .....&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 15:50:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATE-A-PIVOT-TABLE/m-p/2467013#M67035</guid>
      <dc:creator>k1ko92</dc:creator>
      <dc:date>2022-04-20T15:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: CONCATENATE A PIVOT TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATE-A-PIVOT-TABLE/m-p/2467060#M67043</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="362067" data-lia-user-login="k1ko92" class="lia-mention lia-mention-user"&gt;k1ko92&lt;/a&gt; , no very clear &lt;/P&gt;
&lt;P&gt;a new table&amp;nbsp;&lt;/P&gt;
&lt;P&gt;summarize(Table, Table[protect], "_concat" , concatenatex(Table,Table[EVAL PENDIENTE]," ,") )&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or measure in visual&lt;/P&gt;
&lt;P&gt;concatenatex(Table,Table[EVAL PENDIENTE]," ,")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;calculate(concatenatex(Table,Table[EVAL PENDIENTE]," ,") , allexcept(Table, Table[protect]) )&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 16:20:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATE-A-PIVOT-TABLE/m-p/2467060#M67043</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-20T16:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: CONCATENATE A PIVOT TABLE</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATE-A-PIVOT-TABLE/m-p/2467318#M67055</link>
      <description>&lt;P&gt;Hi&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;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It worked :)))))))), just a new doubt, how can i insert a filter inside of that ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Summarize&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;FILTER - I need to summarize just for projects that have 100%.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2022 18:26:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/CONCATENATE-A-PIVOT-TABLE/m-p/2467318#M67055</guid>
      <dc:creator>k1ko92</dc:creator>
      <dc:date>2022-04-20T18:26:55Z</dc:date>
    </item>
  </channel>
</rss>

