<?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 | Sum Multiple Varied Columns per Row in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3126000#M100034</link>
    <description>&lt;P&gt;Please, post some sample data&lt;/P&gt;</description>
    <pubDate>Sun, 12 Mar 2023 09:31:01 GMT</pubDate>
    <dc:creator>serpiva64</dc:creator>
    <dc:date>2023-03-12T09:31:01Z</dc:date>
    <item>
      <title>Power Query | Sum Multiple Varied Columns per Row</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3125660#M100018</link>
      <description>&lt;P&gt;Dear Colleagues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a task to sum multiple columns (with time durations) amount (will increase) per row. And I didn't know how to do it and didn't find any solutions. My last rows of code are below. Could You please help me with it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;#"Changed Type1" = Table.TransformColumnTypes(#"Pivoted Column",{{"Maternity Leave", type duration}, {"Annual Leave", type duration}, {"Sick Leave", type duration}}),
#"Replaced Value1" = Table.ReplaceValue(#"Changed Type1",null,#duration(0, 0, 0, 0),Replacer.ReplaceValue,{"Maternity Leave", "Annual Leave", "Sick Leave"}),&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks in advance&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":handshake:"&gt;🤝&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Mar 2023 19:20:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3125660#M100018</guid>
      <dc:creator>AMVondra</dc:creator>
      <dc:date>2023-03-11T19:20:49Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query | Sum Multiple Varied Columns per Row</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3126000#M100034</link>
      <description>&lt;P&gt;Please, post some sample data&lt;/P&gt;</description>
      <pubDate>Sun, 12 Mar 2023 09:31:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3126000#M100034</guid>
      <dc:creator>serpiva64</dc:creator>
      <dc:date>2023-03-12T09:31:01Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query | Sum Multiple Varied Columns per Row</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3127322#M100069</link>
      <description>&lt;P&gt;&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;&amp;nbsp;here is the link&amp;nbsp;&lt;A href="https://drive.google.com/file/d/15pAz6BYTMShXJY_h06Z8i3SLcTTWUqaL/view?usp=sharing" target="_blank" rel="noopener"&gt;https://drive.google.com/file/d/15pAz6BYTMShXJY_h06Z8i3SLcTTWUqaL/view?usp=sharing&lt;/A&gt;&amp;nbsp;Thanks a lot!&lt;/P&gt;&lt;P&gt;P.S. I've just added the column with the Total Absence Time to understand how it should be. So the last 2 rows of the code changed a little.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 08:52:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3127322#M100069</guid>
      <dc:creator>AMVondra</dc:creator>
      <dc:date>2023-03-13T08:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query | Sum Multiple Varied Columns per Row</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3133893#M100340</link>
      <description>&lt;P&gt;&lt;SPAN&gt;And&amp;nbsp;really&lt;/SPAN&gt;&lt;SPAN&gt;, nobody knows how to resolve it?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 15:36:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3133893#M100340</guid>
      <dc:creator>AMVondra</dc:creator>
      <dc:date>2023-03-15T15:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query | Sum Multiple Varied Columns per Row</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3134304#M100348</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;i do not understand well your problem.&lt;/P&gt;
&lt;P&gt;If it is to sum some columns of type duration you can do this way&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;If the problem is another, try to explain again.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2023 18:27:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3134304#M100348</guid>
      <dc:creator>serpiva64</dc:creator>
      <dc:date>2023-03-15T18:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query | Sum Multiple Varied Columns per Row</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3135698#M100395</link>
      <description>&lt;P&gt;The issue is that amount of columns will be increasing for some time and now there are 35 columns, tomorrow it can be already 40 columns. So I don't know how to sum data from the dynamic range of columns. My data is just an example to understand the structure of data.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Mar 2023 09:33:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-Sum-Multiple-Varied-Columns-per-Row/m-p/3135698#M100395</guid>
      <dc:creator>AMVondra</dc:creator>
      <dc:date>2023-03-16T09:33:01Z</dc:date>
    </item>
  </channel>
</rss>

