<?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: DAX command to duplicate rows in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143178#M187576</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I need rows which have count column &amp;gt; 1 to be duplicated by the number of times the count represents.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See the image below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Apr 2026 17:40:38 GMT</pubDate>
    <dc:creator>jwb3d</dc:creator>
    <dc:date>2026-04-02T17:40:38Z</dc:date>
    <item>
      <title>DAX command to duplicate rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143157#M187574</link>
      <description>&lt;P&gt;Hello, could someone assist me with the DAX commands needed to duplicate rows in a table? The command should reference a column that has a count greater than 1, duplicating the rows according to the count value. Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 16:37:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143157#M187574</guid>
      <dc:creator>jwb3d</dc:creator>
      <dc:date>2026-04-02T16:37:32Z</dc:date>
    </item>
    <item>
      <title>Re: DAX command to duplicate rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143171#M187575</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1574215" data-lia-user-login="jwb3d" class="lia-mention lia-mention-user"&gt;jwb3d&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you please elaborate a little bit more on the requirements and supply some example?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But based on the overall understanding believe this is better done using Power Query and not DAX, but if you can share the example is easier to give you the correct approach.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 17:33:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143171#M187575</guid>
      <dc:creator>MFelix</dc:creator>
      <dc:date>2026-04-02T17:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: DAX command to duplicate rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143178#M187576</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need rows which have count column &amp;gt; 1 to be duplicated by the number of times the count represents.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;See the image below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Apr 2026 17:40:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143178#M187576</guid>
      <dc:creator>jwb3d</dc:creator>
      <dc:date>2026-04-02T17:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: DAX command to duplicate rows</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143348#M187580</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1574215" data-lia-user-login="jwb3d" class="lia-mention lia-mention-user"&gt;jwb3d&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For this you should use the Power querry because you cannot duplicata tows on a table already loaded só to use dad you would need to create a new table.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;On Power query add a column with the followinf code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;{1..[Count]}&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This Will generate a list of values starting at 1 and ending in the number of the count inside the cell that you can then expand creating a repeted row for each value.&lt;/P&gt;
&lt;P&gt;Then you can delete that new column&lt;/P&gt;</description>
      <pubDate>Fri, 03 Apr 2026 07:19:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-command-to-duplicate-rows/m-p/5143348#M187580</guid>
      <dc:creator>MFelix</dc:creator>
      <dc:date>2026-04-03T07:19:50Z</dc:date>
    </item>
  </channel>
</rss>

