<?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 Power Query EndOfMonth in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-EndOfMonth/m-p/2668072#M81908</link>
    <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data where dates stored as number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;202006 &amp;lt;--as 2020/06&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I created new column in PQ to transfor it to real date.&lt;/P&gt;&lt;P&gt;= Table.AddColumn(#"Added Custom", "MonthFrom", each Date.FromText(Number.ToText([Month From]) &amp;amp; "01"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added&amp;nbsp;"01" to the end of numbers. But I want to know , how can I add EndOfMonth instead of "01"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
    <pubDate>Thu, 28 Jul 2022 20:17:08 GMT</pubDate>
    <dc:creator>Akbarov</dc:creator>
    <dc:date>2022-07-28T20:17:08Z</dc:date>
    <item>
      <title>Power Query EndOfMonth</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-EndOfMonth/m-p/2668072#M81908</link>
      <description>&lt;P&gt;Hello community,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have data where dates stored as number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;202006 &amp;lt;--as 2020/06&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I created new column in PQ to transfor it to real date.&lt;/P&gt;&lt;P&gt;= Table.AddColumn(#"Added Custom", "MonthFrom", each Date.FromText(Number.ToText([Month From]) &amp;amp; "01"))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added&amp;nbsp;"01" to the end of numbers. But I want to know , how can I add EndOfMonth instead of "01"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 20:17:08 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-EndOfMonth/m-p/2668072#M81908</guid>
      <dc:creator>Akbarov</dc:creator>
      <dc:date>2022-07-28T20:17:08Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query EndOfMonth</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-EndOfMonth/m-p/2668123#M81911</link>
      <description>&lt;P&gt;There is a Date.EndOfMonth function (it's available from the interface too -&amp;gt; Add Column-&amp;gt;Date-&amp;gt;Month) and it needs a legitimate date to work on so this would be additional to the step that adds "01" to make a valid date.&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 21:06:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-EndOfMonth/m-p/2668123#M81911</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2022-07-28T21:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Power Query EndOfMonth</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-EndOfMonth/m-p/2668130#M81912</link>
      <description>&lt;P&gt;You could use the Date.EndOfMonth() function with what you already have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;= Table.AddColumn(#"Added Custom", "MonthFrom", Date.EndOfMonth(Date.FromText(Number.ToText([Month From]) &amp;amp; "01")))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 21:12:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Power-Query-EndOfMonth/m-p/2668130#M81912</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2022-07-28T21:12:00Z</dc:date>
    </item>
  </channel>
</rss>

