<?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: Power Query Editor copy value to new column in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679127#M51153</link>
    <description>&lt;P&gt;AdditionCol = Table.Addcolumn(#"Renamed Columns", each [Total Value])&lt;/P&gt;
&lt;P&gt;in&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AdditionCol&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please go to the advanced editor and add the above code.&lt;/P&gt;</description>
    <pubDate>Sun, 21 Feb 2021 10:56:24 GMT</pubDate>
    <dc:creator>stevedep</dc:creator>
    <dc:date>2021-02-21T10:56:24Z</dc:date>
    <item>
      <title>Power Query Editor copy value to new column</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679126#M51152</link>
      <description>&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I have a table called : Stock Database&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Within this table there is a column (field) called : Total Value&lt;/P&gt;&lt;P&gt;Now this field a calculated field from sharepoint online list (the data source)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Now what i on Power Query Editor, to copy the values from Total Value to a new column (field) within this same table. However the copy process must be a step process so that its dynamic on each refreshing of this table. Now, since this field "Total Value" a calculated fields from sharepoint online list, so the copy must should be like a Excel, special Paste value to only copy the value and not the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The new custom column called should be called: TValue&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below a screenshot current table and field&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;shabeer&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 10:44:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679126#M51152</guid>
      <dc:creator>venstart</dc:creator>
      <dc:date>2021-02-21T10:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Editor copy value to new column</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679127#M51153</link>
      <description>&lt;P&gt;AdditionCol = Table.Addcolumn(#"Renamed Columns", each [Total Value])&lt;/P&gt;
&lt;P&gt;in&amp;nbsp;&lt;/P&gt;
&lt;P&gt;AdditionCol&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please go to the advanced editor and add the above code.&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 10:56:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679127#M51153</guid>
      <dc:creator>stevedep</dc:creator>
      <dc:date>2021-02-21T10:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Editor copy value to new column</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679269#M51163</link>
      <description>&lt;P&gt;Hello &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273344" data-lia-user-login="venstart" class="lia-mention lia-mention-user"&gt;venstart&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;you can right-click on your column and choose "duplicate column"&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt; or &lt;STRONG&gt;solves &lt;/STRONG&gt;your problem, please mark it as solution (to help other users find useful content and to acknowledge the work of users that helped you)&lt;BR /&gt;Kudoes are nice too&lt;BR /&gt;&lt;BR /&gt;Have fun&lt;BR /&gt;&lt;BR /&gt;Jimmy&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 21 Feb 2021 17:27:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679269#M51163</guid>
      <dc:creator>Jimmy801</dc:creator>
      <dc:date>2021-02-21T17:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Editor copy value to new column</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679781#M51185</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="160408" data-lia-user-login="Jimmy801" class="lia-mention lia-mention-user"&gt;Jimmy801&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your reply, however if I duplicate this field.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Will it refresh and bring new data changes if a specifix value has changed with the Total Value field. Remember the Total Value field on sharepoint is a calculated field, so from time to time the total value will change since the user will edit the quanity or stock purchased so that the Total Value will update automatically.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 04:54:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1679781#M51185</guid>
      <dc:creator>venstart</dc:creator>
      <dc:date>2021-02-22T04:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query Editor copy value to new column</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1680196#M51190</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="273344" data-lia-user-login="venstart" class="lia-mention lia-mention-user"&gt;venstart&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;yes it should always have the same value as you total value column. Give it a try and give feedback&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jimmy&lt;/P&gt;</description>
      <pubDate>Mon, 22 Feb 2021 08:24:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Editor-copy-value-to-new-column/m-p/1680196#M51190</guid>
      <dc:creator>Jimmy801</dc:creator>
      <dc:date>2021-02-22T08:24:24Z</dc:date>
    </item>
  </channel>
</rss>

