<?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: Merge repeating row headers in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315536#M68898</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't tried to solve the problem in the second row, defect cost, because i don't understand if it is&amp;nbsp; area problem or a question of how the data were displayed.&lt;/P&gt;&lt;P&gt;Beside that, this are the step you need to apply:&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("xVRNc9MwEP0rngzcalWrb/XmJintJCVpEuDQ6cG0AZJpSIeYMvx7dtefCZmhXMCx7EiWnp7evt3b297F6nGZvN32Tnr977tiu1l+o7/3RTJYflri66b4iQPneXH/Jekf6VfTXuMg3lWvv90V2PtwOkFo0bs7ue0pAOsBB6fzZLzarIrlA3ZowGJTsly/ydf4DAFSMCHFpzS8uvx6cFebnUGAZDqZzJLFLOuPktlwml1hZ1vkj7vk7M/rEwiqBJhfTmYLBLievM/GeLQiXzUQ/1Ao8JGWXhwIBYHUEtbWzWF/nT/xKIAWWnOjqTrINDjNEroa1xuF30bzFpbmatIe6LHe/CAsLTzvpnRqGQAYAGWWmnjMR9VKa44QKkOonADHgQ0cR4MwquZhIp3vZpGMCyJBKDrQE4Q0IJxz2HxLSASvhVNslAip1YZphRrPMZH+9XWJRzIpBq0VqVSp4WS0nU2CSsFCx2xkVUXz5+8WJSLUiAZP5X4jqITUvrNP1KnSkhGrM0twhr5cDVtAJ0lzSYh8+UY8ZLcnQzQ+NQ4BX5wQR/38Vxmhk0F2nb0ZDpJpNkhOk8vJePifMoKMFymoWRVgdi1ZOQrtyRXrB2JhAgrGfbQYOhebaQQLoIBcNxt1soowtCvDYKvLNXhaKOqAtzL1XQuDBx3JDoPaweU8xc7DoJWGwIb9fLsusaITUYGIkRlGQ3iYo63t0CSWGGWbp4obcFqCCBAEqkDvhh3u453QDjNDc6YpzDSPxttzXQfQNYBWGGuENfRu5QtCqoi5IUWUsQNouoCKF1wN6eDJq4pmMKWECqtOxNQhkrv8I+eL0kooJGqABFMYL8yL0FQlzDzgonIAaStI7SXfDUsvfAOEiRvb+ibB8M5NXeGaKQPjRGX5LqP7XEYEk8wrKxSrSpXFmEiRbiuL5ePuIZZiC+991Wjx1/z5M30zgn1ZVim3X6W0I+Ln8zliiQqMC7ISqJtA4fANHX5aagwQ1UQi4YxKg40p1hbQ9Ym1sQdVRblKORQt0C80iMAnlpQlqikraED70qpytCa0VeXuFw==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"(blank)" = _t, #"(blank).1" = _t, #"(blank).2" = _t, #"(blank).3" = _t, #"(blank).4" = _t, #"(blank).5" = _t, #"(blank).6" = _t, #"Defect : 181 POOR TRACK REPAIR Details :" = _t]),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(Source,{{"(blank)", type text}, {"(blank).1", type text}, {"(blank).2", type text}, {"(blank).3", type text}, {"(blank).4", type text}, {"(blank).5", type text}, {"(blank).6", type text}, {"Defect : 181 POOR TRACK REPAIR Details :", type text}}),&lt;BR /&gt;#"Demoted Headers" = Table.DemoteHeaders(#"Changed Type"),&lt;BR /&gt;#"Added Conditional Column1" = Table.AddColumn(#"Demoted Headers", "Custom", each if Text.StartsWith([Column8], "Defect") then [Column8] else null),&lt;BR /&gt;#"Filled Down" = Table.FillDown(#"Added Conditional Column1",{"Custom"}),&lt;BR /&gt;#"Removed Top Rows" = Table.Skip(#"Filled Down",1),&lt;BR /&gt;#"Added Conditional Column2" = Table.AddColumn(#"Removed Top Rows", "Custom.1", each if Text.StartsWith([Column8], "W/O") then "Defect type" else [Custom]),&lt;BR /&gt;#"Removed Columns" = Table.RemoveColumns(#"Added Conditional Column2",{"Custom"}),&lt;BR /&gt;#"Promoted Headers" = Table.PromoteHeaders(#"Removed Columns", [PromoteAllScalars=true]),&lt;BR /&gt;#"Filtered Rows1" = Table.SelectRows(#"Promoted Headers", each ([File No] &amp;lt;&amp;gt; "" and [File No] &amp;lt;&amp;gt; "File No"))&lt;BR /&gt;in&lt;BR /&gt;#"Filtered Rows1"&lt;/P&gt;&lt;P&gt;The decimal and thousands signs depend on your local settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 02 Feb 2022 14:51:32 GMT</pubDate>
    <dc:creator>serpiva64</dc:creator>
    <dc:date>2022-02-02T14:51:32Z</dc:date>
    <item>
      <title>Merge repeating row headers</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315054#M68885</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I need help to merge repeating row labels and place a wrongly positioned label into its own column&lt;/P&gt;&lt;P&gt;&lt;U&gt;Current&lt;/U&gt;&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;&lt;P&gt;&lt;U&gt;Expected Result&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The link to the information is attached below&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.google.com/spreadsheets/d/e/2PACX-1vQl4__7u-xSYUuEPMYFjED7jMVeqYTdVNiaHeNY7UyaYrBOBs7IcYb4GL7BVdkCLmNMW8sgnVSwmaWT/pubhtml" target="_blank" rel="noopener"&gt;https://docs.google.com/spreadsheets/d/e/2PACX-1vQl4__7u-xSYUuEPMYFjED7jMVeqYTdVNiaHeNY7UyaYrBOBs7IcYb4GL7BVdkCLmNMW8sgnVSwmaWT/pubhtml&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 10:12:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315054#M68885</guid>
      <dc:creator>Stev_data</dc:creator>
      <dc:date>2022-02-02T10:12:43Z</dc:date>
    </item>
    <item>
      <title>Re: Merge repeating row headers</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315536#M68898</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I haven't tried to solve the problem in the second row, defect cost, because i don't understand if it is&amp;nbsp; area problem or a question of how the data were displayed.&lt;/P&gt;&lt;P&gt;Beside that, this are the step you need to apply:&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = Table.FromRows(Json.Document(Binary.Decompress(Binary.FromText("xVRNc9MwEP0rngzcalWrb/XmJintJCVpEuDQ6cG0AZJpSIeYMvx7dtefCZmhXMCx7EiWnp7evt3b297F6nGZvN32Tnr977tiu1l+o7/3RTJYflri66b4iQPneXH/Jekf6VfTXuMg3lWvv90V2PtwOkFo0bs7ue0pAOsBB6fzZLzarIrlA3ZowGJTsly/ydf4DAFSMCHFpzS8uvx6cFebnUGAZDqZzJLFLOuPktlwml1hZ1vkj7vk7M/rEwiqBJhfTmYLBLievM/GeLQiXzUQ/1Ao8JGWXhwIBYHUEtbWzWF/nT/xKIAWWnOjqTrINDjNEroa1xuF30bzFpbmatIe6LHe/CAsLTzvpnRqGQAYAGWWmnjMR9VKa44QKkOonADHgQ0cR4MwquZhIp3vZpGMCyJBKDrQE4Q0IJxz2HxLSASvhVNslAip1YZphRrPMZH+9XWJRzIpBq0VqVSp4WS0nU2CSsFCx2xkVUXz5+8WJSLUiAZP5X4jqITUvrNP1KnSkhGrM0twhr5cDVtAJ0lzSYh8+UY8ZLcnQzQ+NQ4BX5wQR/38Vxmhk0F2nb0ZDpJpNkhOk8vJePifMoKMFymoWRVgdi1ZOQrtyRXrB2JhAgrGfbQYOhebaQQLoIBcNxt1soowtCvDYKvLNXhaKOqAtzL1XQuDBx3JDoPaweU8xc7DoJWGwIb9fLsusaITUYGIkRlGQ3iYo63t0CSWGGWbp4obcFqCCBAEqkDvhh3u453QDjNDc6YpzDSPxttzXQfQNYBWGGuENfRu5QtCqoi5IUWUsQNouoCKF1wN6eDJq4pmMKWECqtOxNQhkrv8I+eL0kooJGqABFMYL8yL0FQlzDzgonIAaStI7SXfDUsvfAOEiRvb+ibB8M5NXeGaKQPjRGX5LqP7XEYEk8wrKxSrSpXFmEiRbiuL5ePuIZZiC+991Wjx1/z5M30zgn1ZVim3X6W0I+Ln8zliiQqMC7ISqJtA4fANHX5aagwQ1UQi4YxKg40p1hbQ9Ym1sQdVRblKORQt0C80iMAnlpQlqikraED70qpytCa0VeXuFw==", BinaryEncoding.Base64), Compression.Deflate)), let _t = ((type nullable text) meta [Serialized.Text = true]) in type table [#"(blank)" = _t, #"(blank).1" = _t, #"(blank).2" = _t, #"(blank).3" = _t, #"(blank).4" = _t, #"(blank).5" = _t, #"(blank).6" = _t, #"Defect : 181 POOR TRACK REPAIR Details :" = _t]),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(Source,{{"(blank)", type text}, {"(blank).1", type text}, {"(blank).2", type text}, {"(blank).3", type text}, {"(blank).4", type text}, {"(blank).5", type text}, {"(blank).6", type text}, {"Defect : 181 POOR TRACK REPAIR Details :", type text}}),&lt;BR /&gt;#"Demoted Headers" = Table.DemoteHeaders(#"Changed Type"),&lt;BR /&gt;#"Added Conditional Column1" = Table.AddColumn(#"Demoted Headers", "Custom", each if Text.StartsWith([Column8], "Defect") then [Column8] else null),&lt;BR /&gt;#"Filled Down" = Table.FillDown(#"Added Conditional Column1",{"Custom"}),&lt;BR /&gt;#"Removed Top Rows" = Table.Skip(#"Filled Down",1),&lt;BR /&gt;#"Added Conditional Column2" = Table.AddColumn(#"Removed Top Rows", "Custom.1", each if Text.StartsWith([Column8], "W/O") then "Defect type" else [Custom]),&lt;BR /&gt;#"Removed Columns" = Table.RemoveColumns(#"Added Conditional Column2",{"Custom"}),&lt;BR /&gt;#"Promoted Headers" = Table.PromoteHeaders(#"Removed Columns", [PromoteAllScalars=true]),&lt;BR /&gt;#"Filtered Rows1" = Table.SelectRows(#"Promoted Headers", each ([File No] &amp;lt;&amp;gt; "" and [File No] &amp;lt;&amp;gt; "File No"))&lt;BR /&gt;in&lt;BR /&gt;#"Filtered Rows1"&lt;/P&gt;&lt;P&gt;The decimal and thousands signs depend on your local settings&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 14:51:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315536#M68898</guid>
      <dc:creator>serpiva64</dc:creator>
      <dc:date>2022-02-02T14:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Merge repeating row headers</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315761#M68903</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="96253" data-lia-user-login="serpiva64" class="lia-mention lia-mention-user"&gt;serpiva64&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;I also have another example which I would appreciate help with.&lt;/P&gt;&lt;P&gt;I have an output from a database which is random with poorly aligned columns and row data. I want to align it into ordered form as shown in link. Any chance you could help or give some pointers as to how to approach it?&lt;/P&gt;&lt;P&gt;&lt;U&gt;Current&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;&lt;P&gt;Expected Result&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;Here is the link showing the raw data as against the final desired result&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.google.com/spreadsheets/d/e/2PACX-1vQl4__7u-xSYUuEPMYFjED7jMVeqYTdVNiaHeNY7UyaYrBOBs7IcYb4GL7BVdkCLmNMW8sgnVSwmaWT/pubhtml?gid=2084255122&amp;amp;single=true" target="_blank"&gt;https://docs.google.com/spreadsheets/d/e/2PACX-1vQl4__7u-xSYUuEPMYFjED7jMVeqYTdVNiaHeNY7UyaYrBOBs7IcYb4GL7BVdkCLmNMW8sgnVSwmaWT/pubhtml?gid=2084255122&amp;amp;single=true&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 16:41:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315761#M68903</guid>
      <dc:creator>Stev_data</dc:creator>
      <dc:date>2022-02-02T16:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: Merge repeating row headers</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315902#M68906</link>
      <description>&lt;P&gt;Hi, as soon as I'll have some time I'll try.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If the previous post was useful to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 17:33:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315902#M68906</guid>
      <dc:creator>serpiva64</dc:creator>
      <dc:date>2022-02-02T17:33:23Z</dc:date>
    </item>
    <item>
      <title>Re: Merge repeating row headers</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315993#M68910</link>
      <description>&lt;P&gt;Yes, I think it is possible. It only needs some time to elaborate it. I'm at a good point.&lt;/P&gt;</description>
      <pubDate>Wed, 02 Feb 2022 18:18:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2315993#M68910</guid>
      <dc:creator>serpiva64</dc:creator>
      <dc:date>2022-02-02T18:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Merge repeating row headers</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2317164#M68948</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;These are the steps needed. Problably some final steps would not be necessary considering your native file.&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source =&amp;nbsp; ___________,&lt;BR /&gt;Foglio1_Sheet = Source{[Item="Foglio1",Kind="Sheet"]}[Data],&lt;BR /&gt;#"Promoted Headers" = Table.PromoteHeaders(Foglio1_Sheet, [PromoteAllScalars=true]),&lt;BR /&gt;#"Removed Columns" = Table.RemoveColumns(#"Promoted Headers",{"Column4", "Column7"}),&lt;BR /&gt;#"Changed Type" = Table.TransformColumnTypes(#"Removed Columns",{{"Current", type text}, {"Column2", type text}, {"Column3", type text}, {"Column5", type text}, {"Column6", type text}, {"Column8", type text}, {"Column9", type text}, {"Column10", type text}, {"Column11", type text}, {"Column12", type text}, {"Column13", type text}}),&lt;BR /&gt;#"Replaced Value" = Table.ReplaceValue(#"Changed Type",null,"",Replacer.ReplaceValue,{"Current", "Column2", "Column3", "Column5", "Column6", "Column8", "Column9", "Column10", "Column11", "Column12", "Column13"}),&lt;BR /&gt;#"Added Custom" = Table.AddColumn(#"Replaced Value", "Custom", each [Current]&amp;amp;[Column2]&amp;amp;[Column3]&amp;amp;[Column5]&amp;amp;[Column6]&amp;amp;[Column8]&amp;amp;[Column9]&amp;amp;[Column10]&amp;amp;[Column11]&amp;amp;[Column12]&amp;amp;[Column13]),&lt;BR /&gt;#"Filtered Rows" = Table.SelectRows(#"Added Custom", each ([Custom] &amp;lt;&amp;gt; "")),&lt;BR /&gt;#"Removed Top Rows" = Table.Skip(#"Filtered Rows",1),&lt;BR /&gt;#"Filtered Rows1" = Table.SelectRows(#"Removed Top Rows", each not Text.Contains([Current], "Totals")),&lt;BR /&gt;#"Added Conditional Column" = Table.AddColumn(#"Filtered Rows1", "Custom.1", each if Text.StartsWith([Current], "DEPT") then [Current] else null),&lt;BR /&gt;#"Filled Up" = Table.FillUp(#"Added Conditional Column",{"Custom.1"}),&lt;BR /&gt;#"Added Conditional Column1" = Table.AddColumn(#"Filled Up", "Custom.2", each if Text.StartsWith([Current], "Defect") then [Current] else null),&lt;BR /&gt;#"Filled Down" = Table.FillDown(#"Added Conditional Column1",{"Custom.2"}),&lt;BR /&gt;#"Removed Top Rows1" = Table.Skip(#"Filled Down",5),&lt;BR /&gt;#"Filtered Rows3" = Table.SelectRows(#"Removed Top Rows1", each ([Current] &amp;lt;&amp;gt; "")),&lt;BR /&gt;#"Filtered Rows2" = Table.SelectRows(#"Filtered Rows3", each not Text.Contains([Current], "TOTALS") and not Text.StartsWith([Current], "DEPT") and not Text.StartsWith([Current], "Defect") and not Text.StartsWith([Current], "Printed")),&lt;BR /&gt;#"Added Conditional Column2" = Table.AddColumn(#"Filtered Rows2", "Custom.3", each if Text.StartsWith([Current], "W/O") then "Defect" else [Custom.1]),&lt;BR /&gt;#"Added Conditional Column3" = Table.AddColumn(#"Added Conditional Column2", "Custom.4", each if Text.StartsWith([Current], "W/O") then "DEPT" else [Custom.2]),&lt;BR /&gt;#"Removed Columns1" = Table.RemoveColumns(#"Added Conditional Column3",{"Custom", "Custom.1", "Custom.2"}),&lt;BR /&gt;#"Promoted Headers1" = Table.PromoteHeaders(#"Removed Columns1", [PromoteAllScalars=true]),&lt;BR /&gt;#"Changed Type1" = Table.TransformColumnTypes(#"Promoted Headers1",{{"W/O No.", type text}, {"File No", type text}, {"Customer", type text}, {"", Int64.Type}, {"Cct Defect Qty", type text}, {"Batch Cct Qty", type text}, {"_1", type text}, {"Batch Cct Defect %", type text}, {"_2", type text}, {"_3", type text}, {"Defect Cost", type text}, {"Defect", type text}, {"DEPT", type text}}),&lt;BR /&gt;#"Filtered Rows4" = Table.SelectRows(#"Changed Type1", each ([#"W/O No."] &amp;lt;&amp;gt; "W/O No.")),&lt;BR /&gt;#"Extracted Text After Delimiter" = Table.TransformColumns(#"Filtered Rows4", {{"Defect", each Text.AfterDelimiter(_, ": "), type text}}),&lt;BR /&gt;#"Extracted Text After Delimiter1" = Table.TransformColumns(#"Extracted Text After Delimiter", {{"DEPT", each Text.AfterDelimiter(_, ": "), type text}}),&lt;BR /&gt;#"Replaced Value1" = Table.ReplaceValue(#"Extracted Text After Delimiter1"," Details :","",Replacer.ReplaceText,{"DEPT"}),&lt;BR /&gt;#"Merged Columns1" = Table.CombineColumns(Table.TransformColumnTypes(#"Replaced Value1", {{"", type text}}, "it-IT"),{"", "Cct Defect Qty"},Combiner.CombineTextByDelimiter("", QuoteStyle.None),"Cct Defect Qty.1"),&lt;BR /&gt;#"Merged Columns2" = Table.CombineColumns(#"Merged Columns1",{"_1", "Batch Cct Defect %"},Combiner.CombineTextByDelimiter("", QuoteStyle.None),"Batch Cct Defect %.1"),&lt;BR /&gt;#"Merged Columns" = Table.CombineColumns(#"Merged Columns2",{"_2", "_3"},Combiner.CombineTextByDelimiter("", QuoteStyle.None),"Merged")&lt;BR /&gt;in&lt;BR /&gt;#"Merged Columns"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 03 Feb 2022 08:21:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Merge-repeating-row-headers/m-p/2317164#M68948</guid>
      <dc:creator>serpiva64</dc:creator>
      <dc:date>2022-02-03T08:21:04Z</dc:date>
    </item>
  </channel>
</rss>

