<?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: Ordenamiento en matriz por jerarquia in Data Warehouse</title>
    <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4389003#M2425</link>
    <description>&lt;P&gt;Quiero que me ordene alfabeticamente todos los datos de Warehouse pero me agrupa&amp;nbsp; primero District, la condicion es mantener el orden&amp;nbsp; de izquierda a derecha en las filas District 1 Warehouse 2&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>Fri, 31 Jan 2025 00:51:32 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-01-31T00:51:32Z</dc:date>
    <item>
      <title>Ordenamiento en matriz por jerarquia</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4387123#M2423</link>
      <description>&lt;P&gt;Hola,&amp;nbsp; Hay alguna manera de quitar la jerarquia de una matriz por que tengo en Filas 2 datos Distrito y Warehouse pero necesito que el primer dato (Distrito) este en la parte izquierda&amp;nbsp; y despues&amp;nbsp;Warehouse&amp;nbsp; donde no se agrupe por distrito por que no toma el ordenamiento que quiero al agrupar primero Distrito&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 00:19:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4387123#M2423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-30T00:19:48Z</dc:date>
    </item>
    <item>
      <title>Re: Ordenamiento en matriz por jerarquia</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4388773#M2424</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question. &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Need help uploading data? &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 19:54:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4388773#M2424</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-01-30T19:54:51Z</dc:date>
    </item>
    <item>
      <title>Re: Ordenamiento en matriz por jerarquia</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4389003#M2425</link>
      <description>&lt;P&gt;Quiero que me ordene alfabeticamente todos los datos de Warehouse pero me agrupa&amp;nbsp; primero District, la condicion es mantener el orden&amp;nbsp; de izquierda a derecha en las filas District 1 Warehouse 2&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>Fri, 31 Jan 2025 00:51:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4389003#M2425</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-31T00:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Ordenamiento en matriz por jerarquia</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4397515#M2465</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Hope your doing well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In most pivot table tools (Excel, Power BI, etc.), when a hierarchical structure is created (here, District → Warehouse), the data is grouped by the first level (District) and then sorted within each group by the second level (Warehouse). However, sorting the entire table alphabetically by Warehouse while preserving the hierarchy is not supported directly because the hierarchy inherently enforces the grouping.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you thry this alternative but will make data more complex:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Remove the "District" hierarchy from the rows and include it as a column.&lt;/LI&gt;
&lt;LI&gt;Now, you can sort the "Warehouse" column alphabetically across all rows.&lt;/LI&gt;
&lt;LI&gt;The District information will remain visible but no longer group the data.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Prashanth Are&lt;/P&gt;
&lt;P&gt;MS Fabric community support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did we answer your question?&amp;nbsp;&lt;STRONG&gt;Mark post as a solution,&amp;nbsp;&lt;/STRONG&gt;this will help others!&lt;/P&gt;
&lt;P&gt;&lt;FONT&gt;If our response(s) assisted you in any way, don't forget to drop me a "&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&lt;/FONT&gt;"&lt;/P&gt;</description>
      <pubDate>Thu, 06 Feb 2025 05:30:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4397515#M2465</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-02-06T05:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Ordenamiento en matriz por jerarquia</title>
      <link>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4402905#M2482</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Anonymous&lt;/LI-USER&gt;, As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by our super users for your issue worked? or let us know if you need any further assistance here?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Prashanth Are&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;MS Fabric community support&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post helps, then please consider&amp;nbsp;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly and give&amp;nbsp;&lt;STRONG&gt;Kudos&lt;/STRONG&gt;&amp;nbsp;if helped you resolve your query&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 12:29:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Data-Warehouse/Ordenamiento-en-matriz-por-jerarquia/m-p/4402905#M2482</guid>
      <dc:creator>v-prasare</dc:creator>
      <dc:date>2025-02-10T12:29:40Z</dc:date>
    </item>
  </channel>
</rss>

