<?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 Unpivoted table withput powerpivot in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unpivoted-table-withput-powerpivot/m-p/4593113#M175895</link>
    <description>&lt;P&gt;Dear colleagues,&lt;/P&gt;&lt;P&gt;As you would see in the screenshot below, from table_1 il would like to create Unpivot DAX table without using Power Query.&lt;/P&gt;&lt;P&gt;Please could you support to resolve this issues.&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;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fd.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 14:42:05 GMT</pubDate>
    <dc:creator>dofrancis3</dc:creator>
    <dc:date>2025-03-03T14:42:05Z</dc:date>
    <item>
      <title>Unpivoted table withput powerpivot</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unpivoted-table-withput-powerpivot/m-p/4593113#M175895</link>
      <description>&lt;P&gt;Dear colleagues,&lt;/P&gt;&lt;P&gt;As you would see in the screenshot below, from table_1 il would like to create Unpivot DAX table without using Power Query.&lt;/P&gt;&lt;P&gt;Please could you support to resolve this issues.&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;Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Fd.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 14:42:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unpivoted-table-withput-powerpivot/m-p/4593113#M175895</guid>
      <dc:creator>dofrancis3</dc:creator>
      <dc:date>2025-03-03T14:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: Unpivoted table withput powerpivot</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unpivoted-table-withput-powerpivot/m-p/4593124#M175896</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="683724" data-lia-user-login="dofrancis3" class="lia-mention lia-mention-user"&gt;dofrancis3&lt;/a&gt;&amp;nbsp;, Try using SELECT COLUMNS and UNION&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;dax&lt;BR /&gt;Table_2 = &lt;BR /&gt;UNION(&lt;BR /&gt;SELECTCOLUMNS(&lt;BR /&gt;Table_1,&lt;BR /&gt;"Country", Table_1[Country],&lt;BR /&gt;"Year", Table_1[Year],&lt;BR /&gt;"Quarter", Table_1[Quarter],&lt;BR /&gt;"Output", "An approved activity",&lt;BR /&gt;"Indicators", Table_1[An approved activity],&lt;BR /&gt;"Value", BLANK()&lt;BR /&gt;),&lt;BR /&gt;SELECTCOLUMNS(&lt;BR /&gt;Table_1,&lt;BR /&gt;"Country", Table_1[Country],&lt;BR /&gt;"Year", Table_1[Year],&lt;BR /&gt;"Quarter", Table_1[Quarter],&lt;BR /&gt;"Output", "What is the intended use of these tools",&lt;BR /&gt;"Indicators", Table_1[What is the intended use of these tools],&lt;BR /&gt;"Value", BLANK()&lt;BR /&gt;),&lt;BR /&gt;SELECTCOLUMNS(&lt;BR /&gt;Table_1,&lt;BR /&gt;"Country", Table_1[Country],&lt;BR /&gt;"Year", Table_1[Year],&lt;BR /&gt;"Quarter", Table_1[Quarter],&lt;BR /&gt;"Output", "Capacity building",&lt;BR /&gt;"Indicators", Table_1[Capacity building],&lt;BR /&gt;"Value", BLANK()&lt;BR /&gt;),&lt;BR /&gt;SELECTCOLUMNS(&lt;BR /&gt;Table_1,&lt;BR /&gt;"Country", Table_1[Country],&lt;BR /&gt;"Year", Table_1[Year],&lt;BR /&gt;"Quarter", Table_1[Quarter],&lt;BR /&gt;"Output", "Verry good",&lt;BR /&gt;"Indicators", Table_1[Verry good],&lt;BR /&gt;"Value", BLANK()&lt;BR /&gt;),&lt;BR /&gt;SELECTCOLUMNS(&lt;BR /&gt;Table_1,&lt;BR /&gt;"Country", Table_1[Country],&lt;BR /&gt;"Year", Table_1[Year],&lt;BR /&gt;"Quarter", Table_1[Quarter],&lt;BR /&gt;"Output", "Have any surveys",&lt;BR /&gt;"Indicators", Table_1[Have any surveys],&lt;BR /&gt;"Value", BLANK()&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 14:52:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Unpivoted-table-withput-powerpivot/m-p/4593124#M175896</guid>
      <dc:creator>bhanu_gautam</dc:creator>
      <dc:date>2025-03-03T14:52:09Z</dc:date>
    </item>
  </channel>
</rss>

